]> git.ipfire.org Git - thirdparty/git.git/commit
[PATCH] diff-tree -p implies diff-tree -p -r
authorJunio C Hamano <junkio@cox.net>
Wed, 27 Apr 2005 23:25:59 +0000 (16:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 27 Apr 2005 23:25:59 +0000 (16:25 -0700)
commit3a663fd9842aaa9e232ab43a811d11f1d7f0b7bc
tree89fdfd09b281fdf5071bc13a30ef683bd6851b61
parentce9be4e4e8f397413ff5d87cda458c7e466897b1
[PATCH] diff-tree -p implies diff-tree -p -r

This makes diff-tree -p imply recursive behaviour.

Other commands in the family always takes a flat universe view
so this is not even needed.

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