commit | 7d8b7c21c9c0bee0d94fcf3b350e24ebdb920b74 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Fri Oct 28 02:43:31 2005 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Fri Oct 28 22:28:57 2005 -0700 |
tree | c92bbef7c784f9fa4dc9c775d54d51ca5918d105 | |
parent | c485104741ccdf32dd0c96fcb886c38a0b5badbd [diff] |
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>