projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Documentation: simpler shared repository creation
[git]
/
dir.h
diff --git
a/dir.h
b/dir.h
index
56a1b7f
..
313f8ab
100644
(file)
--- a/
dir.h
+++ b/
dir.h
@@
-47,5
+47,6
@@
extern int excluded(struct dir_struct *, const char *);
extern void add_excludes_from_file(struct dir_struct *, const char *fname);
extern void add_exclude(const char *string, const char *base,
int baselen, struct exclude_list *which);
+extern int file_exists(const char *);
#endif