/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Update draft release notes to 1.6.3
[git/git.git]
/
sha1-lookup.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#ifndef SHA1_LOOKUP_H
2
#define SHA1_LOOKUP_H
3
4
extern int sha1_entry_pos(const void *table,
5
size_t elem_size,
6
size_t key_offset,
7
unsigned lo, unsigned hi, unsigned nr,
8
const unsigned char *key);
9
#endif