tig
tig copied to clipboard
Author date / commit date confusion
The main view displays the "Author Date" (though all the documentation for tig
and tigrc
refers to it as the "Commit Date".) I would really like to see the actual Commit Date. I assume that it isn't supported (I didn't see an option for it – I just built a fresh tig from source.) The Commit Date is super helpful when scanning the upstream log to see which breaking commits are newer and and require rebase attention. (I missed a conflicting commit because I thought I had already rebased on it.) I would love to see some support this.
It will probably take some considerable work to upgrade all views to support both commit and author dates. In the mean time the docs should be updated to use "author date" instead of "commit date".
Thanks for looking into it. I feared as much by poking around the code. I love tig so thanks for this wonderful tool! (And if there's a quick hack you can describe for a personal fork that always uses the commit date instead of the author date, I'm happy to hack and use it. Otherwise, feel free to close the issue.)
Looks like there's an open PR to address this: https://github.com/jonas/tig/pull/810
It would be great to toggle between the author and commit date. Especially in the tig reflog
view the commit date would be more valuable than the author date.