Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-01 18:38:58 +0400
committerJunio C Hamano <gitster@pobox.com>2013-11-01 18:38:58 +0400
commite0fd1e3841ebe24aa1d1a6c1ebbb1673f1201927 (patch)
tree46c21b4f55eb15722b3659a7cf8ea19e904e0fcf /cache.h
parentc9bb7d040a266e8562e56f3ad0a375582f1d6f6f (diff)
parent84471a12130a40a050ce502c49f1faba97651add (diff)
Merge branch 'sb/refs-code-cleanup'
* sb/refs-code-cleanup: cache: remove unused function 'have_git_dir' refs: remove unused function invalidate_ref_cache
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index 9aa46e70c3..ce377e1354 100644
--- a/cache.h
+++ b/cache.h
@@ -398,7 +398,6 @@ extern int is_bare_repository(void);
extern int is_inside_git_dir(void);
extern char *git_work_tree_cfg;
extern int is_inside_work_tree(void);
-extern int have_git_dir(void);
extern const char *get_git_dir(void);
extern int is_git_directory(const char *path);
extern char *get_object_directory(void);