| Commit message (Expand) | Author | Age | Files | Lines |
* | push: don't mark options of recurse-submodules for translation | Ralf Thielow | 2015-12-22 | 1 | -1/+1 |
* | push: follow the "last one wins" convention for --recurse-submodulesmc/push-recurse-submodules-config | Mike Crowe | 2015-12-04 | 1 | -9/+3 |
* | push: add recurseSubmodules config option | Mike Crowe | 2015-11-20 | 1 | -15/+24 |
* | push: add a config option push.gpgSign for default signed pushesdb/push-sign-if-asked | Dave Borowitz | 2015-08-19 | 1 | -14/+36 |
* | push: support signing pushes iff the server supports it | Dave Borowitz | 2015-08-19 | 1 | -1/+19 |
* | push: allow --follow-tags to be set by config push.followTagsjk/push-config | Dave Olszewski | 2015-03-14 | 1 | -0/+10 |
* | cmd_push: pass "flags" pointer to config callback | Jeff King | 2015-02-17 | 1 | -1/+1 |
* | cmd_push: set "atomic" bit directly | Jeff King | 2015-02-17 | 1 | -5/+1 |
* | git_push_config: drop cargo-culted wt_status pointer | Jeff King | 2015-02-15 | 1 | -2/+1 |
* | Merge branch 'sb/atomic-push' | Junio C Hamano | 2015-02-11 | 1 | -0/+5 |
|\ |
|
| * | push.c: add an --atomic argument | Ronnie Sahlberg | 2015-01-07 | 1 | -0/+5 |
* | | Merge branch 'jk/push-simple' | Junio C Hamano | 2014-12-12 | 1 | -4/+4 |
|\ \ |
|
| * | | push: truly use "simple" as default, not "upstream"jk/push-simple | Jeff King | 2014-11-30 | 1 | -4/+4 |
* | | | Merge branch 'rt/push-recurse-submodule-usage-string' | Junio C Hamano | 2014-12-12 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | builtin/push.c: fix description of --recurse-submodules optionrt/push-recurse-submodule-usage-string | Ralf Thielow | 2014-11-18 | 1 | -1/+1 |
* | | | push: heed user.signingkey for signed pushes | Michael J Gruber | 2014-10-24 | 1 | -1/+12 |
* | | | push: the beginning of "git push --signed" | Junio C Hamano | 2014-09-15 | 1 | -0/+1 |
* | | | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 | 1 | -4/+3 |
| |/
|/| |
|
* | | Merge branch 'cc/starts-n-ends-with-endgame' | Junio C Hamano | 2014-03-07 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Merge branch 'gj/push-more-verbose-advice' | Junio C Hamano | 2014-03-07 | 1 | -1/+1 |
|\ \ |
|
| * | | push: switch default from "matching" to "simple"gj/push-more-verbose-advice | Junio C Hamano | 2013-11-13 | 1 | -25/+8 |
* | | | Merge branch 'jc/push-2.0-default-to-simple' | Junio C Hamano | 2014-03-07 | 1 | -24/+7 |
|\ \ \ |
|
| * | | | push: switch default from "matching" to "simple"jc/push-2.0-default-to-simple | Junio C Hamano | 2013-06-18 | 1 | -24/+7 |
* | | | | Merge branch 'jc/push-refmap' | Junio C Hamano | 2013-12-27 | 1 | -22/+62 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | push: also use "upstream" mapping when pushing a single refjc/push-refmap | Junio C Hamano | 2013-12-04 | 1 | -0/+11 |
| * | | | push: use remote.$name.push as a refmap | Junio C Hamano | 2013-12-04 | 1 | -2/+38 |
| * | | | builtin/push.c: use strbuf instead of manual allocation | Junio C Hamano | 2013-12-03 | 1 | -21/+14 |
| | |/
| |/| |
|
* | | | push: enhance unspecified push default warning | Greg Jacobson | 2013-11-13 | 1 | -0/+7 |
|/ / |
|
* | | Merge branch 'nd/push-no-thin' | Junio C Hamano | 2013-09-11 | 1 | -3/+2 |
|\ \ |
|
| * | | push: respect --no-thinnd/push-no-thin | Nguyễn Thái Ngọc Duy | 2013-08-13 | 1 | -3/+2 |
* | | | Merge branch 'jc/push-cas' | Junio C Hamano | 2013-09-09 | 1 | -0/+13 |
|\ \ \ |
|
| * | | | push --force-with-lease: implement logic to populate old_sha1_expect[] | Junio C Hamano | 2013-07-22 | 1 | -0/+7 |
| * | | | remote.c: add command line option parser for "--force-with-lease" | Junio C Hamano | 2013-07-22 | 1 | -0/+6 |
| * | | | builtin/push.c: use OPT_BOOL, not OPT_BOOLEAN | Junio C Hamano | 2013-07-08 | 1 | -3/+3 |
* | | | | Merge branch 'sb/parseopt-boolean-removal' | Junio C Hamano | 2013-09-04 | 1 | -3/+3 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 2013-08-05 | 1 | -3/+3 |
* | | | | many small typofixesob/typofixes | Ondřej Bílka | 2013-07-29 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge branch 'jk/pull-to-integrate' | Junio C Hamano | 2013-07-12 | 1 | -6/+6 |
|\ \ \ |
|
| * | | | push: avoid suggesting "merging" remote changes | John Keeping | 2013-07-07 | 1 | -6/+6 |
* | | | | push: change `simple` to accommodate triangular workflows | Ramkumar Ramachandra | 2013-06-24 | 1 | -12/+31 |
| |/ /
|/| | |
|
* | | | push: make push.default = current use resolved HEAD | Ramkumar Ramachandra | 2013-05-29 | 1 | -1/+1 |
* | | | push: fail early with detached HEAD and current | Ramkumar Ramachandra | 2013-05-29 | 1 | -0/+5 |
* | | | push: factor out the detached HEAD error message | Ramkumar Ramachandra | 2013-05-29 | 1 | -6/+8 |
|/ / |
|
* | | remote.c: introduce a way to have different remotes for fetch/push | Ramkumar Ramachandra | 2013-04-02 | 1 | -1/+1 |
* | | Merge branch 'jc/push-follow-tag' | Junio C Hamano | 2013-03-25 | 1 | -0/+2 |
|\ \ |
|
| * | | push: --follow-tags | Junio C Hamano | 2013-03-05 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'jc/push-reject-reasons' | Junio C Hamano | 2013-02-04 | 1 | -2/+31 |
|\ \ |
|
| * | | push: finishing touches to explain REJECT_ALREADY_EXISTS better | Junio C Hamano | 2013-01-24 | 1 | -2/+1 |
| * | | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 2013-01-24 | 1 | -0/+30 |
* | | | push: Add support for pre-push hooks | Aaron Schrab | 2013-01-18 | 1 | -0/+1 |
|/ / |
|