From: Junio C Hamano Date: Thu, 27 Oct 2016 21:58:47 +0000 (-0700) Subject: Merge branch 'lt/abbrev-auto' X-Git-Tag: v2.11.0-rc0~24 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/580d820ece78100c5e2b8b5874d7aed5d76715f2?ds=inline;hp=--cc Merge branch 'lt/abbrev-auto' Allow the default abbreviation length, which has historically been 7, to scale as the repository grows. The logic suggests to use 12 hexdigits for the Linux kernel, and 9 to 10 for Git itself. * lt/abbrev-auto: abbrev: auto size the default abbreviation abbrev: prepare for new world order abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizing --- 580d820ece78100c5e2b8b5874d7aed5d76715f2