summaryrefslogtreecommitdiff
path: root/t/t5510-fetch.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: add missing &&Jonathan Nieder2010-11-091-1/+1
* Merge branch 'jl/fix-test'Junio C Hamano2010-09-151-19/+22
|\
| * tests: subshell indentation stylefixJonathan Nieder2010-09-091-16/+19
| * Several tests: cd inside subshell instead of aroundJens Lehmann2010-09-061-9/+9
* | t/t5510-fetch.sh: improve testing with explicit URL and merge specBrandon Casey2010-09-091-2/+28
* | Merge branch 'bc/maint-fetch-url-only'Junio C Hamano2010-09-081-0/+6
|\ \ | |/ |/|
| * builtin/fetch.c: ignore merge config when not fetching from branch's remoteBrandon Casey2010-08-251-1/+1
| * t/t5510: demonstrate failure to fetch when current branch has merge refBrandon Casey2010-08-251-0/+6
* | tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan2010-05-311-1/+1
|/
* Windows: redirect f[re]open("/dev/null") to f[re]open("nul")Johannes Sixt2010-02-251-0/+7
* remote: fix use-after-free error detected by glibc in ref_remove_duplicatesJulian Phillips2009-11-141-0/+11
* Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-08-071-3/+8
|\
| * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-08-071-3/+8
| |\
| | * t5510: harden the way verify-pack is usedJunio C Hamano2009-08-071-3/+8
* | | rsync transport: allow local paths, and fix testsJohannes Schindelin2009-03-101-19/+20
|/ /
* | Merge branch 'js/maint-fetch-update-head'Junio C Hamano2008-10-211-0/+12
|\ \ | |/
| * Fix fetch/pull when run without --update-head-okJohannes Schindelin2008-10-131-0/+12
* | t5510: test "git fetch" following tags minimallyJunio C Hamano2008-09-211-0/+20
|/
* tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi2008-09-031-1/+1
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-6/+6
* clean up error conventions of remote.c:match_explicitJeff King2008-06-181-1/+9
* add test_cmp function for test scriptsJeff King2008-03-131-1/+1
* Sane use of test_expect_failureJunio C Hamano2008-02-011-6/+6
* t5510: add a bit more tests for fetchJunio C Hamano2007-12-041-0/+42
* Merge branch 'sp/refspec-match'Junio C Hamano2007-12-041-0/+25
|\
| * refactor fetch's ref matching to use refname_match()Steffen Prohaska2007-11-181-0/+25
* | Merge branch 'maint'Junio C Hamano2007-11-221-0/+13
|\ \ | |/ |/|
| * bundle create: keep symbolic refs' names instead of resolving themJohannes Schindelin2007-11-221-0/+13
* | Fix an infinite loop in sq_quote_buf().Johannes Sixt2007-11-041-0/+7
* | fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin2007-10-161-0/+8
* | Added a test for fetching remote tags when there is not tags.Väinö Järvelä2007-10-151-0/+12
* | fetch/push: readd rsync supportJohannes Schindelin2007-10-011-0/+35
|/
* allow git-bundle to create bottomless bundleJunio C Hamano2007-08-101-0/+8
* Fix t5510-fetch's use of sedShawn O. Pearce2007-03-121-1/+7
* git-bundle: avoid packing objects which are in the prerequisitesJohannes Schindelin2007-03-071-0/+11
* bundle: fix wrong check of read_header()'s return value & add testsJohannes Schindelin2007-03-061-0/+21
* Add git-bundle: move objects and references by archiveJohannes Schindelin2007-02-221-1/+27
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-5/+5
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-121-1/+1
* Do not create $GIT_DIR/remotes/ directory anymore.Junio C Hamano2006-12-191-4/+3
* git-fetch: follow lightweit tags as well.Junio C Hamano2006-11-191-0/+16
* Add test for the default merges in fetch.Santi Béjar2006-09-241-0/+25
* Add t5510 to test per branch configuration affecting git-fetch.Junio C Hamano2006-09-241-0/+44