author | Jakub Narebski <jnareb@gmail.com> | |
Wed, 3 Jan 2007 19:47:24 +0000 (20:47 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 3 Jan 2007 20:19:20 +0000 (12:19 -0800) | ||
commit | 6e72cf43a7b19bca62cebee5b1e4f43943c3b6fb | |
tree | d420ec7b8c1e8f1e5c24925abb8e1be6f8b70e16 | tree | snapshot |
parent | 9c9410e115add56bc33a57f16c7e64da2e1fb0ec | commit | diff |
gitweb: Fix bug in git_difftree_body (was '!=' instead of 'ne')
Fix bug in git_difftree_body subroutine; it was used '!=' comparison
operator for strings (file type) instead of correct 'ne'.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Fix bug in git_difftree_body subroutine; it was used '!=' comparison
operator for strings (file type) instead of correct 'ne'.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl | diff | blob | history |