You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
Maybe. I use tig --all frequently, but I thought the non-dura branches would clutter. I'm not sure that's true though. I'll keep this issue open for a couple weeks to decide if it's a real problem.
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 text was updated successfully, but these errors were encountered: