author | Nicolas Pitre <nico@cam.org> | |
Tue, 21 Oct 2008 01:17:07 +0000 (21:17 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 21 Oct 2008 20:20:03 +0000 (13:20 -0700) | ||
commit | a672ea6ac5a1b876bc7adfe6534b16fa2a32c94b | |
tree | 703c03d42003536eab5db4b6e81647ceb86b13d8 | tree | snapshot |
parent | 5610e3b0315d652d6b8e6535afe0e7e461c8a0a0 | commit | diff |
rehabilitate 'git index-pack' inside the object store
Before commit d0b92a3f6e it was possible to run 'git index-pack'
directly in the .git/objects/pack/ directory. Restore that ability.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Before commit d0b92a3f6e it was possible to run 'git index-pack'
directly in the .git/objects/pack/ directory. Restore that ability.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
index-pack.c | diff | blob | history | |
t/t5302-pack-index.sh | diff | blob | history |