Re: [PATCH/RFC 00/15] Fix git-gc losing objects in multi worktree

2017-02-17 Thread Johannes Schindelin
Hi Duy, On Fri, 17 Feb 2017, Nguyễn Thái Ngọc Duy wrote: > So here is my latest attempt on fixing this issue. For people who are > not aware of it, git-gc does not take per-worktree refs, reflogs and > indexes into account. An odb prune may leave HEAD and references in > other worktrees pointing

[PATCH/RFC 00/15] Fix git-gc losing objects in multi worktree

2017-02-17 Thread Nguyễn Thái Ngọc Duy
So here is my latest attempt on fixing this issue. For people who are not aware of it, git-gc does not take per-worktree refs, reflogs and indexes into account. An odb prune may leave HEAD and references in other worktrees pointing to nowhere. This series is based on my "kill parse_ref()" series