Is it possible to see dateTime for file history in GitKraken?
Asked Answered
P

2

11

I using GitKraken as Git client. Here I see that, in file history it shows 1 hour ago, yesterday, 4 days ago,etc. Is there a way that I can see date time instead? I can see that in sourceTree.

GitKraken: enter image description here

SourceTree: enter image description here

Protonema answered 8/5, 2019 at 18:48 Comment(0)
O
1

Is there a way that I can see date time instead?

tl;dr: No, since it does not fit GitKrakens slim visual approach.

There is no feature to switch to absolute times, as far as I know. And it wouldn't really meet the purpose here: in SourceTree, you have a list (more like a table) of commits, each with id, author, message and time stamp shown.

GitKraken, following a more visual approach, focuses on the graph and the commit messages, but groups the commits in the graph by time period. There would be no point in showing a concrete date, since it would only show the date for a single commit, but not group commits by time periods. It would have to be shown for every commit separately, leading to a more table-like view, as it is in SourceTree.

In your example, You would have four timestamps cluttering your graphical repository view instead of a single 3 hours ago, roughly pinning down when the four commits where created.

You can, of course, click a commit in the graph to view its details in the top right, also showing author and commit date times.

Oakleil answered 9/5, 2019 at 8:27 Comment(3)
I'm not sure that 3 hours ago is about when the four commits were authored as the authoring timestamps may be presented in the GitKraken commit list out of the chronological order. Don't know what time exactly GitKraken means in those labels.Boisterous
What I'm running into is that "authorized' and 'comitted' are two different times. 'Pushed' is a third. I am not so interested in 'authored' but there's no simple overview of the other dates.Bernabernadene
Having my latest commit from 13 days ago show a week ago and previous ones showing nothing is not exactly neat.Macfarlane
V
4

GitKraken 9.3.0 Ubuntu 22.04

Settings - UI Customization - Show commit date/time in graph.

Voile answered 9/5, 2023 at 16:30 Comment(0)
O
1

Is there a way that I can see date time instead?

tl;dr: No, since it does not fit GitKrakens slim visual approach.

There is no feature to switch to absolute times, as far as I know. And it wouldn't really meet the purpose here: in SourceTree, you have a list (more like a table) of commits, each with id, author, message and time stamp shown.

GitKraken, following a more visual approach, focuses on the graph and the commit messages, but groups the commits in the graph by time period. There would be no point in showing a concrete date, since it would only show the date for a single commit, but not group commits by time periods. It would have to be shown for every commit separately, leading to a more table-like view, as it is in SourceTree.

In your example, You would have four timestamps cluttering your graphical repository view instead of a single 3 hours ago, roughly pinning down when the four commits where created.

You can, of course, click a commit in the graph to view its details in the top right, also showing author and commit date times.

Oakleil answered 9/5, 2019 at 8:27 Comment(3)
I'm not sure that 3 hours ago is about when the four commits were authored as the authoring timestamps may be presented in the GitKraken commit list out of the chronological order. Don't know what time exactly GitKraken means in those labels.Boisterous
What I'm running into is that "authorized' and 'comitted' are two different times. 'Pushed' is a third. I am not so interested in 'authored' but there's no simple overview of the other dates.Bernabernadene
Having my latest commit from 13 days ago show a week ago and previous ones showing nothing is not exactly neat.Macfarlane

© 2022 - 2024 — McMap. All rights reserved.