Hi, Stefan Beller wrote: > How do we view an empty reflog, i.e. an empty file at logs/refs/heads/master? That's a good question. I'm a little concerned about what 'git reflog expire --updateref' would do in this case. It looks like the longstanding behavior is for 'git reflog expire' to expire any entry that is old enough, even if that entry describes the current value of the ref and the reflog becomes empty. The empty reflog file is kind of like having no reflog at all, except it means git should log updates to that ref even if core.logallrefupdates is false. That suggests that two separate operations delete_reflog (for 'git reflog delete') and truncate_reflog (for 'git reflog expire') would be needed. Thanks for catching it. Jonathan -- 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