summaryrefslogtreecommitdiff
path: root/builtin/push.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * connect & http: support -4 and -6 switches for remote operationsew/force-ipv4Eric Wong2016-02-121-0/+6
* | Merge branch 'ps/push-delete-option'Junio C Hamano2016-01-121-1/+1
|\ \ | |/ |/|
| * push: add '-d' as shorthand for '--delete'ps/push-delete-optionPatrick Steinhardt2015-12-161-1/+1
* | push: don't mark options of recurse-submodules for translationRalf Thielow2015-12-221-1/+1
* | push: follow the "last one wins" convention for --recurse-submodulesmc/push-recurse-submodules-configMike Crowe2015-12-041-9/+3
* | push: add recurseSubmodules config optionMike Crowe2015-11-201-15/+24
|/
* push: add a config option push.gpgSign for default signed pushesdb/push-sign-if-askedDave Borowitz2015-08-191-14/+36
* push: support signing pushes iff the server supports itDave Borowitz2015-08-191-1/+19
* push: allow --follow-tags to be set by config push.followTagsjk/push-configDave Olszewski2015-03-141-0/+10
* cmd_push: pass "flags" pointer to config callbackJeff King2015-02-171-1/+1
* cmd_push: set "atomic" bit directlyJeff King2015-02-171-5/+1
* git_push_config: drop cargo-culted wt_status pointerJeff King2015-02-151-2/+1
* Merge branch 'sb/atomic-push'Junio C Hamano2015-02-111-0/+5
|\
| * push.c: add an --atomic argumentRonnie Sahlberg2015-01-071-0/+5
* | Merge branch 'jk/push-simple'Junio C Hamano2014-12-121-4/+4
|\ \
| * | push: truly use "simple" as default, not "upstream"jk/push-simpleJeff King2014-11-301-4/+4
* | | Merge branch 'rt/push-recurse-submodule-usage-string'Junio C Hamano2014-12-121-1/+1
|\ \ \ | |_|/ |/| |
| * | builtin/push.c: fix description of --recurse-submodules optionrt/push-recurse-submodule-usage-stringRalf Thielow2014-11-181-1/+1
* | | push: heed user.signingkey for signed pushesMichael J Gruber2014-10-241-1/+12
* | | push: the beginning of "git push --signed"Junio C Hamano2014-09-151-0/+1
* | | refactor skip_prefix to return a booleanJeff King2014-06-201-4/+3
| |/ |/|
* | Merge branch 'cc/starts-n-ends-with-endgame'Junio C Hamano2014-03-071-1/+1
|\ \ | |/
* | Merge branch 'gj/push-more-verbose-advice'Junio C Hamano2014-03-071-1/+1
|\ \
| * | push: switch default from "matching" to "simple"gj/push-more-verbose-adviceJunio C Hamano2013-11-131-25/+8
* | | Merge branch 'jc/push-2.0-default-to-simple'Junio C Hamano2014-03-071-24/+7
|\ \ \
| * | | push: switch default from "matching" to "simple"jc/push-2.0-default-to-simpleJunio C Hamano2013-06-181-24/+7
* | | | Merge branch 'jc/push-refmap'Junio C Hamano2013-12-271-22/+62
|\ \ \ \ | |_|/ / |/| | |
| * | | push: also use "upstream" mapping when pushing a single refjc/push-refmapJunio C Hamano2013-12-041-0/+11
| * | | push: use remote.$name.push as a refmapJunio C Hamano2013-12-041-2/+38
| * | | builtin/push.c: use strbuf instead of manual allocationJunio C Hamano2013-12-031-21/+14
| | |/ | |/|
* | | push: enhance unspecified push default warningGreg Jacobson2013-11-131-0/+7
|/ /
* | Merge branch 'nd/push-no-thin'Junio C Hamano2013-09-111-3/+2
|\ \
| * | push: respect --no-thinnd/push-no-thinNguyễn Thái Ngọc Duy2013-08-131-3/+2
* | | Merge branch 'jc/push-cas'Junio C Hamano2013-09-091-0/+13
|\ \ \
| * | | push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano2013-07-221-0/+7
| * | | remote.c: add command line option parser for "--force-with-lease"Junio C Hamano2013-07-221-0/+6