progit2
progit2 copied to clipboard
2.3 Git Basics should mention pressing "q" to quit `git log --patch`
General overview of your idea.
One of the more helpful options is -p or --patch, which shows the difference (the patch output) introduced in each commit. You can also limit the number of log entries displayed, such as using -2 to show only the last two entries.
There's not mention of pressing "q" to exit the view of the changes. I had to look this up separately.
What problem will this solve?
This will prevent mild inconvenience.
Have you thought about other solutions?
Do you want to help with this enhancement idea?
No