On 12/22/2020 7:10 PM, Junio C Hamano wrote: > From: Eric Wong <e@xxxxxxxxx> > Date: Tue, 1 Sep 2020 07:43:55 +0000 > Subject: [PATCH] core.abbrev=no disables abbreviations > > These allows users to write hash-agnostic scripts and configs to > disable abbreviations. Using "-c core.abbrev=40" will be > insufficient with SHA-256, and "-c core.abbrev=64" won't work > with SHA-1 repos today. > > Signed-off-by: Eric Wong <e@xxxxxxxxx> > [jc: tweaked implementation, added doc and a test] > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> Thanks for picking this back up. Your version LGTM. -Stolee