repo.or.cz
/
git
/
jnareb-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bash-completion: Add non-command git help files to bash-completion
[git/jnareb-git.git]
/
pack-revindex.h
blob
36a514a6cf600e7e77794e50998a9d160e30c8e9
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
struct
revindex_entry
*
find_pack_revindex
(
struct
packed_git
*
p
,
off_t ofs
);
10
11
#endif