| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ / |
|
* | | push: allow already-exists advice to be disabled | Chris Rorvick | 2012-12-03 | 1 | -0/+2 |
* | | push: rename config variable for more general use | Chris Rorvick | 2012-12-03 | 1 | -3/+3 |
* | | push: require force for refs under refs/tags/ | Chris Rorvick | 2012-12-02 | 1 | -1/+1 |
* | | push: add advice for rejected tag reference | Chris Rorvick | 2012-12-02 | 1 | -0/+11 |
* | | push: return reject reasons as a bitset | Chris Rorvick | 2012-12-02 | 1 | -9/+4 |
|/ |
|
* | Merge branch 'nd/i18n-parseopt-help' | Junio C Hamano | 2012-09-07 | 1 | -17/+17 |
|\ |
|
| * | Use imperative form in help usage to describe an action | Nguyễn Thái Ngọc Duy | 2012-08-22 | 1 | -1/+1 |
| * | i18n: push: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -17/+17 |
* | | Merge branch 'mm/push-default-switch-warning' | Junio C Hamano | 2012-08-27 | 1 | -2/+27 |
|\ \
| |/
|/| |
|
| * | push: start warning upcoming default change for push.default | Matthieu Moy | 2012-06-24 | 1 | -2/+27 |
* | | Merge branch 'mm/simple-push' | Junio C Hamano | 2012-05-02 | 1 | -2/+45 |
|\ \
| |/ |
|
| * | push: introduce new push.default mode "simple" | Matthieu Moy | 2012-04-24 | 1 | -2/+45 |
* | | Merge branch 'hv/submodule-recurse-push' | Junio C Hamano | 2012-04-24 | 1 | -1/+9 |
|\ \
| |/
|/| |
|
| * | push: teach --recurse-submodules the on-demand option | Heiko Voigt | 2012-03-30 | 1 | -1/+9 |
* | | Merge branch 'ct/advise-push-default' | Junio C Hamano | 2012-04-20 | 1 | -5/+55 |
|\ \ |
|
| * | | push: Provide situational hints for non-fast-forward errors | Christopher Tiwald | 2012-03-19 | 1 | -5/+55 |
* | | | push: error out when the "upstream" semantics does not make sense | Junio C Hamano | 2012-04-05 | 1 | -8/+18 |
|/ / |
|
* | | Merge branch 'fc/push-prune' | Junio C Hamano | 2012-02-26 | 1 | -0/+2 |
|\ \ |
|
| * | | push: add '--prune' optionfc/push-prune | Felipe Contreras | 2012-02-22 | 1 | -0/+2 |
| |/ |
|
* | | push/fetch/clone --no-progress suppresses progress outputcb/transfer-no-progress | Clemens Buchacher | 2012-02-13 | 1 | -2/+2 |
|/ |
|
* | push: Don't push a repository with unpushed submodules | Fredrik Gustafsson | 2011-08-20 | 1 | -0/+19 |
* | Merge branch 'ab/i18n-st' | Junio C Hamano | 2011-04-01 | 1 | -24/+24 |
|\ |
|
| * | i18n: git-push "prevent you from losing" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -2/+2 |
| * | i18n: git-push basic messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -19/+19 |
* | | Merge branch 'jk/trace-sifter' | Junio C Hamano | 2011-03-19 | 1 | -0/+1 |
|\ \ |
|
| * | | add packet tracing debug code | Jeff King | 2011-03-08 | 1 | -0/+1 |
| |/ |
|
* | | push: better error message when no remote configured | Matthieu Moy | 2011-03-02 | 1 | -1/+8 |
* | | push: better error messages when push.default = tracking | Matthieu Moy | 2011-03-02 | 1 | -6/+16 |
* | | push.default: Rename 'tracking' to 'upstream' | Johan Herland | 2011-02-16 | 1 | -5/+5 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2010-08-12 | 1 | -2/+2 |
|\ |
|
| * | push: mention "git pull" in error message for non-fast forwards | Matthieu Moy | 2010-08-12 | 1 | -2/+2 |
* | | builtin/push.c: remove useless temporary variable | Jared Hance | 2010-08-02 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2010-04-09 | 1 | -1/+1 |
* | Merge branch 'tc/transport-verbosity' | Junio C Hamano | 2010-03-15 | 1 | -3/+8 |
* | Merge branch 'ld/push-porcelain' | Junio C Hamano | 2010-03-15 | 1 | -3/+3 |
* | Merge branch 'lt/deepen-builtin-source' | Junio C Hamano | 2010-03-10 | 1 | -1/+1 |
* | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 2010-02-22 | 1 | -0/+247 |