commit | 549ab4a30703012ff3a12b5455d319216805a8db | [log] [tgz] |
---|---|---|
author | Jakub Narebski <jnareb@gmail.com> | Fri Dec 15 17:53:45 2006 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Sat Dec 16 12:03:22 2006 -0800 |
tree | 948c35c87cd6b857900f701554400540e0f83376 | |
parent | bfe2191f79aa4e74eafc709ea41cc0999c9f5be5 [diff] |
gitweb: Do not show difftree for merges in "commit" view Do not show difftree against first parent for merges (commits with more than one parent) in "commit" view, because it usually is misleading. git-show and git-whatchanged doesn't show diff for merges either. Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>