/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge branch 'fc/fetch-with-import-fix'
[git/git.git]
/
ls-refs.h
Commit
Line
Data
72d0ea00
BW
1
#ifndef LS_REFS_H
2
#define LS_REFS_H
3
4
struct repository;
5
struct argv_array;
6
struct packet_reader;
55454427
7
int ls_refs(struct repository *r, struct argv_array *keys,
ad6dad09
8
struct packet_reader *request);
72d0ea00
BW
9
10
#endif /* LS_REFS_H */