Bertram Scharpf schreef:
Hi,
% git fsck --lost-found dangling commit 6abc221327e896c850c56dafae92277bcfe68e2b It is still there. This is the one I want to delete.
It is not in the history of any head anymore, so you could consider it deleted. ('git log' does not show this commit)
If you want to prune unreferenced objects, try: git prune ('git help prune' for options)
Bertram
-- 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