]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/abbrev-auto'
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Oct 2016 21:58:47 +0000 (14:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Oct 2016 21:58:47 +0000 (14:58 -0700)
Updates the way approximate count of total objects is computed
while attempting to come up with a unique abbreviated object name,
which in turn needs to estimate how many hexdigits are necessary to
ensure uniqueness.

* jk/abbrev-auto:
  find_unique_abbrev: move logic out of get_short_sha1()

1  2 
cache.h
sha1_file.c
sha1_name.c

diff --cc cache.h
Simple merge
diff --cc sha1_file.c
Simple merge
diff --cc sha1_name.c
Simple merge