summaryrefslogtreecommitdiff
path: root/builtin/push.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-22push: don't mark options of recurse-submodules for translationLibravatar Ralf Thielow1-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
2014-03-07Merge branch 'gj/push-more-verbose-advice'Libravatar Junio C Hamano1-1/+1
2014-03-07Merge branch 'jc/push-2.0-default-to-simple'Libravatar Junio C Hamano1-24/+7
2013-12-27Merge branch 'jc/push-refmap'Libravatar Junio C Hamano1-22/+62
2013-12-04push: also use "upstream" mapping when pushing a single refLibravatar Junio C Hamano1-0/+11
2013-12-04push: use remote.$name.push as a refmapLibravatar Junio C Hamano1-2/+38
2013-12-03builtin/push.c: use strbuf instead of manual allocationLibravatar Junio C Hamano1-21/+14
2013-11-13push: switch default from "matching" to "simple"Libravatar Junio C Hamano1-25/+8
2013-11-13push: enhance unspecified push default warningLibravatar Greg Jacobson1-0/+7
2013-09-11Merge branch 'nd/push-no-thin'Libravatar Junio C Hamano1-3/+2
2013-09-09Merge branch 'jc/push-cas'Libravatar Junio C Hamano1-0/+13
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Libravatar Junio C Hamano1-3/+3
2013-08-13push: respect --no-thinLibravatar Nguyễn Thái Ngọc Duy1-3/+2
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-3/+3
2013-07-29many small typofixesLibravatar Ondřej Bílka1-1/+1
2013-07-22push --force-with-lease: implement logic to populate old_sha1_expect[]Libravatar Junio C Hamano1-0/+7
2013-07-22remote.c: add command line option parser for "--force-with-lease"Libravatar Junio C Hamano1-0/+6
2013-07-12Merge branch 'jk/pull-to-integrate'Libravatar Junio C Hamano1-6/+6
2013-07-08builtin/push.c: use OPT_BOOL, not OPT_BOOLEANLibravatar Junio C Hamano1-3/+3
2013-07-07push: avoid suggesting "merging" remote changesLibravatar John Keeping1-6/+6
2013-06-24push: change `simple` to accommodate triangular workflowsLibravatar Ramkumar Ramachandra1-12/+31
2013-06-18push: switch default from "matching" to "simple"Libravatar Junio C Hamano1-24/+7
2013-05-29push: make push.default = current use resolved HEADLibravatar Ramkumar Ramachandra1-1/+1
2013-05-29push: fail early with detached HEAD and currentLibravatar Ramkumar Ramachandra1-0/+5
2013-05-29push: factor out the detached HEAD error messageLibravatar Ramkumar Ramachandra1-6/+8
2013-04-02remote.c: introduce a way to have different remotes for fetch/pushLibravatar Ramkumar Ramachandra1-1/+1
2013-03-25Merge branch 'jc/push-follow-tag'Libravatar Junio C Hamano1-0/+2
2013-03-05push: --follow-tagsLibravatar Junio C Hamano1-0/+2
2013-02-04Merge branch 'jc/push-reject-reasons'Libravatar Junio C Hamano1-2/+31
2013-01-24push: finishing touches to explain REJECT_ALREADY_EXISTS betterLibravatar Junio C Hamano1-2/+1
2013-01-24push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCELibravatar Junio C Hamano1-0/+30
2013-01-18push: Add support for pre-push hooksLibravatar Aaron Schrab1-0/+1