From: Vincent Vanwaelscappel Date: Tue, 6 Sep 2022 16:32:09 +0000 (+0200) Subject: wip #5437 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0d39a2bef7bef1a9ad3ada47bbe17768b03c4b3a;p=cubist_util.git wip #5437 @0.25 --- diff --git a/src/CommandLine/Git.php b/src/CommandLine/Git.php index 4ee4503..70f7b9c 100644 --- a/src/CommandLine/Git.php +++ b/src/CommandLine/Git.php @@ -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()