commit | 96c912a48401fbc8fce94c791f6afc49dcb9f7ac | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Jun 22 02:29:46 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Wed Jun 22 10:23:48 2005 -0700 |
tree | 7bb3009d1bf455cc68c285ea7a1f8e2de5c97e99 | |
parent | 03b4538badb405b2f159531ad35873700d073bb8 [diff] |
[PATCH] git-apply: implement --summary option. Typical expected usage is "git-apply --stat --summary" to show diffstat plus dense description of information available in git extended headers, such as creations, renames, and mode changes. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>