projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Make reflog query '@{1219188291}' act as '@{2008.8.19.16:24:51.-0700}'
[git]
/
pack-revindex.h
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