progit / progit2

Pro Git 2nd Edition
Other
5.9k stars 1.94k forks source link

2.3 Git Basics should mention pressing "q" to quit `git log --patch` #1980

Open DylanWhitaker opened 2 months ago

DylanWhitaker commented 2 months ago

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?

Google

Do you want to help with this enhancement idea?

No