diff options
author | Junio C Hamano <junkio@cox.net> | 2005-07-10 15:40:43 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-10 16:16:34 -0700 |
commit | a3eb250f996bf5e12376ec88622c4ccaabf20ea8 (patch) | |
tree | 07ff6f4a2a0f1f31fad6543be9a41c7d9f7a030f /git-merge-one-file-script | |
parent | Fix up progress report for off-by-one error (diff) | |
download | tgif-a3eb250f996bf5e12376ec88622c4ccaabf20ea8.tar.xz |
[PATCH] alternate object store and fsck
The location alt_odb[j].name[0..] is filled with ??/?{38} to form a sha1
filename to try, but I was too lazy to allocate a copy, so while
fsck_object_dir() is running for the directory, the filenames ??/?{38}
are filled after NUL (usually and always the location should have '/'),
making them "not found".
This should fix it.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'git-merge-one-file-script')
0 files changed, 0 insertions, 0 deletions