[PATCH] git-apply: implement --summary option.
authorJunio C Hamano <junkio@cox.net>
Wed, 22 Jun 2005 09:29:46 +0000 (02:29 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 17:23:48 +0000 (10:23 -0700)
commit96c912a48401fbc8fce94c791f6afc49dcb9f7ac
tree7bb3009d1bf455cc68c285ea7a1f8e2de5c97e99
parent03b4538badb405b2f159531ad35873700d073bb8
[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>
apply.c