diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-05-05 19:16:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-05 19:16:16 -0700 |
commit | e2e2defc14a79ea5b4aaae23e33072f29c5965eb (patch) | |
tree | 6a86523e0105c66bef7e7ee8610773d185b7cad3 /cache.h | |
parent | 9c36e1700f99811ea9190279ea197424dcbb0303 (diff) | |
parent | c48799e560c826905e87c8a8a71effeb0ca5e897 (diff) | |
download | git-e2e2defc14a79ea5b4aaae23e33072f29c5965eb.tar.gz git-e2e2defc14a79ea5b4aaae23e33072f29c5965eb.tar.xz |
Merge branch 'lh/git-file'
* lh/git-file:
Teach GIT-VERSION-GEN about the .git file
Teach git-submodule.sh about the .git file
Teach resolve_gitlink_ref() about the .git file
Add platform-independent .git "symlink"
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -311,6 +311,7 @@ extern char *get_index_file(void); extern char *get_graft_file(void); extern int set_git_dir(const char *path); extern const char *get_git_work_tree(void); +extern const char *read_gitfile_gently(const char *path); #define ALTERNATE_DB_ENVIRONMENT "GIT_ALTERNATE_OBJECT_DIRECTORIES" |