|
|
|
|
|
by rnicholson
3584 days ago
|
|
git commit -v gives you the diffs provided you don't also use -m. Personally, I find -m to be a dangerous flag for commit for exactly the reasons you described not mention its hard to really do detailed multi-line commit messages with -m. |
|