summaryrefslogtreecommitdiff
path: root/builtin/push.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | builtin/push.c: use OPT_BOOL, not OPT_BOOLEANJunio C Hamano2013-07-081-3/+3
* | | | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-041-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-3/+3
* | | | many small typofixesob/typofixesOndřej Bílka2013-07-291-1/+1
|/ / /
* | | Merge branch 'jk/pull-to-integrate'Junio C Hamano2013-07-121-6/+6
|\ \ \
| * | | push: avoid suggesting "merging" remote changesJohn Keeping2013-07-071-6/+6
* | | | push: change `simple` to accommodate triangular workflowsRamkumar Ramachandra2013-06-241-12/+31
| |/ / |/| |
* | | push: make push.default = current use resolved HEADRamkumar Ramachandra2013-05-291-1/+1
* | | push: fail early with detached HEAD and currentRamkumar Ramachandra2013-05-291-0/+5
* | | push: factor out the detached HEAD error messageRamkumar Ramachandra2013-05-291-6/+8
|/ /
* | remote.c: introduce a way to have different remotes for fetch/pushRamkumar Ramachandra2013-04-021-1/+1
* | Merge branch 'jc/push-follow-tag'Junio C Hamano2013-03-251-0/+2
|\ \
| * | push: --follow-tagsJunio C Hamano2013-03-051-0/+2
| |/
* | Merge branch 'jc/push-reject-reasons'Junio C Hamano2013-02-041-2/+31
|\ \
| * | push: finishing touches to explain REJECT_ALREADY_EXISTS betterJunio C Hamano2013-01-241-2/+1
| * | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano2013-01-241-0/+30
* | | push: Add support for pre-push hooksAaron Schrab2013-01-181-0/+1
|/ /
* | push: allow already-exists advice to be disabledChris Rorvick2012-12-031-0/+2
* | push: rename config variable for more general useChris Rorvick2012-12-031-3/+3
* | push: require force for refs under refs/tags/Chris Rorvick2012-12-021-1/+1
* | push: add advice for rejected tag referenceChris Rorvick2012-12-021-0/+11
* | push: return reject reasons as a bitsetChris Rorvick2012-12-021-9/+4
|/
* Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-071-17/+17
|\
| * Use imperative form in help usage to describe an actionNguyễn Thái Ngọc Duy2012-08-221-1/+1
| * i18n: push: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-17/+17
* | Merge branch 'mm/push-default-switch-warning'Junio C Hamano2012-08-271-2/+27
|\ \ | |/ |/|
| * push: start warning upcoming default change for push.defaultMatthieu Moy2012-06-241-2/+27
* | Merge branch 'mm/simple-push'Junio C Hamano2012-05-021-2/+45
|\ \ | |/
| * push: introduce new push.default mode "simple"Matthieu Moy2012-04-241-2/+45
* | Merge branch 'hv/submodule-recurse-push'Junio C Hamano2012-04-241-1/+9
|\ \ | |/ |/|
| * push: teach --recurse-submodules the on-demand optionHeiko Voigt2012-03-301-1/+9
* | Merge branch 'ct/advise-push-default'Junio C Hamano2012-04-201-5/+55
|\ \
| * | push: Provide situational hints for non-fast-forward errorsChristopher Tiwald2012-03-191-5/+55
* | | push: error out when the "upstream" semantics does not make senseJunio C Hamano2012-04-051-8/+18
|/ /
* | Merge branch 'fc/push-prune'Junio C Hamano2012-02-261-0/+2
|\ \