author | Junio C Hamano <gitster@pobox.com> | |
Thu, 9 Aug 2007 00:01:49 +0000 (17:01 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 11 Aug 2007 05:19:06 +0000 (22:19 -0700) | ||
commit | 7fa8254f9476de24661e93b2a90c6ce30dc10006 | |
tree | 65c74238f402ae0c65476804029851e6af5027f6 | tree | snapshot |
parent | d699676dda5fdf0996601006c3bac2a9c077a862 | commit | diff |
allow git-bundle to create bottomless bundle
While "git bundle" was a useful way to sneakernet incremental
changes, we did not allow:
$ git bundle create v2.6.20.bndl v2.6.20
to create a bundle that contains the whole history to a
well-known good revision. Such a bundle can be mirrored
everywhere, and people can prime their repository with it to
reduce the load on the repository that serves near the tip of
the development.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
While "git bundle" was a useful way to sneakernet incremental
changes, we did not allow:
$ git bundle create v2.6.20.bndl v2.6.20
to create a bundle that contains the whole history to a
well-known good revision. Such a bundle can be mirrored
everywhere, and people can prime their repository with it to
reduce the load on the repository that serves near the tip of
the development.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-bundle.c | diff | blob | history | |
t/t5510-fetch.sh | diff | blob | history |