summaryrefslogtreecommitdiff
path: root/builtin/push.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-05Merge branch 'dl/push-recurse-submodules-fix'Libravatar Junio C Hamano1-6/+3
2020-05-05Merge branch 'dl/opt-callback-cleanup'Libravatar Junio C Hamano1-7/+5
2020-04-28push: anonymize URLs in error messages and warningsLibravatar Johannes Schindelin1-2/+4
2020-04-28push: unset PARSE_OPT_OPTARG for --recurse-submodulesLibravatar Denton Liu1-6/+3
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FLibravatar Denton Liu1-7/+5
2019-11-27push: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-2/+3
2019-10-15Merge branch 'js/trace2-fetch-push'Libravatar Junio C Hamano1-0/+2
2019-10-15Merge branch 'js/azure-pipelines-msvc'Libravatar Junio C Hamano1-2/+2
2019-10-04push: do not pretend to return `int` from `die_push_simple()`Libravatar Johannes Schindelin1-2/+2
2019-10-03push: add trace2 instrumentationLibravatar Josh Steadmon1-0/+2
2019-09-30Merge branch 'tg/push-all-in-mirror-forbidden'Libravatar Junio C Hamano1-33/+36
2019-09-03push: disallow --all and refspecs when remote.<name>.mirror is setLibravatar Thomas Gummerer1-33/+36
2019-01-18Merge branch 'nd/style-opening-brace'Libravatar Junio C Hamano1-1/+3
2019-01-04Merge branch 'nd/the-index'Libravatar Junio C Hamano1-1/+2
2018-12-10style: the opening '{' of a function is in a separate lineLibravatar Nguyễn Thái Ngọc Duy1-1/+3
2018-11-14push: change needlessly ambiguous example in errorLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2018-11-12transport.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-08-27Merge branch 'rs/opt-updates'Libravatar Junio C Hamano1-2/+2
2018-08-21parseopt: group literal string alternatives in argument helpLibravatar René Scharfe1-2/+2
2018-08-17Merge branch 'rs/parse-opt-lithelp'Libravatar Junio C Hamano1-2/+2
2018-08-03push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced bracketsLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2018-05-18transport: convert transport_push to take a struct refspecLibravatar Brandon Williams1-2/+1
2018-05-18push: convert to use struct refspecLibravatar Brandon Williams1-23/+15
2018-05-18push: check for errors earlierLibravatar Brandon Williams1-17/+14
2018-05-18remote: convert query_refspecs to take a struct refspecLibravatar Brandon Williams1-2/+1
2018-05-18remote: convert push refspecs to struct refspecLibravatar Brandon Williams1-5/+5
2018-05-18refspec: rename struct refspec to struct refspec_itemLibravatar Brandon Williams1-2/+2
2018-05-18refspec: move refspec parsing logic into its own fileLibravatar Brandon Williams1-0/+1
2018-04-24push: colorize errorsLibravatar Ryan Dammrose1-1/+43
2018-02-09completion: use __gitcomp_builtin in _git_pushLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-10-24builtin/push.c: add push.pushOption configLibravatar Marius Paliga1-5/+21
2017-08-22Merge branch 'ma/parse-maybe-bool'Libravatar Junio C Hamano1-1/+1
2017-08-07treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolLibravatar Martin Ågren1-1/+1
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-06-01builtin/push.c: respect 'submodule.recurse' optionLibravatar Stefan Beller1-0/+4
2017-04-02push: unmark a local variable as staticLibravatar Brandon Williams1-2/+3
2017-01-31Merge branch 'bw/push-submodule-only'Libravatar Junio C Hamano1-0/+2
2016-12-27Merge branch 'jc/push-default-explicit'Libravatar Junio C Hamano1-2/+5
2016-12-20push: add option to push only submodulesLibravatar Brandon Williams1-0/+2
2016-10-28push: do not use potentially ambiguous default refspecLibravatar Junio C Hamano1-2/+5
2016-07-14push: accept push optionsLibravatar Stefan Beller1-3/+18
2016-02-26Merge branch 'mm/push-default-warning'Libravatar Junio C Hamano1-34/+0
2016-02-25push: remove "push.default is unset" warning messageLibravatar Matthieu Moy1-34/+0
2016-02-24Merge branch 'ew/force-ipv4'Libravatar Junio C Hamano1-0/+6
2016-02-12connect & http: support -4 and -6 switches for remote operationsLibravatar Eric Wong1-0/+6
2016-01-12Merge branch 'ps/push-delete-option'Libravatar Junio C Hamano1-1/+1
2015-12-22push: don't mark options of recurse-submodules for translationLibravatar Ralf Thielow1-1/+1
2015-12-16push: add '-d' as shorthand for '--delete'Libravatar Patrick Steinhardt1-1/+1
2015-12-04push: follow the "last one wins" convention for --recurse-submodulesLibravatar Mike Crowe1-9/+3