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>2011-03-11 09:45:49 +0300
committerJunio C Hamano <gitster@pobox.com>2011-03-11 09:45:49 +0300
commitadfe4e1ff2c296184856bf55636be845f96b55e5 (patch)
treeca672bed6ea60d2b3fdc9454f75b03e52472063c /cache.h
parent83c3c6222a2331042c973a991572eafa37f25d1d (diff)
parentea2c69ed4728070be1d2ee953a6948398b859150 (diff)
Merge branch 'maint'
* maint: Revert "core.abbrevguard: Ensure short object names stay unique a bit longer"
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 08a902210c..d0bbc9120e 100644
--- a/cache.h
+++ b/cache.h
@@ -560,7 +560,6 @@ extern int assume_unchanged;
extern int prefer_symlink_refs;
extern int log_all_ref_updates;
extern int warn_ambiguous_refs;
-extern int unique_abbrev_extra_length;
extern int shared_repository;
extern const char *apply_default_whitespace;
extern const char *apply_default_ignorewhitespace;