repo.or.cz
/
git
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
French translation: copy -> copie.
[git/dscho.git]
/
reachable.h
blob
5d082adfecc47c40074212df2ddedc00d8a5ecb1
1
#ifndef REACHEABLE_H
2
#define REACHEABLE_H
3
4
struct progress;
5
extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog, struct progress *);
6
7
#endif