Skip to content

Commit a626166

Browse files
author
Junio C Hamano
committed
Merge branch 'jn/gitweb'
* jn/gitweb: gitweb: Show combined diff for merge commits in 'commit' view gitweb: Show combined diff for merge commits in 'commitdiff' view gitweb: Make it possible to use pre-parsed info in git_difftree_body gitweb: Add combined diff support to git_patchset_body gitweb: Add combined diff support to git_difftree_body gitweb: Add parsing of raw combined diff format to parse_difftree_raw_line
2 parents 467592e + 208ecb2 commit a626166

File tree

2 files changed

+394
-103
lines changed

2 files changed

+394
-103
lines changed

gitweb/gitweb.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,23 @@ table.diff_tree {
181181
font-family: monospace;
182182
}
183183

184+
table.combined.diff_tree td {
185+
padding-right: 24px;
186+
}
187+
188+
table.combined.diff_tree td.link {
189+
padding: 0px 2px;
190+
}
191+
192+
table.combined.diff_tree td.nochange a {
193+
color: #6666ff;
194+
}
195+
196+
table.combined.diff_tree td.nochange a:hover,
197+
table.combined.diff_tree td.nochange a:visited {
198+
color: #d06666;
199+
}
200+
184201
table.blame {
185202
border-collapse: collapse;
186203
}

0 commit comments

Comments
 (0)