Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author date / commit date confusion #294

Closed
chirayuk opened this issue May 22, 2014 · 9 comments
Closed

Author date / commit date confusion #294

chirayuk opened this issue May 22, 2014 · 9 comments

Comments

@chirayuk
Copy link

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.

@jonas
Copy link
Owner

jonas commented May 23, 2014

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".

@chirayuk
Copy link
Author

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.) 

jonas added a commit that referenced this issue Jun 18, 2014
This changes two 'commit date' to 'author date'.

References #294
@natemccurdy
Copy link

Looks like there's an open PR to address this: #810

@jremus
Copy link

jremus commented Apr 9, 2024

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.

@vt-alt
Copy link

vt-alt commented Sep 16, 2024

To being able to see commit date would be extremely useful. As in most projects author date is almost an arbitrary thing, but committer date really shows when change is introduced.

@vt-alt
Copy link

vt-alt commented Oct 24, 2024

@koutcher Thanks much!

@jremus
Copy link

jremus commented Oct 25, 2024

@koutcher Awesome, thanks a lot!

@chirayuk
Copy link
Author

@koutcher 🙏

@PaulChanHK
Copy link
Contributor

7351f17 has some issues

  1. In main view, committer date column is not updated after entering command 'set main-view-date-use-author = no|yes'
  2. Author name and date should come in a pair, can we have both name+date toggled between Author/Committer ?

For some projects, author fields are useful for 3rd party/picked changes. I closed #810 as it was too old, but I really want the feature for name+date.
Many hesitations as I don't want to maintain my branch/PR, yet it seems maintainers are not willing to comment/merge/rework some PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants