On Sun, Oct 07, 2007 at 04:24:49PM -0600, Elijah Newren wrote: > $ git reflog expire --all > $ git gc --aggressive --prune I believe this should work: git reflog expire --all --expire-unreachable=0 git gc --prune Warning: all unreachable references will be removed! Dmitry - 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