/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add "mkpath()" helper function
[git/git.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index
18584c9
..
ff03213
100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-158,6
+158,7
@@
extern void rollback_index_file(struct cache_file *);
#define TYPE_CHANGED 0x0040
/* Return a statically allocated filename matching the sha1 signature */
+extern char *mkpath(const char *fmt, ...);
extern char *git_path(const char *fmt, ...);
extern char *sha1_file_name(const unsigned char *sha1);