Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Allow cloning to an existing empty directory
[gitweb.git]
/
pack-revindex.h
diff --git
a/pack-revindex.h
b/pack-revindex.h
index c3527a75655470b95ab4ba0900e9c1ad6a15a35f..8d5027ad917224f689e786e9a0b4e9a387e59dfe 100644
(file)
--- a/
pack-revindex.h
+++ b/
pack-revindex.h
@@
-6,7
+6,7
@@
struct revindex_entry {
unsigned int nr;
};
-void init_pack_revindex(void);
struct revindex_entry *find_pack_revindex(struct packed_git *p, off_t ofs);
+void discard_revindex(void);
#endif