diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-11 00:56:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-11 00:56:17 +0200 |
commit | efc5fb6a77780c53c6636326ca82ff87b17e4c5f (patch) | |
tree | df55c7da6100b8b102b183dee72c9137b0d68075 /cache.h | |
parent | Fix some "variable might be used uninitialized" warnings (diff) | |
parent | Move git-dir for submodules (diff) | |
download | git-efc5fb6a77780c53c6636326ca82ff87b17e4c5f.tar.xz git-efc5fb6a77780c53c6636326ca82ff87b17e4c5f.zip |
Merge branch 'fg/submodule-git-file-git-dir'
* fg/submodule-git-file-git-dir:
Move git-dir for submodules
rev-parse: add option --resolve-git-dir <path>
Conflicts:
cache.h
git-submodule.sh
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -439,6 +439,7 @@ extern const char *get_git_namespace(void); extern const char *strip_namespace(const char *namespaced_ref); extern const char *get_git_work_tree(void); extern const char *read_gitfile(const char *path); +extern const char *resolve_gitdir(const char *suspect); extern void set_git_work_tree(const char *tree); #define ALTERNATE_DB_ENVIRONMENT "GIT_ALTERNATE_OBJECT_DIRECTORIES" |