author | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Jun 2008 20:18:54 +0000 (13:18 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Jun 2008 20:18:54 +0000 (13:18 -0700) |
* jh/clone-packed-refs:
Teach "git clone" to pack refs
Prepare testsuite for a "git clone" that packs refs
Move pack_refs() and friends into libgit
Incorporate fetched packs in future object traversal
Teach "git clone" to pack refs
Prepare testsuite for a "git clone" that packs refs
Move pack_refs() and friends into libgit
Incorporate fetched packs in future object traversal
1 | 2 | |||
---|---|---|---|---|
Makefile | patch | | diff1 | | diff2 | | blob | history |
builtin-clone.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc Makefile
Simple merge
diff --cc builtin-clone.c
Simple merge