summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2005-08-17 15:38:47 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2005-08-17 15:38:47 -0700
commit942bc9c4805e7d4d5f23c86df36977aa4fdb9f7d (patch)
treed366e1279e2cc08d0882d61e946c764d2ffaf81c /cache.h
parentMerge changes from master. (diff)
parentMake rebase script saner. (diff)
downloadtgif-942bc9c4805e7d4d5f23c86df36977aa4fdb9f7d.tar.xz
Merge from master for misc fixes.
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 6365381c17..742378f40f 100644
--- a/cache.h
+++ b/cache.h
@@ -142,6 +142,7 @@ extern char *get_graft_file(void);
extern const char **get_pathspec(const char *prefix, char **pathspec);
extern const char *setup_git_directory(void);
+extern char *prefix_path(const char *prefix, int len, char *path);
#define alloc_nr(x) (((x)+16)*3/2)