Re: [PATCH v3 00/30] Create a reference backend for packed refs

2017-07-20 Thread Jonathan Nieder
+cc: dawalker, who reported the bug Stefan Beller wrote: > We have a user that reports: > > The issue is for users who have a mirrored repository, "git pack-refs" > now overwrites the .git/packed-refs symlink instead of following it and > replacing the file it points to. > > I suspect this s

Re: [PATCH v3 00/30] Create a reference backend for packed refs

2017-07-20 Thread Stefan Beller
On Wed, Jul 5, 2017 at 2:12 AM, Jeff King wrote: > 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: >> >> * Delet

Re: [PATCH v3 00/30] Create a reference backend for packed refs

2017-07-05 Thread Jeff King
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

[PATCH v3 00/30] Create a reference backend for packed refs

2017-07-01 Thread Michael Haggerty
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 corrupti