diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-08-29 06:20:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-08-29 06:20:28 +0200 |
commit | 2730f55527143d3476c159cebbdb63d5e6a5c2a8 (patch) | |
tree | c57fde5c543baa16074b1167dbd4d646734e5b8c /cache.h | |
parent | Merge branch 'ci/forbid-unwanted-current-branch-update' (diff) | |
parent | clone: allow to clone from .git file (diff) | |
download | git-2730f55527143d3476c159cebbdb63d5e6a5c2a8.tar.xz git-2730f55527143d3476c159cebbdb63d5e6a5c2a8.zip |
Merge branch 'nd/maint-clone-gitdir'
* nd/maint-clone-gitdir:
clone: allow to clone from .git file
read_gitfile_gently(): rename misnamed function to read_gitfile()
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -438,7 +438,7 @@ extern int set_git_dir(const char *path); 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_gently(const char *path); +extern const char *read_gitfile(const char *path); extern void set_git_work_tree(const char *tree); #define ALTERNATE_DB_ENVIRONMENT "GIT_ALTERNATE_OBJECT_DIRECTORIES" |