diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-03-10 22:41:14 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-10 22:41:14 -0800 |
commit | ea2c69ed4728070be1d2ee953a6948398b859150 (patch) | |
tree | c06653637abf13b0a1c833273bd2abd25c63eba4 /environment.c | |
parent | 681186ae3ab340dd684b1d9e09b457baeb2331f9 (diff) | |
download | git-ea2c69ed4728070be1d2ee953a6948398b859150.tar.gz |
Revert "core.abbrevguard: Ensure short object names stay unique a bit longer"
This reverts commit 72a5b561fc1c4286bc7c5b0693afc076af261e1f, as adding
fixed number of hexdigits more than necessary to make one object name
locally unique does not help in futureproofing the uniqueness of names
we generate today.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'environment.c')
-rw-r--r-- | environment.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/environment.c b/environment.c index 9564475f42..c3efbb9608 100644 --- a/environment.c +++ b/environment.c @@ -21,7 +21,6 @@ int prefer_symlink_refs; int is_bare_repository_cfg = -1; /* unspecified */ int log_all_ref_updates = -1; /* unspecified */ int warn_ambiguous_refs = 1; -int unique_abbrev_extra_length; int repository_format_version; const char *git_commit_encoding; const char *git_log_output_encoding; |