| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jl/fix-test' | Junio C Hamano | 2010-09-15 | 1 | -19/+22 |
|\ |
|
| * | tests: subshell indentation stylefix | Jonathan Nieder | 2010-09-09 | 1 | -16/+19 |
| * | Several tests: cd inside subshell instead of around | Jens Lehmann | 2010-09-06 | 1 | -9/+9 |
* | | t/t5510-fetch.sh: improve testing with explicit URL and merge spec | Brandon Casey | 2010-09-09 | 1 | -2/+28 |
* | | Merge branch 'bc/maint-fetch-url-only' | Junio C Hamano | 2010-09-08 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | builtin/fetch.c: ignore merge config when not fetching from branch's remote | Brandon Casey | 2010-08-25 | 1 | -1/+1 |
| * | t/t5510: demonstrate failure to fetch when current branch has merge ref | Brandon Casey | 2010-08-25 | 1 | -0/+6 |
* | | tests: use "test_cmp", not "diff", when verifying the result | Gary V. Vaughan | 2010-05-31 | 1 | -1/+1 |
|/ |
|
* | Windows: redirect f[re]open("/dev/null") to f[re]open("nul") | Johannes Sixt | 2010-02-25 | 1 | -0/+7 |
* | remote: fix use-after-free error detected by glibc in ref_remove_duplicates | Julian Phillips | 2009-11-14 | 1 | -0/+11 |
* | Merge branch 'maint-1.6.1' into maint-1.6.2 | Junio C Hamano | 2009-08-07 | 1 | -3/+8 |
|\ |
|
| * | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-08-07 | 1 | -3/+8 |
| |\ |
|
| | * | t5510: harden the way verify-pack is used | Junio C Hamano | 2009-08-07 | 1 | -3/+8 |
* | | | rsync transport: allow local paths, and fix tests | Johannes Schindelin | 2009-03-10 | 1 | -19/+20 |
|/ / |
|
* | | Merge branch 'js/maint-fetch-update-head' | Junio C Hamano | 2008-10-21 | 1 | -0/+12 |
|\ \
| |/ |
|
| * | Fix fetch/pull when run without --update-head-ok | Johannes Schindelin | 2008-10-13 | 1 | -0/+12 |
* | | t5510: test "git fetch" following tags minimally | Junio C Hamano | 2008-09-21 | 1 | -0/+20 |
|/ |
|
* | tests: use "git xyzzy" form (t3600 - t6999) | Nanako Shiraishi | 2008-09-03 | 1 | -1/+1 |
* | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 2008-07-13 | 1 | -6/+6 |
* | clean up error conventions of remote.c:match_explicit | Jeff King | 2008-06-18 | 1 | -1/+9 |
* | add test_cmp function for test scripts | Jeff King | 2008-03-13 | 1 | -1/+1 |
* | Sane use of test_expect_failure | Junio C Hamano | 2008-02-01 | 1 | -6/+6 |
* | t5510: add a bit more tests for fetch | Junio C Hamano | 2007-12-04 | 1 | -0/+42 |
* | Merge branch 'sp/refspec-match' | Junio C Hamano | 2007-12-04 | 1 | -0/+25 |
|\ |
|
| * | refactor fetch's ref matching to use refname_match() | Steffen Prohaska | 2007-11-18 | 1 | -0/+25 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-11-22 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | bundle create: keep symbolic refs' names instead of resolving them | Johannes Schindelin | 2007-11-22 | 1 | -0/+13 |
* | | Fix an infinite loop in sq_quote_buf(). | Johannes Sixt | 2007-11-04 | 1 | -0/+7 |
* | | fetch: if not fetching from default remote, ignore default merge | Johannes Schindelin | 2007-10-16 | 1 | -0/+8 |
* | | Added a test for fetching remote tags when there is not tags. | Väinö Järvelä | 2007-10-15 | 1 | -0/+12 |
* | | fetch/push: readd rsync support | Johannes Schindelin | 2007-10-01 | 1 | -0/+35 |
|/ |
|
* | allow git-bundle to create bottomless bundle | Junio C Hamano | 2007-08-10 | 1 | -0/+8 |
* | Fix t5510-fetch's use of sed | Shawn O. Pearce | 2007-03-12 | 1 | -1/+7 |
* | git-bundle: avoid packing objects which are in the prerequisites | Johannes Schindelin | 2007-03-07 | 1 | -0/+11 |
* | bundle: fix wrong check of read_header()'s return value & add tests | Johannes Schindelin | 2007-03-06 | 1 | -0/+21 |
* | Add git-bundle: move objects and references by archive | Johannes Schindelin | 2007-02-22 | 1 | -1/+27 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -5/+5 |
* | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 2007-01-12 | 1 | -1/+1 |
* | Do not create $GIT_DIR/remotes/ directory anymore. | Junio C Hamano | 2006-12-19 | 1 | -4/+3 |
* | git-fetch: follow lightweit tags as well. | Junio C Hamano | 2006-11-19 | 1 | -0/+16 |
* | Add test for the default merges in fetch. | Santi Béjar | 2006-09-24 | 1 | -0/+25 |
* | Add t5510 to test per branch configuration affecting git-fetch. | Junio C Hamano | 2006-09-24 | 1 | -0/+44 |