]> xenbits.xensource.com Git - people/larsk/xen-release-scripts.git/commitdiff
Remove -format from git show (this was only needed pre-normalization) and provides...
authorLars Kurth <lars.kurth@citrix.com>
Wed, 19 Jul 2017 15:19:33 +0000 (16:19 +0100)
committerLars Kurth <lars.kurth@citrix.com>
Wed, 19 Jul 2017 15:19:33 +0000 (16:19 +0100)
match-xsa

index aa33e487ce1a8c0b563138ad1fba3f04073045ee..7daeac1dd49b6a0ed48c324b7a7dc40a0e1e7d9f 100755 (executable)
--- 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) {