Re: [PATCH v2 38/38] refs: implement iteration over only per-worktree refs

2016-09-08 Thread David Turner
Other than the duplicated sign-offs, this series looks good to me ("Don't act surprised, you guys, cuz I wrote 'em"). Kind of a funny place to cut it off, but I guess it makes sense. On Sun, 2016-09-04 at 18:08 +0200, Michael Haggerty wrote: > From: David Turner > >

[PATCH v2 38/38] refs: implement iteration over only per-worktree refs

2016-09-04 Thread Michael Haggerty
From: David Turner Alternate refs backends might still use files to store per-worktree refs. So provide a way to iterate over only the per-worktree references in a ref_store. The other backend can set up a files ref_store and iterate using the new