summaryrefslogtreecommitdiff
path: root/builtin/push.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-20push: add recurseSubmodules config optionLibravatar Mike Crowe1-15/+24
2015-08-19push: add a config option push.gpgSign for default signed pushesLibravatar Dave Borowitz1-14/+36
2015-08-19push: support signing pushes iff the server supports itLibravatar Dave Borowitz1-1/+19
2015-03-14push: allow --follow-tags to be set by config push.followTagsLibravatar Dave Olszewski1-0/+10
2015-02-17cmd_push: pass "flags" pointer to config callbackLibravatar Jeff King1-1/+1
2015-02-17cmd_push: set "atomic" bit directlyLibravatar Jeff King1-5/+1
2015-02-15git_push_config: drop cargo-culted wt_status pointerLibravatar Jeff King1-2/+1
2015-02-11Merge branch 'sb/atomic-push'Libravatar Junio C Hamano1-0/+5
2015-01-07push.c: add an --atomic argumentLibravatar Ronnie Sahlberg1-0/+5
2014-12-12Merge branch 'jk/push-simple'Libravatar Junio C Hamano1-4/+4
2014-12-12Merge branch 'rt/push-recurse-submodule-usage-string'Libravatar Junio C Hamano1-1/+1
2014-11-30push: truly use "simple" as default, not "upstream"Libravatar Jeff King1-4/+4
2014-11-18builtin/push.c: fix description of --recurse-submodules optionLibravatar Ralf Thielow1-1/+1
2014-10-24push: heed user.signingkey for signed pushesLibravatar Michael J Gruber1-1/+12
2014-09-15push: the beginning of "git push --signed"Libravatar Junio C Hamano1-0/+1
2014-06-20refactor skip_prefix to return a booleanLibravatar Jeff King1-4/+3
2014-03-07Merge branch 'cc/starts-n-ends-with-endgame'Libravatar Junio C Hamano1-1/+1