Junio C Hamano <junkio@xxxxxxx> wrote: > This teaches fsck-objects and prune to protect objects referred > to by reflog entries. Nice! But its not enough. $ git-repack -a -d $ git reset --hard HEAD^ $ git-repack -a -d $ git reset --hard HEAD@{1} that last reset would fail now, wouldn't it? pack-objects needs to know it should be pulling in the objects stuff reachable from reflogs too. -- 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