On Tue Mar 5, 2024 at 11:11 PM AEDT, Patrick Steinhardt wrote: > Each reflog entry contains information regarding the authorship of who > has made the change. This authorship information is not the same as that > of any of the commits that the reflog entry references, but instead > corresponds to the local user that has executed the command. Thus, it is > almost always the case that all reflog entries have the same author. What are your thoughts on simplifying this explanation a little bit? I gave it a try below: Each reflog entry contains authorship information indicating who has made the change. The author here corresponds to the local user who has executed the command rather than the author of the referenced commits. Thus, it is almost always the case that all reflog entries have the same author. Cheers, James