repo.or.cz
/
git
/
git-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
git-svn: detect and fail gracefully when dcommitting to a void
[git/git-svn.git]
/
pack-revindex.h
blob
c3527a75655470b95ab4ba0900e9c1ad6a15a35f
1
#ifndef PACK_REVINDEX_H
2
#define PACK_REVINDEX_H
3
4
struct
revindex_entry
{
5
off_t offset
;
6
unsigned int
nr
;
7
};
8
9
void
init_pack_revindex
(
void
);
10
struct
revindex_entry
*
find_pack_revindex
(
struct
packed_git
*
p
,
off_t ofs
);
11
12
#endif