]> _ Git - cubist_util.git/commitdiff
wip #5437 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 6 Sep 2022 16:32:09 +0000 (18:32 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 6 Sep 2022 16:32:09 +0000 (18:32 +0200)
src/CommandLine/Git.php

index 4ee4503d3a72c582863540ee0ca0c5d4519d3ac6..70f7b9c708eb6dc1f9e7f56d94d7a9e9c148ce0c 100644 (file)
@@ -34,7 +34,7 @@ class Git extends CommandLine
     {
         $this->setManualArg($cmd);
         $this->execute();
-        return $this->getOutput();
+        return $this->getCommand() . "\n" . $this->getOutput();
     }
 
     public function listBranches()