-
-
Notifications
You must be signed in to change notification settings - Fork 573
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
Show full commit messages in the log #80
Comments
Hi @jugglerchris thanks for your interest in |
Just wanted to pipe in with a +1 for this and the request that the info panel will also include the list of changed files. I'm looking at gitui mainly as a replacement for tig's log view - which I find hard to use due to the non-intuitive key binding (using INS/DEL to scroll?!?). Ideally gitui would not only match tig features by showing the branches in the log (including labels) and the full commit message, file list and diff, but also feature better layout and navigation for all these things, for example:
|
# Conflicts: # src/components/textinput.rs
# Conflicts: # src/components/mod.rs # src/components/reset.rs # src/components/textinput.rs
Is your feature request related to a problem? Please describe.
In the Log tab, I can see only the start of the log message for each commit, but when browsing the log I am likely to want to read the full message (or indeed view the diff).
Describe the solution you'd like
While browing the log, pressing 'enter' when an entry is highlighted could open up a panel showing more information - principally the commit message, but the diff for that commit would also be very useful.
Describe alternatives you've considered
An alternative could be a view like the main Status tab, with commits instead of files on the left, and a panel with the details on the right, showing the commit highlighted.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: