summaryrefslogtreecommitdiff
path: root/builtin/push.c
AgeCommit message (Expand)Author
2018-04-24push: colorize errorsRyan Dammrose
2018-02-09completion: use __gitcomp_builtin in _git_pushNguyễn Thái Ngọc Duy
2017-10-24builtin/push.c: add push.pushOption configMarius Paliga
2017-08-22Merge branch 'ma/parse-maybe-bool'Junio C Hamano
2017-08-07treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-01builtin/push.c: respect 'submodule.recurse' optionStefan Beller
2017-04-02push: unmark a local variable as staticBrandon Williams
2017-01-31Merge branch 'bw/push-submodule-only'Junio C Hamano
2016-12-27Merge branch 'jc/push-default-explicit'Junio C Hamano
2016-12-20push: add option to push only submodulesBrandon Williams
2016-10-29push: do not use potentially ambiguous default refspecJunio C Hamano
2016-07-14push: accept push optionsStefan Beller
2016-02-26Merge branch 'mm/push-default-warning'Junio C Hamano
2016-02-25push: remove "push.default is unset" warning messageMatthieu Moy
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong
2016-01-12Merge branch 'ps/push-delete-option'Junio C Hamano
2015-12-22push: don't mark options of recurse-submodules for translationRalf Thielow
2015-12-16push: add '-d' as shorthand for '--delete'Patrick Steinhardt
2015-12-04push: follow the "last one wins" convention for --recurse-submodulesMike Crowe
2015-11-20push: add recurseSubmodules config optionMike Crowe
2015-08-19push: add a config option push.gpgSign for default signed pushesDave Borowitz
2015-08-19push: support signing pushes iff the server supports itDave Borowitz
2015-03-14push: allow --follow-tags to be set by config push.followTagsDave Olszewski
2015-02-17cmd_push: pass "flags" pointer to config callbackJeff King
2015-02-17cmd_push: set "atomic" bit directlyJeff King
2015-02-16git_push_config: drop cargo-culted wt_status pointerJeff King
2015-02-11Merge branch 'sb/atomic-push'Junio C Hamano
2015-01-08push.c: add an --atomic argumentRonnie Sahlberg
2014-12-12Merge branch 'jk/push-simple'Junio C Hamano
2014-12-12Merge branch 'rt/push-recurse-submodule-usage-string'Junio C Hamano
2014-12-01push: truly use "simple" as default, not "upstream"Jeff King
2014-11-18builtin/push.c: fix description of --recurse-submodules optionRalf Thielow
2014-10-24push: heed user.signingkey for signed pushesMichael J Gruber
2014-09-15push: the beginning of "git push --signed"Junio C Hamano
2014-06-20refactor skip_prefix to return a booleanJeff King
2014-03-07Merge branch 'cc/starts-n-ends-with-endgame'Junio C Hamano
2014-03-07Merge branch 'gj/push-more-verbose-advice'Junio C Hamano
2014-03-07Merge branch 'jc/push-2.0-default-to-simple'Junio C Hamano
2013-12-27Merge branch 'jc/push-refmap'Junio C Hamano
2013-12-04push: also use "upstream" mapping when pushing a single refJunio C Hamano
2013-12-04push: use remote.$name.push as a refmapJunio C Hamano
2013-12-03builtin/push.c: use strbuf instead of manual allocationJunio C Hamano
2013-11-13push: switch default from "matching" to "simple"Junio C Hamano
2013-11-13push: enhance unspecified push default warningGreg Jacobson
2013-09-11Merge branch 'nd/push-no-thin'Junio C Hamano
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano