From: Lars Kurth Date: Wed, 19 Jul 2017 15:19:33 +0000 (+0100) Subject: Remove -format from git show (this was only needed pre-normalization) and provides... X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cccb7a9bdec069545ecc124b1a0d1a4d8853e89b;p=people%2Flarsk%2Fxen-release-scripts.git Remove -format from git show (this was only needed pre-normalization) and provides better debugging support --- diff --git a/match-xsa b/match-xsa index aa33e48..7daeac1 100755 --- a/match-xsa +++ b/match-xsa @@ -338,7 +338,8 @@ sub matchsmart { if ($namefound != 0) { chdir($git_dir); - my $git_command="git show ".@$loghash_ref[$index].' --format=""'; + #my $git_command="git show ".@$loghash_ref[$index].' --format=""'; + my $git_command="git show ".@$loghash_ref[$index]; my $diff_git = `$git_command`; if ($XSAFETCH) {