gitweb: Use --no-commit-id in git_commit and git_commitdiff
commit35f401a6706238b16906666b72e207e807e71f8a
authorJakub Narebski <jnareb@gmail.com>
Thu, 26 Oct 2006 08:50:20 +0000 (26 10:50 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 26 Oct 2006 09:16:30 +0000 (26 02:16 -0700)
tree1f9cf9f0f18f1cb5c64943b5149bc1a3f3a5db04
parentaf70fa4f48fdb12fef49c8bf2abc507f80081bf3
gitweb: Use --no-commit-id in git_commit and git_commitdiff

Use --no-commit-id option to git-diff-tree command in git_commit and
git_commitdiff to filter out commit ID output that git-diff-tree adds
when called with only one <tree-ish> (not only for --stdin). Remove
filtering commit IDs from git-diff-tree output.

This option is in git since at least v1.0.0, so make use of it.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl