Adeodato Simó <dato@xxxxxxxxxxxxxx> wrote: > I use git new-workdir for some of my projects. Apart from the usual > caveat "don't checkout the same branch twice", I found another small > issue, surely known: the reflog for HEAD in the workidirs does not exist > in the source git repo, hence git-gc will happily prune what it believes > to be dangling commits. > > Would it be, perhaps, be okay to create a logs/workdir/<name>/HEAD > symlink pointing to $workdir/logs/HEAD, so that this does not happen? You also need to link the ref. A log is only scanned if the ref by the same name is scanned. So you'd need to create a refs/workdir/<name>/HEAD in the parent repository. Using a symlink to point to the HEAD file from the workdir might just work. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html