| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo: existant->existent | Dmitry Ivankov | 2011-06-16 | 1 | -5/+5 |
* | tests: add missing && | Jonathan Nieder | 2010-11-09 | 1 | -4/+4 |
* | Merge branch 'js/maint-receive-pack-symref-alias' | Junio C Hamano | 2010-05-21 | 1 | -23/+95 |
|\ |
|
| * | t5516-fetch-push.sh: style cleanup | Jay Soffian | 2010-04-19 | 1 | -23/+46 |
| * | receive-pack: detect aliased updates which can occur with symrefs | Jay Soffian | 2010-04-19 | 1 | -0/+49 |
* | | start_command: close cmd->err descriptor when fork/spawn fails | bert Dvornik | 2010-05-20 | 1 | -1/+1 |
* | | t5516: Use test_cmp when appropriate | Junio C Hamano | 2010-03-11 | 1 | -3/+3 |
* | | git-push: add tests for git push --porcelain | Larry D'Anna | 2010-02-28 | 1 | -0/+50 |
|/ |
|
* | Merge branch 'jk/push-to-delete' | Junio C Hamano | 2010-01-10 | 1 | -0/+26 |
|\ |
|
| * | builtin-push: add --delete as syntactic sugar for :foo | Jan Krüger | 2009-12-30 | 1 | -0/+26 |
* | | Merge branch 'jc/1.7.0-push-safety' | Junio C Hamano | 2009-12-26 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Refuse updating the current branch in a non-bare repository via push | Junio C Hamano | 2009-07-29 | 1 | -0/+1 |
* | | Add url.<base>.pushInsteadOf: URL rewriting for push only | Josh Triplett | 2009-09-08 | 1 | -0/+47 |
|/ |
|
* | t5516: Check pushurl config setting | Michael J Gruber | 2009-06-09 | 1 | -0/+13 |
* | receive-pack: explain what to do when push updates the current branch | Junio C Hamano | 2009-02-03 | 1 | -3/+3 |
* | Merge branch 'mk/maint-cg-push' | Junio C Hamano | 2008-11-12 | 1 | -0/+50 |
|\ |
|
| * | git push: Interpret $GIT_DIR/branches in a Cogito compatible way | Martin Koegler | 2008-11-11 | 1 | -0/+50 |
* | | receive-pack: detect push to current branch of non-bare repo | Jeff King | 2008-11-09 | 1 | -0/+37 |
* | | t5516: refactor oddball tests | Jeff King | 2008-11-09 | 1 | -29/+21 |
|/ |
|
* | push: fix local refs update if already up-to-date | Clemens Buchacher | 2008-11-05 | 1 | -0/+31 |
* | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 2008-07-13 | 1 | -4/+4 |
* | Fix t5516 on cygwin: it does not like double slashes at the beginning of a path | Alex Riesen | 2008-06-03 | 1 | -1/+1 |
* | Merge branch 'pb/push' | Junio C Hamano | 2008-05-23 | 1 | -0/+41 |
|\ |
|
| * | add special "matching refs" refspec | Paolo Bonzini | 2008-05-04 | 1 | -0/+41 |
* | | Fix tests breaking when checkout path contains shell metacharacters | Bryan Donlan | 2008-05-05 | 1 | -3/+3 |
|/ |
|
* | push: allow unqualified dest refspecs to DWIM | Jeff King | 2008-04-24 | 1 | -0/+40 |
* | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-24 | 1 | -13/+1 |
|\ |
|
| * | t5516: remove ambiguity test (1) | Jeff King | 2008-04-23 | 1 | -13/+1 |
* | | Fix config key miscount in url.*.insteadOf | Daniel Barkalow | 2008-04-12 | 1 | -4/+4 |
* | | Merge branch 'db/push-single-with-HEAD' | Junio C Hamano | 2008-02-27 | 1 | -0/+43 |
|\ \ |
|
| * | | Resolve value supplied for no-colon push refspecs | Daniel Barkalow | 2008-02-20 | 1 | -0/+43 |
| |/ |
|
* | | Add support for url aliases in config files | Daniel Barkalow | 2008-02-24 | 1 | -0/+31 |
|/ |
|
* | Merge branch 'sp/refspec-match' | Junio C Hamano | 2007-12-04 | 1 | -1/+28 |
|\ |
|
| * | push: use same rules as git-rev-parse to resolve refspecs | Steffen Prohaska | 2007-11-18 | 1 | -1/+11 |
| * | push: support pushing HEAD to real branch name | Steffen Prohaska | 2007-11-18 | 1 | -0/+17 |
* | | receive-pack: allow deletion of corrupt refs | Johannes Schindelin | 2007-11-30 | 1 | -3/+42 |
* | | Revert "t5516: test update of local refs on push" | Jeff King | 2007-11-28 | 1 | -28/+0 |
|/ |
|
* | t5516: test update of local refs on push | Jeff King | 2007-10-18 | 1 | -0/+28 |
* | Add a --dry-run option to git-push. | Brian Ewins | 2007-10-15 | 1 | -0/+10 |
* | Fix t5516 to create test repo without hooks | Alex Riesen | 2007-07-04 | 1 | -1/+2 |
* | Fix t5516-fetch for systems where `wc -l` outputs whitespace. | Brian Gernhardt | 2007-07-01 | 1 | -2/+2 |
* | remote.c: "git-push frotz" should update what matches at the source. | Junio C Hamano | 2007-06-09 | 1 | -0/+52 |
* | remote.c: fix "git push" weak match disambiguation | Junio C Hamano | 2007-06-09 | 1 | -0/+112 |
* | Test wildcard push/fetch | Junio C Hamano | 2007-06-08 | 1 | -0/+82 |