gitweb: Add 'status_str' to parse_difftree_raw_line output
commit6aa6f92fda47cc4ee5f599895e8a5a327fb6f9ab
authorJakub Narebski <jnareb@gmail.com>
Thu, 1 Nov 2007 11:38:09 +0000 (1 12:38 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Nov 2007 00:34:50 +0000 (1 17:34 -0700)
tree3b217b024ae019e91bcaaeff601c72e4a7b843fa
parent9d3014566302ad0d3d378b0a1653959b3118066d
gitweb: Add 'status_str' to parse_difftree_raw_line output

Add 'status_str' to diffinfo output, which stores status (also for
merge commit) as a string.  This allows for easy checking if there is
given status among all for merge commit, e.g.
  $diffinfo->{'status_str'} =~ /D/;

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