]> Lady’s Gitweb - Gitweb/commit
gitweb: Add 'status_str' to parse_difftree_raw_line output
authorJakub Narebski <redacted>
Thu, 1 Nov 2007 11:38:09 +0000 (12:38 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:12 +0000 (00:07 -0400)
commit5293f94aa5ef7e27b0820bee97e6f682ed73041bee040a36057d0b325db1e4e8
tree6ca3f7a28657929a5d05b95e802f79518ad95cf5378579e91b184d01afa1de79
parent55813736c8da68573812e63e1e2e9615b2386a3a58a302f4da23f3c0d11816d0
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.22529 seconds and 4 git commands to generate.