Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: describe check-ref-format --branch
[gitweb.git]
/
sha1_file.c
diff --git
a/sha1_file.c
b/sha1_file.c
index f708cf4f674fdf393044d6c36c7d97f1fa7dcd0c..28bd9082fc9f4b79519f6bef8204600072c07027 100644
(file)
--- a/
sha1_file.c
+++ b/
sha1_file.c
@@
-791,7
+791,7
@@
static int in_window(struct pack_window *win, off_t offset)
&& (offset + 20) <= (win_off + win->len);
}
-unsigned char
*
use_pack(struct packed_git *p,
+unsigned char
*
use_pack(struct packed_git *p,
struct pack_window **w_cursor,
off_t offset,
unsigned int *left)