Re: 'git format-patch --summary' seems to be turning off the stat

2017-12-18 Thread Kaartic Sivaraam
On Tuesday 19 December 2017 12:07 AM, Junio C Hamano wrote: Kaartic Sivaraam writes: Note: I do see that "--summary" is a diff-option but does that mean we should't be printing stat information in the patch when the user didn't mention "--no-stat"? Yeah, "git format-patch --summary --stat" do

Re: 'git format-patch --summary' seems to be turning off the stat

2017-12-18 Thread Junio C Hamano
Kaartic Sivaraam writes: > Note: I do see that "--summary" is a diff-option but does that mean we > should't be printing stat information in the patch when the user > didn't mention "--no-stat"? Yeah, "git format-patch --summary > --stat" does bring back the stat. --- Kaartic The old design dec

'git format-patch --summary' seems to be turning off the stat

2017-12-16 Thread Kaartic Sivaraam
The documentation for "--summary" option in the format-patch Doc states, --summary Output a condensed summary of extended header information such as creations, renames and mode changes. It doesn't state anything about turning of the stat. Why does the stat get turned off when "--summary" option