[PATCH] Resurrect diff-tree-helper -R
authorJunio C Hamano <junkio@cox.net>
Sun, 1 May 2005 00:59:35 +0000 (17:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 00:59:35 +0000 (17:59 -0700)
commita6f3f3b1088a2515255f3fb5a8302d9c9071193b
tree432e469f2860a0bc86177a6c90e501f452e94dd3
parent4250a5e5b1755e45153248217fe1d5550c972c8d
[PATCH] Resurrect diff-tree-helper -R

Diff-tree-helper take two patch inadvertently dropped the
support of -R option, which is necessary to produce reverse diff
based on diff-cache and diff-files output (diff-tree does not
matter since you can feed two trees in reverse order).  This
patch restores it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff-tree-helper.c