Age | Commit message (Expand) | Author | Files | Lines |
2009-09-08 | Add url.<base>.pushInsteadOf: URL rewriting for push only | Josh Triplett | 1 | -0/+47 |
2009-06-09 | t5516: Check pushurl config setting | Michael J Gruber | 1 | -0/+13 |
2009-02-03 | receive-pack: explain what to do when push updates the current branch | Junio C Hamano | 1 | -3/+3 |
2008-11-12 | Merge branch 'mk/maint-cg-push' | Junio C Hamano | 1 | -0/+50 |
2008-11-11 | git push: Interpret $GIT_DIR/branches in a Cogito compatible way | Martin Koegler | 1 | -0/+50 |
2008-11-09 | receive-pack: detect push to current branch of non-bare repo | Jeff King | 1 | -0/+37 |
2008-11-09 | t5516: refactor oddball tests | Jeff King | 1 | -29/+21 |
2008-11-05 | push: fix local refs update if already up-to-date | Clemens Buchacher | 1 | -0/+31 |
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -4/+4 |
2008-06-03 | Fix t5516 on cygwin: it does not like double slashes at the beginning of a path | Alex Riesen | 1 | -1/+1 |
2008-05-23 | Merge branch 'pb/push' | Junio C Hamano | 1 | -0/+41 |
2008-05-05 | Fix tests breaking when checkout path contains shell metacharacters | Bryan Donlan | 1 | -3/+3 |
2008-05-04 | add special "matching refs" refspec | Paolo Bonzini | 1 | -0/+41 |
2008-04-24 | push: allow unqualified dest refspecs to DWIM | Jeff King | 1 | -0/+40 |
2008-04-24 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -13/+1 |
2008-04-23 | t5516: remove ambiguity test (1) | Jeff King | 1 | -13/+1 |
2008-04-12 | Fix config key miscount in url.*.insteadOf | Daniel Barkalow | 1 | -4/+4 |
2008-02-27 | Merge branch 'db/push-single-with-HEAD' | Junio C Hamano | 1 | -0/+43 |
2008-02-24 | Add support for url aliases in config files | Daniel Barkalow | 1 | -0/+31 |
2008-02-20 | Resolve value supplied for no-colon push refspecs | Daniel Barkalow | 1 | -0/+43 |
2007-12-04 | Merge branch 'sp/refspec-match' | Junio C Hamano | 1 | -1/+28 |
2007-11-30 | receive-pack: allow deletion of corrupt refs | Johannes Schindelin | 1 | -3/+42 |
2007-11-28 | Revert "t5516: test update of local refs on push" | Jeff King | 1 | -28/+0 |
2007-11-18 | push: use same rules as git-rev-parse to resolve refspecs | Steffen Prohaska | 1 | -1/+11 |
2007-11-18 | push: support pushing HEAD to real branch name | Steffen Prohaska | 1 | -0/+17 |
2007-10-18 | t5516: test update of local refs on push | Jeff King | 1 | -0/+28 |
2007-10-15 | Add a --dry-run option to git-push. | Brian Ewins | 1 | -0/+10 |
2007-07-04 | Fix t5516 to create test repo without hooks | Alex Riesen | 1 | -1/+2 |
2007-07-01 | Fix t5516-fetch for systems where `wc -l` outputs whitespace. | Brian Gernhardt | 1 | -2/+2 |
2007-06-09 | remote.c: "git-push frotz" should update what matches at the source. | Junio C Hamano | 1 | -0/+52 |
2007-06-09 | remote.c: fix "git push" weak match disambiguation | Junio C Hamano | 1 | -0/+112 |
2007-06-08 | Test wildcard push/fetch | Junio C Hamano | 1 | -0/+82 |