author | Jakub Narebski <jnareb@gmail.com> | |
Thu, 26 Oct 2006 08:50:20 +0000 (10:50 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 26 Oct 2006 09:16:30 +0000 (02:16 -0700) | ||
commit | 35f401a6706238b16906666b72e207e807e71f8a | |
tree | 1f9cf9f0f18f1cb5c64943b5149bc1a3f3a5db04 | tree | snapshot |
parent | af70fa4f48fdb12fef49c8bf2abc507f80081bf3 | commit | diff |
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>
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 | diff | blob | history |