summaryrefslogtreecommitdiff
path: root/builtin/push.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sk/force-if-includes'Junio C Hamano2020-10-271-0/+27
|\
| * push: parse and set flag for "--force-if-includes"Srinidhi Kaushik2020-10-031-0/+27
* | push: drop unused repo argument to do_push()Jeff King2020-09-301-2/+2
|/
* refspec: add and use refspec_appendf()René Scharfe2020-09-061-30/+10
* push: release strbufs used for refspec formattingRené Scharfe2020-09-061-12/+22
* Merge branch 'dl/push-recurse-submodules-fix'Junio C Hamano2020-05-051-6/+3
|\
| * push: unset PARSE_OPT_OPTARG for --recurse-submodulesDenton Liu2020-04-281-6/+3
* | Merge branch 'dl/opt-callback-cleanup'Junio C Hamano2020-05-051-7/+5
|\ \
| * | Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-7/+5
| |/
* | push: anonymize URLs in error messages and warningsJohannes Schindelin2020-04-281-2/+4
|/
* push: use skip_prefix() instead of starts_with()René Scharfe2019-11-271-2/+3
* Merge branch 'js/trace2-fetch-push'Junio C Hamano2019-10-151-0/+2
|\
| * push: add trace2 instrumentationJosh Steadmon2019-10-031-0/+2
* | Merge branch 'js/azure-pipelines-msvc'Junio C Hamano2019-10-151-2/+2
|\ \ | |/ |/|
| * push: do not pretend to return `int` from `die_push_simple()`Johannes Schindelin2019-10-041-2/+2
* | Merge branch 'tg/push-all-in-mirror-forbidden'Junio C Hamano2019-09-301-33/+36
|\ \ | |/ |/|
| * push: disallow --all and refspecs when remote.<name>.mirror is setThomas Gummerer2019-09-031-33/+36
* | Merge branch 'nd/style-opening-brace'Junio C Hamano2019-01-181-1/+3
|\ \
| * | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-1/+3
| |/
* | Merge branch 'nd/the-index'Junio C Hamano2019-01-041-1/+2
|\ \ | |/ |/|
| * transport.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-121-1/+2
* | push: change needlessly ambiguous example in errorÆvar Arnfjörð Bjarmason2018-11-141-2/+2
|/
* Merge branch 'rs/opt-updates'Junio C Hamano2018-08-271-2/+2
|\
| * parseopt: group literal string alternatives in argument helpRené Scharfe2018-08-211-2/+2
* | Merge branch 'rs/parse-opt-lithelp'Junio C Hamano2018-08-171-2/+2
|\ \ | |/ |/|
| * push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced bracketsÆvar Arnfjörð Bjarmason2018-08-031-2/+2
* | transport: convert transport_push to take a struct refspecBrandon Williams2018-05-181-2/+1
* | push: convert to use struct refspecBrandon Williams2018-05-181-23/+15
* | push: check for errors earlierBrandon Williams2018-05-181-17/+14
* | remote: convert query_refspecs to take a struct refspecBrandon Williams2018-05-181-2/+1
* | remote: convert push refspecs to struct refspecBrandon Williams2018-05-181-5/+5
* | refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-181-2/+2
* | refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-181-0/+1
* | push: colorize errorsRyan Dammrose2018-04-241-1/+43
* | completion: use __gitcomp_builtin in _git_pushNguyễn Thái Ngọc Duy2018-02-091-1/+1
|/
* builtin/push.c: add push.pushOption configmp/push-pushoption-configMarius Paliga2017-10-241-5/+21
* Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-221-1/+1
|\
| * treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren2017-08-071-1/+1
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | builtin/push.c: respect 'submodule.recurse' optionStefan Beller2017-06-011-0/+4
|/ /
* | push: unmark a local variable as staticBrandon Williams2017-04-021-2/+3
|/
* Merge branch 'bw/push-submodule-only'Junio C Hamano2017-01-311-0/+2
|\
| * push: add option to push only submodulesBrandon Williams2016-12-201-0/+2
* | Merge branch 'jc/push-default-explicit'Junio C Hamano2016-12-271-2/+5
|\ \ | |/ |/|
| * push: do not use potentially ambiguous default refspecJunio C Hamano2016-10-281-2/+5
* | push: accept push optionsStefan Beller2016-07-141-3/+18
|/
* Merge branch 'mm/push-default-warning'Junio C Hamano2016-02-261-34/+0
|\
| * push: remove "push.default is unset" warning messagemm/push-default-warningMatthieu Moy2016-02-251-34/+0
* | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-241-0/+6
|\ \ | |/ |/|