aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2007-08-01 01:29:38 +0100
committerJunio C Hamano <gitster@pobox.com>2007-08-01 00:38:31 -0700
commitd7ac12b25d375d32372b13f74e90425ca21d5dc1 (patch)
treea79db447d85ee9a56f51851f5eafba6daf197b8a /cache.h
parente663674722d8a64a208d8c176d5bfc340c04b964 (diff)
downloadgit-d7ac12b25d375d32372b13f74e90425ca21d5dc1.tar.gz
git-d7ac12b25d375d32372b13f74e90425ca21d5dc1.tar.xz
Add set_git_dir() function
With the function set_git_dir() you can reset the path that will be used for git_path(), git_dir() and friends. The responsibility to close files and throw away information from the old git_dir lies with the caller. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 98af53040..e1f94cbad 100644
--- a/cache.h
+++ b/cache.h
@@ -214,6 +214,7 @@ extern char *get_object_directory(void);
extern char *get_refs_directory(void);
extern char *get_index_file(void);
extern char *get_graft_file(void);
+extern int set_git_dir(const char *path);
#define ALTERNATE_DB_ENVIRONMENT "GIT_ALTERNATE_OBJECT_DIRECTORIES"