gitweb: Fix split patches output (e.g. file to symlink)
commit13e86efbeae5994a85cc482b3964db7298c5c6ea
authorJakub Narebski <jnareb@gmail.com>
Sun, 7 Jan 2007 01:52:27 +0000 (7 02:52 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 7 Jan 2007 06:53:08 +0000 (6 22:53 -0800)
tree6080d4a1bd568018b27d85fc533677fb139eaf4c
parentac8b0cd1cd61f74b76261df17a15ada87f437269
gitweb: Fix split patches output (e.g. file to symlink)

Do not replace /dev/null in two-line from-file/to-file diff header for
split patches ("split" patch mean more than one patch per one
diff-tree raw line) by a/file or b/file link.

Split patches differ from pair of deletion/creation patch in git diff
header: both a/file and b/file are hyperlinks, in all patches in a
split.

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