Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Test 'checkout -m -- path'
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 9f06d215790ef98c2138ab26c1a9b4ddafd33c55..2674f4cf5a74aaa8e6137985d552d7b6123a432c 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-437,6
+437,7
@@
extern void verify_non_filename(const char *prefix, const char *name);
#define INIT_DB_QUIET 0x0001
+extern int set_git_dir_init(const char *git_dir, const char *real_git_dir, int);
extern int init_db(const char *template_dir, unsigned int flags);
#define alloc_nr(x) (((x)+16)*3/2)