Code

git-apply --numstat
authorJunio C Hamano <junkio@cox.net>
Fri, 28 Oct 2005 09:43:31 +0000 (02:43 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 29 Oct 2005 05:28:57 +0000 (22:28 -0700)
commit7d8b7c21c9c0bee0d94fcf3b350e24ebdb920b74
treec92bbef7c784f9fa4dc9c775d54d51ca5918d105
parentc485104741ccdf32dd0c96fcb886c38a0b5badbd
git-apply --numstat

The new option, --numstat, shows number of inserted and deleted
lines for each path.  It is similar to --stat output but is
meant to be more machine friendly by giving number of added and
deleted lines and unabbreviated paths.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-apply.txt
apply.c