The Git log goes HEAD -> HEAD^ -> HEAD^^ -> .... This seems like chronological ordering, but it's not because it only follows the lineage of a single branch. I'd like to see a log that strictly orders by timestamp.
I imagine this as a dura log sub command that outputs plain text by default but also does JSON (for better tool integration).
Thoughts?
The Git log goes
HEAD -> HEAD^ -> HEAD^^ -> .... This seems like chronological ordering, but it's not because it only follows the lineage of a single branch. I'd like to see a log that strictly orders by timestamp.I imagine this as a
dura logsub command that outputs plain text by default but also does JSON (for better tool integration).Thoughts?