aboutsummaryrefslogtreecommitdiff
path: root/builtin/push.c
Commit message (Expand)AuthorAge
* builtin/push.c: add push.pushOption configMarius Paliga2017-10-24
* Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-22
|\
| * treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren2017-08-07
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-15
* | | builtin/push.c: respect 'submodule.recurse' optionStefan Beller2017-06-01
|/ /
* | push: unmark a local variable as staticBrandon Williams2017-04-02
|/
* Merge branch 'bw/push-submodule-only'Junio C Hamano2017-01-31
|\
| * push: add option to push only submodulesBrandon Williams2016-12-20
* | Merge branch 'jc/push-default-explicit'Junio C Hamano2016-12-27
|\ \ | |/ |/|
| * push: do not use potentially ambiguous default refspecJunio C Hamano2016-10-28
* | push: accept push optionsStefan Beller2016-07-14
|/
* Merge branch 'mm/push-default-warning'Junio C Hamano2016-02-26
|\
| * push: remove "push.default is unset" warning messageMatthieu Moy2016-02-25
* | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-24
|\ \ | |/ |/|
| * connect & http: support -4 and -6 switches for remote operationsEric Wong2016-02-12
* | Merge branch 'ps/push-delete-option'Junio C Hamano2016-01-12
|\ \ | |/ |/|
| * push: add '-d' as shorthand for '--delete'Patrick Steinhardt2015-12-16
* | push: don't mark options of recurse-submodules for translationRalf Thielow2015-12-22
* | push: follow the "last one wins" convention for --recurse-submodulesMike Crowe2015-12-04
* | push: add recurseSubmodules config optionMike Crowe2015-11-20
|/
* push: add a config option push.gpgSign for default signed pushesDave Borowitz2015-08-19
* push: support signing pushes iff the server supports itDave Borowitz2015-08-19
* push: allow --follow-tags to be set by config push.followTagsDave Olszewski2015-03-14
* cmd_push: pass "flags" pointer to config callbackJeff King2015-02-17
* cmd_push: set "atomic" bit directlyJeff King2015-02-17
* git_push_config: drop cargo-culted wt_status pointerJeff King2015-02-15
* Merge branch 'sb/atomic-push'Junio C Hamano2015-02-11
|\
| * push.c: add an --atomic argumentRonnie Sahlberg2015-01-07
* | Merge branch 'jk/push-simple'Junio C Hamano2014-12-12
|\ \
| * | push: truly use "simple" as default, not "upstream"Jeff King2014-11-30
* | | Merge branch 'rt/push-recurse-submodule-usage-string'Junio C Hamano2014-12-12
|\ \ \ | |_|/ |/| |
| * | builtin/push.c: fix description of --recurse-submodules optionRalf Thielow2014-11-18
* | | push: heed user.signingkey for signed pushesMichael J Gruber2014-10-24
* | | push: the beginning of "git push --signed"Junio C Hamano2014-09-15
* | | refactor skip_prefix to return a booleanJeff King2014-06-20
| |/ |/|
* | Merge branch 'cc/starts-n-ends-with-endgame'Junio C Hamano2014-03-07
|\ \ | |/
* | Merge branch 'gj/push-more-verbose-advice'Junio C Hamano2014-03-07
|\ \
| * | push: switch default from "matching" to "simple"Junio C Hamano2013-11-13
* | | Merge branch 'jc/push-2.0-default-to-simple'Junio C Hamano2014-03-07
|\ \ \
| * | | push: switch default from "matching" to "simple"Junio C Hamano2013-06-18
* | | | Merge branch 'jc/push-refmap'Junio C Hamano2013-12-27
|\ \ \ \ | |_|/ / |/| | |
| * | | push: also use "upstream" mapping when pushing a single refJunio C Hamano2013-12-04
| * | | push: use remote.$name.push as a refmapJunio C Hamano2013-12-04
| * | | builtin/push.c: use strbuf instead of manual allocationJunio C Hamano2013-12-03
| | |/ | |/|
* | | push: enhance unspecified push default warningGreg Jacobson2013-11-13
|/ /
* | Merge branch 'nd/push-no-thin'Junio C Hamano2013-09-11
|\ \
| * | push: respect --no-thinNguyễn Thái Ngọc Duy2013-08-13
* | | Merge branch 'jc/push-cas'Junio C Hamano2013-09-09
|\ \ \
| * | | push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano2013-07-22