summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
AgeCommit message (Expand)Author
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-06-04Fix t5516 on cygwin: it does not like double slashes at the beginning of a pathAlex Riesen
2008-05-23Merge branch 'pb/push'Junio C Hamano
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan
2008-05-05add special "matching refs" refspecPaolo Bonzini
2008-04-25push: allow unqualified dest refspecs to DWIMJeff King
2008-04-25Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-23t5516: remove ambiguity test (1)Jeff King
2008-04-12Fix config key miscount in url.*.insteadOfDaniel Barkalow
2008-02-27Merge branch 'db/push-single-with-HEAD'Junio C Hamano
2008-02-25Add support for url aliases in config filesDaniel Barkalow
2008-02-20Resolve value supplied for no-colon push refspecsDaniel Barkalow
2007-12-05Merge branch 'sp/refspec-match'Junio C Hamano
2007-11-30receive-pack: allow deletion of corrupt refsJohannes Schindelin
2007-11-28Revert "t5516: test update of local refs on push"Jeff King
2007-11-19push: use same rules as git-rev-parse to resolve refspecsSteffen Prohaska
2007-11-19push: support pushing HEAD to real branch nameSteffen Prohaska
2007-10-18t5516: test update of local refs on pushJeff King
2007-10-16Add a --dry-run option to git-push.Brian Ewins
2007-07-04Fix t5516 to create test repo without hooksAlex Riesen
2007-07-01Fix t5516-fetch for systems where `wc -l` outputs whitespace.Brian Gernhardt
2007-06-09remote.c: "git-push frotz" should update what matches at the source.Junio C Hamano
2007-06-09remote.c: fix "git push" weak match disambiguationJunio C Hamano
2007-06-08Test wildcard push/fetchJunio C Hamano