projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
word diff: handle zero length matches
[git]
/
ls-refs.h
1
#ifndef LS_REFS_H
2
#define LS_REFS_H
3
4
struct repository;
5
struct strvec;
6
struct packet_reader;
7
int ls_refs(struct repository *r, struct strvec *keys,
8
struct packet_reader *request);
9
int ls_refs_advertise(struct repository *r, struct strbuf *value);
10
11
#endif /* LS_REFS_H */