From 0d39a2bef7bef1a9ad3ada47bbe17768b03c4b3a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 6 Sep 2022 18:32:09 +0200 Subject: [PATCH] wip #5437 @0.25 --- src/CommandLine/Git.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5