From: Linus Torvalds Date: Mon, 11 Apr 2005 15:37:17 +0000 (-0700) Subject: Fix up commit-tree/diff-tree user interface issues. X-Git-Tag: v0.99~921 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bf16c71e2f9fc9ca44273f7f4637dce194a49cce?ds=inline;hp=bf16c71e2f9fc9ca44273f7f4637dce194a49cce Fix up commit-tree/diff-tree user interface issues. No, this doesn't make them easy to use, but makes diff-tree use the "-r" flag for "recursive" (not "-R") and makes commit-tree use AUTHOR_xxx environment flags (not COMMITTER_xxx) to match what it actually does. ---