Hacker News new | ask | show | jobs
by m_mueller 3588 days ago
I get that, I just wondered whether it's technically possible (with supported git operations, not hacking down at FS / byte level).
2 comments

If you want to undo without reflog entries, just snip the most recent line off the reflog.

If you want to put annotations on commits, use tags with message bodies.

So yes, there are ways to accomplish what you want.

well, there is git-notes(1), but I'm not sure how it can be used as a journal for reflog operations.