On Sat, Jul 01, 2017 at 08:30:38PM +0200, Michael Haggerty wrote: > This is v3 of a patch series creating a `packed_ref_store` reference > backend. Thanks to Peff and Junio for their comments about v2 [1]. > > Changes since v2: > > * Delete some debugging `cat` commands in t1408. > > * Add some tests of reading packed-refs files with bogus contents. > > * When reporting corruption in packed-refs files, distinguish between > unterminated lines and other corruption. > > * Fixed a typo in a commit message. Thanks. I just quickly re-reviewed based on the diff from v2, and it looks good to me. -Peff