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

Add ability to view and copy commit details from History view #146

Open
Mingun opened this issue Jul 7, 2023 · 1 comment
Open

Add ability to view and copy commit details from History view #146

Mingun opened this issue Jul 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Mingun
Copy link

Mingun commented Jul 7, 2023

Is your feature request related to a problem? Please describe.
When you look a File History, the list of commits, affecting file, contains very limited information:

  • there is no tooltips with full commit message
  • showed message part is too short. In a project at which I work each commit contains a some metadata information in the beginning, such as JIRA name and a software component. Practically only that information is displayed which is not much useful in that context
  • there is no ability to copy commit details, at leash sha-1
  • there is no ability to view commit details

Describe the solution you'd like

  • Add context menu for commit with ability to copy commit details. I think, the menu similar to TortoiseGit would be appropriate
  • Add ability to open window with commit details that will show commit message, list of changed files and parent commit(s)

Also, the following usability improvements would be desirable:

  • Highlight currently selected commit in the list. Right now the commit viewed does not indicated at all
  • Add visual indicator that after selecting commit GitNuro processing command. Right now after click I wait around 2 seconds (I have a BIG repository) and after that the diff is loaded. There is no indication that GitNuro accepts command and executing it

Describe alternatives you've considered
None

@Mingun Mingun added the enhancement New feature or request label Jul 7, 2023
@JetpackDuba
Copy link
Owner

Hey!

Yeah, I agree, the history (and partially the blame) needs an overhaul. Thanks for the feedback, I'll take it in consideration when redesigning it.

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

No branches or pull requests

2 participants