X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=environment.c;h=33c806421e94257fcede0606d3d733249f447d08;hp=f2d90a807b7d50cc3fb6dd7a5c017d0dbc2937dc;hb=be57695d77c4303798796510585618c57e1bba63;hpb=a71f09fe3e8b047d88b5f439c6d552e8fc7e8293 diff --git a/environment.c b/environment.c index f2d90a807b..33c806421e 100644 --- a/environment.c +++ b/environment.c @@ -22,7 +22,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;