author | Junio C Hamano <junkio@cox.net> | |
Fri, 28 Oct 2005 09:43:31 +0000 (02:43 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 29 Oct 2005 05:28:57 +0000 (22:28 -0700) | ||
commit | 7d8b7c21c9c0bee0d94fcf3b350e24ebdb920b74 | |
tree | c92bbef7c784f9fa4dc9c775d54d51ca5918d105 | tree | snapshot |
parent | c485104741ccdf32dd0c96fcb886c38a0b5badbd | commit | 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>
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 | diff | blob | history | |
apply.c | diff | blob | history |