On Mon, Jan 25, 2021 at 06:37:34PM -0500, Taylor Blau wrote: > +pack.writeReverseIndex:: > + When true, git will write a corresponding .rev file (see: > + link:../technical/pack-format.html[Documentation/technical/pack-format.txt]) > + for each new packfile that it writes in all places except for > + linkgit:git-fast-import[1] and in the bulk checkin mechanism. > + Defaults to false. We may want to teach fast-import about this, too, but I think it's OK to draw the line here for now (it's already reasonably well known that the generated packs aren't amazing and benefit from repacking). -Peff