| Commit message (Expand) | Author | Age |
* | t/t5500-fetch-pack.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2015-12-28 |
* | Merge branch 'tb/connect-ipv6-parse-fix' | Junio C Hamano | 2015-04-20 |
|\ |
|
| * | connect.c: ignore extra colon after hostname | Torsten Bögershausen | 2015-04-08 |
* | | t: fix trivial &&-chain breakage | Jeff King | 2015-03-20 |
|/ |
|
* | t5500: show user name and host in diag-url | Torsten Bögershausen | 2015-02-22 |
* | connect.c: refactor url parsing | Torsten Bögershausen | 2013-12-09 |
* | git_connect(): refactor the port handling for ssh | Torsten Bögershausen | 2013-12-09 |
* | git fetch: support host:/~repo | Torsten Bögershausen | 2013-12-09 |
* | t5500: add test cases for diag-url | Torsten Bögershausen | 2013-12-09 |
* | Merge branch 'nd/fetch-into-shallow' | Junio C Hamano | 2013-09-20 |
|\ |
|
| * | Add testcase for needless objects during a shallow fetch | Matthijs Kooijman | 2013-08-28 |
| * | Merge branch 'nd/clone-connectivity-shortcut' | Junio C Hamano | 2013-06-06 |
| |\ |
|
* | | | fetch-pack: do not remove .git/shallow file when --depth is not specified | Nguyễn Thái Ngọc Duy | 2013-08-25 |
* | | | Merge branch 'nd/clone-connectivity-shortcut' (early part) into maint | Junio C Hamano | 2013-06-28 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | fetch-pack: prepare updated shallow file before fetching the pack | Nguyễn Thái Ngọc Duy | 2013-05-28 |
* | | t5500: add test for fetching with an unknown 'shallow' | Michael Heemskerk | 2013-05-02 |
|/ |
|
* | Merge branch 'jk/peel-ref' | Junio C Hamano | 2013-03-25 |
|\ |
|
| * | upload-pack: make sure "want" objects are parsed | Jeff King | 2013-03-16 |
* | | upload-pack: fix off-by-one depth calculation in shallow clone | Nguyễn Thái Ngọc Duy | 2013-01-11 |
* | | fetch: add --unshallow for turning shallow repo into complete one | Nguyễn Thái Ngọc Duy | 2013-01-11 |
* | | fetch-pack: eliminate spurious error messages | Michael Haggerty | 2012-09-12 |
* | | fetch-pack: report missing refs even if no existing refs were received | Michael Haggerty | 2012-09-12 |
* | | fetch_pack(): update sought->nr to reflect number of unique entries | Michael Haggerty | 2012-09-12 |
* | | t5500: add tests of fetch-pack --all --depth=N $URL $REF | Michael Haggerty | 2012-09-12 |
* | | t5500: add tests of error output for missing refs | Michael Haggerty | 2012-09-12 |
|/ |
|
* | clone: fix ref selection in --single-branch --branch=xxx | Nguyễn Thái Ngọc Duy | 2012-06-22 |
* | Merge branch 'it/fetch-pack-many-refs' into maint | Junio C Hamano | 2012-05-01 |
|\ |
|
| * | fetch-pack: test cases for the new --stdin option | Ivan Todoroski | 2012-04-10 |
* | | clone: allow --branch to take a tag | Nguyễn Thái Ngọc Duy | 2012-01-16 |
* | | clone: refuse to clone if --branch points to bogus ref | Nguyễn Thái Ngọc Duy | 2012-01-16 |
* | | clone: add --single-branch to fetch only one branch | Nguyễn Thái Ngọc Duy | 2012-01-08 |
|/ |
|
* | t5500: give fully-qualified refs to fetch-pack | Jeff King | 2011-12-13 |
* | tests: add missing && | Jonathan Nieder | 2010-11-09 |
* | Merge branch 'np/maint-1.6.3-deepen' | Junio C Hamano | 2009-08-28 |
|\ |
|
| * | fix simple deepening of a repo | Nicolas Pitre | 2009-08-24 |
* | | t5500: Modernize test style | Stephen Boyd | 2009-05-27 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2008-09-03 |
|\ |
|
| * | tests: use "git xyzzy" form (t3600 - t6999) | Nanako Shiraishi | 2008-09-03 |
* | | count-objects: Add total pack size to verbose output | Marcus Griep | 2008-08-17 |
|/ |
|
* | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 2008-07-13 |
* | Fix tests breaking when checkout path contains shell metacharacters | Bryan Donlan | 2008-05-05 |
* | Don't use the 'export NAME=value' in the test scripts. | Bryan Donlan | 2008-05-05 |
* | Sane use of test_expect_failure | Junio C Hamano | 2008-02-01 |
* | git-clone: aggressively optimize local clone behaviour. | Junio C Hamano | 2007-08-01 |
* | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 2007-07-02 |
* | git-fsck-objects is now synonym to git-fsck | Junio C Hamano | 2007-01-28 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 |
* | Consolidate {receive,fetch}.unpackLimit | Junio C Hamano | 2007-01-24 |
* | fetch-pack: remove --keep-auto and make it the default. | Junio C Hamano | 2007-01-24 |
* | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 2007-01-12 |