summaryrefslogtreecommitdiffstats
path: root/builtin/push.c
AgeCommit message (Expand)AuthorLines
2019-11-27push: use skip_prefix() instead of starts_with()René Scharfe-2/+3
2019-10-15Merge branch 'js/trace2-fetch-push'Junio C Hamano-0/+2
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano-2/+2
2019-10-04push: do not pretend to return `int` from `die_push_simple()`Johannes Schindelin-2/+2
2019-10-03push: add trace2 instrumentationJosh Steadmon-0/+2
2019-09-30Merge branch 'tg/push-all-in-mirror-forbidden'Junio C Hamano-33/+36
2019-09-03push: disallow --all and refspecs when remote.<name>.mirror is setThomas Gummerer-33/+36
2019-01-18Merge branch 'nd/style-opening-brace'Junio C Hamano-1/+3
2019-01-04Merge branch 'nd/the-index'Junio C Hamano-1/+2
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy-1/+3
2018-11-14push: change needlessly ambiguous example in errorÆvar Arnfjörð Bjarmason-2/+2
2018-11-12transport.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-1/+2
2018-08-27Merge branch 'rs/opt-updates'Junio C Hamano-2/+2
2018-08-21parseopt: group literal string alternatives in argument helpRené Scharfe-2/+2
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano-2/+2
2018-08-03push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced bracketsÆvar Arnfjörð Bjarmason-2/+2
2018-05-18transport: convert transport_push to take a struct refspecBrandon Williams-2/+1
2018-05-18push: convert to use struct refspecBrandon Williams-23/+15
2018-05-18push: check for errors earlierBrandon Williams-17/+14
2018-05-18remote: convert query_refspecs to take a struct refspecBrandon Williams-2/+1
2018-05-18remote: convert push refspecs to struct refspecBrandon Williams-5/+5
2018-05-18refspec: rename struct refspec to struct refspec_itemBrandon Williams-2/+2
2018-05-18refspec: move refspec parsing logic into its own fileBrandon Williams-0/+1
2018-04-24push: colorize errorsRyan Dammrose-1/+43
2018-02-09completion: use __gitcomp_builtin in _git_pushNguyễn Thái Ngọc Duy-1/+1
2017-10-24builtin/push.c: add push.pushOption configMarius Paliga-5/+21
2017-08-22Merge branch 'ma/parse-maybe-bool'Junio C Hamano-1/+1
2017-08-07treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren-1/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-06-01builtin/push.c: respect 'submodule.recurse' optionStefan Beller-0/+4
2017-04-02push: unmark a local variable as staticBrandon Williams-2/+3
2017-01-31Merge branch 'bw/push-submodule-only'Junio C Hamano-0/+2
2016-12-27Merge branch 'jc/push-default-explicit'Junio C Hamano-2/+5
2016-12-20push: add option to push only submodulesBrandon Williams-0/+2
2016-10-28push: do not use potentially ambiguous default refspecJunio C Hamano-2/+5
2016-07-14push: accept push optionsStefan Beller-3/+18
2016-02-26Merge branch 'mm/push-default-warning'Junio C Hamano-34/+0
2016-02-25push: remove "push.default is unset" warning messageMatthieu Moy-34/+0
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano-0/+6
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong-0/+6
2016-01-12Merge branch 'ps/push-delete-option'Junio C Hamano-1/+1
2015-12-22push: don't mark options of recurse-submodules for translationRalf Thielow-1/+1
2015-12-16push: add '-d' as shorthand for '--delete'Patrick Steinhardt-1/+1
2015-12-04push: follow the "last one wins" convention for --recurse-submodulesMike Crowe-9/+3
2015-11-20push: add recurseSubmodules config optionMike Crowe-15/+24
2015-08-19push: add a config option push.gpgSign for default signed pushesDave Borowitz-14/+36
2015-08-19push: support signing pushes iff the server supports itDave Borowitz-1/+19
2015-03-14push: allow --follow-tags to be set by config push.followTagsDave Olszewski-0/+10
2015-02-17cmd_push: pass "flags" pointer to config callbackJeff King-1/+1