author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | |
Tue, 26 Aug 2008 14:32:42 +0000 (21:32 +0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 26 Aug 2008 23:25:48 +0000 (16:25 -0700) | ||
commit | d0b92a3f6e4d98a38a86cbd86f0e39eea9005958 | |
tree | e89f2be22b2aeeb018638d534e2a4b66e66b9947 | tree | snapshot |
parent | 2b8437321901cf1559527090f5a475f4924031e5 | commit | diff |
index-pack: setup git repository
"git index-pack" is an independent command and does not setup git
repository while still need pack.indexversion. It may miss the
info if it is in a subdirectory of the repository.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
"git index-pack" is an independent command and does not setup git
repository while still need pack.indexversion. It may miss the
info if it is in a subdirectory of the repository.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
index-pack.c | diff | blob | history |