fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
450 stars 10 forks source link

[Feature Request] Preference for `Author Date` instead of `Commit Date` #2213

Closed CodeOptimist closed 2 months ago

CodeOptimist commented 2 months ago

Particularly when interactively rebasing a lot, it's nice to see the author dates (original creation date). (Would apply everywhere: commit log, blame, file history, etc.)

TortoiseHg->Sourcetree->Fork. Love the app. ❤️

DanPristupov commented 2 months ago

IR and commit log do show author date.

However, blame and file history show committer date because it's important to see the actual time when commit was applied. I think it makes sense because otherwise blame and history views could show older commits above the new ones making whole navigation confusing.

CodeOptimist commented 2 months ago

That's perfect. You know I think I wrote this down months ago in my to-do, and then figured out exactly what you just said and completely agreed. But today I was cleaning up my to-do and saw I wrote the dates were different between those views, but I didn't see it in my current repo so I thought my note was for SourceTree and that I should submit a request for Fork. 😂 But no, you nailed it and I forgot to delete my todo. 😂 Thanks!

DanPristupov commented 2 months ago

Alright! It was actually great to review those views once again and ensure it they are correct. Thanks!