Eli Barzilay venit, vidit, dixit 22.04.2010 21:02:
`git diff' has a `--numstat' flag, but is there any way to *avoid* the
numstat? (I'm using `--stat' but want to void the summary line, and
I'd like to avoid piping it to `head'.)
So, what DO you want? Except for the different formatting:
--stat output minus --numstat output == summary line
where "summary line" is something like
5 files changed, 5974 insertions(+), 0 deletions(-)
Do you want to (a)void the numstat or the summary?
Michael