Open gobater opened 4 years ago
There's already a context menu to copy the commit SHA. I think a button next to each commit would be too much for the interface.
Maybe a new keyboard shortcut (CtrlShiftC) would be enough?
I was not pretending to put the button in the log. I meant a button next to the SHA (in the commit description). See attached screenshot.
I do not know which use case is behind the current "Ctrl + C" which is copying the short SHA + subject of the commit, but "Ctrl + Shift + C" for the SHA does not sound very intuitive to me... but it could be an option. However, a button in the description would be extremely helpful for people not able to remember shortcuts
My bad, that's a good idea indeed 👍
Hi @DanPristupov ,
Any plans to implement this feature? Even if not highest prio, it does not seem a big deal to me
This controls is simple. But below is the parents field which can contain multiple SHAs for merge commit. We also have abbreviated SHAs in the header in Changes tab and when compare a pair of commits.
It's not as simple as it sounds. The change must be consistent. A similar feature has existed in our todo list since the beginning, but I don't have a clear vision how it should look like.
Agree... if you want to add the "icon" also to the parent, for merge commits (with multiple parents) it might look weird...
Happy to know that a "similar feature" is in your todo list... thanks for keeping us updated!
Hi,
I do a mixed use of git. I perform most of the tasks from the GUI (Fork) but sometimes I do some other tasks from a shell. For that, I navigate in Fork throught the history of my project, I copy the SHA of some interesting commit into the clipboard and then I continue from the command line.
It would be helpful (also for others) to have a button (next to the SHA) to copy it to the clipboard, similar to GitHub.
Regards