summaryrefslogtreecommitdiff
path: root/t/t5510-fetch.sh
AgeCommit message (Expand)Author
2010-02-25Windows: redirect f[re]open("/dev/null") to f[re]open("nul")Johannes Sixt
2009-11-15remote: fix use-after-free error detected by glibc in ref_remove_duplicatesJulian Phillips
2009-08-08Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano
2009-08-08Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-08-08t5510: harden the way verify-pack is usedJunio C Hamano
2009-03-11rsync transport: allow local paths, and fix testsJohannes Schindelin
2008-10-22Merge branch 'js/maint-fetch-update-head'Junio C Hamano
2008-10-13Fix fetch/pull when run without --update-head-okJohannes Schindelin
2008-09-22t5510: test "git fetch" following tags minimallyJunio C Hamano
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-06-18clean up error conventions of remote.c:match_explicitJeff King
2008-03-13add test_cmp function for test scriptsJeff King
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-12-05t5510: add a bit more tests for fetchJunio C Hamano
2007-12-05Merge branch 'sp/refspec-match'Junio C Hamano
2007-11-23Merge branch 'maint'Junio C Hamano
2007-11-22bundle create: keep symbolic refs' names instead of resolving themJohannes Schindelin
2007-11-19refactor fetch's ref matching to use refname_match()Steffen Prohaska
2007-11-04Fix an infinite loop in sq_quote_buf().Johannes Sixt
2007-10-16fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin
2007-10-16Added a test for fetching remote tags when there is not tags.Väinö Järvelä
2007-10-01fetch/push: readd rsync supportJohannes Schindelin
2007-08-11allow git-bundle to create bottomless bundleJunio C Hamano
2007-03-13Fix t5510-fetch's use of sedShawn O. Pearce
2007-03-08git-bundle: avoid packing objects which are in the prerequisitesJohannes Schindelin
2007-03-07bundle: fix wrong check of read_header()'s return value & add testsJohannes Schindelin
2007-02-23Add git-bundle: move objects and references by archiveJohannes Schindelin
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2006-12-19Do not create $GIT_DIR/remotes/ directory anymore.Junio C Hamano
2006-11-20git-fetch: follow lightweit tags as well.Junio C Hamano
2006-09-24Add test for the default merges in fetch.Santi Béjar
2006-09-24Add t5510 to test per branch configuration affecting git-fetch.Junio C Hamano