Ævar Arnfjörð Bjarmason [off-list ref] writes:
Nitpicking aside, perhaps these two pargaraphs would be better as simply
replaced by:
Consult "Git internal format" in git-commit-tree(1) for
details about the "<unix timestamp> <time zone offset>" format, and
see show_one_reflog_ent() for the parsing function.
Much nicer; this is developer facing and reducing risk of
inconsistency by incorrectly duplicating is much more important than
having the info available in a single place.
Thanks.