author | Jakub Narebski <jnareb@gmail.com> | |
Sat, 8 Sep 2007 19:54:28 +0000 (21:54 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 24 Sep 2007 06:12:22 +0000 (23:12 -0700) | ||
commit | 3ef408aefe937fe76559e9b41602cddc0ac8af8c | |
tree | 84e83756b91c3042dcad03a4ec11857f95a36c1c | tree | snapshot |
parent | 711fa74266ebfaf58ee0cd79988748fbaa752538 | commit | diff |
gitweb: No difftree output for trivial merge
In 'commitdiff' view, for the merge commit, there is an extra header
for the difftree table, with links to commitdiffs to individual
parents. Do not show such header when there is nothing to show, for
trivial merges.
This means that for trivial merge you have to go to 'commit' view
to get links to diffs to each parent.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
In 'commitdiff' view, for the merge commit, there is an extra header
for the difftree table, with links to commitdiffs to individual
parents. Do not show such header when there is nothing to show, for
trivial merges.
This means that for trivial merge you have to go to 'commit' view
to get links to diffs to each parent.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
gitweb/gitweb.perl | diff | blob | history |