On Fri, Oct 21, 2016 at 7:26 AM, Jeff King <peff@xxxxxxxx> wrote: > I recently started using lt/abbrev-auto via 'next'. This is the fetch > output I saw today: > > $ git fetch > remote: Counting objects: 332, done. > remote: Compressing objects: 100% (237/237), done. > remote: Total 332 (delta 182), reused 64 (delta 64), pack-reused 31 > Receiving objects: 100% (332/332), 351.53 KiB | 0 bytes/s, done. > Resolving deltas: 100% (184/184), completed with 26 local objects. > From git://github.com/gitster/git > + fb65135d9c...16ab66ec97 jch -> origin/jch (forced update) > fd47ae6a5b..98985c6911 jk/diff-submodule-diff-inline -> origin/jk/diff-submodule-diff-inline > * [new branch] jk/no-looking-at-dotgit-outside-repo -> origin/jk/no-looking-at-dotgit-outside-repo > + 3a8f853f16...1369f9b5ba jt/trailer-with-cruft -> origin/jt/trailer-with-cruft (forced update) > * [new branch] pt/gitgui-updates -> origin/pt/gitgui-updates > + 7594b34cbb...be8e40093b pu -> origin/pu (forced update) > + 7b95cf9a4e...76e368c378 tg/add-chmod+x-fix -> origin/tg/add-chmod+x-fix (forced update) > + c4cf1f93cf...221912514c va/i18n-perl-scripts -> origin/va/i18n-perl-scripts (forced update) > * [new branch] yk/git-tag-remove-mention-of-old-layout-in-doc -> origin/yk/git-tag-remove-mention-of-old-layout-in-doc > > Yuck. My eyes! > I could maybe get over the wasted space due to the longer sha1s, > but we clearly need to fix the alignment computation. I haven't dug on > it at all; it's probably low-hanging fruit if somebody is interested. Yeah.. replacing the 4 DEFAULT_ABBREV in fetch.c with something sensible should do it. -- Duy