]> _ Git - cubist_util.git/commitdiff
wait #7231 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 23 Dec 2024 17:48:16 +0000 (18:48 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 23 Dec 2024 17:48:16 +0000 (18:48 +0100)
src/CommandLine/Git.php

index e5f9f7f62b05695363ec791c68251197ad72a81e..24a7175d3e60f0e4697ea02ab712c0c69d583180 100644 (file)
@@ -70,6 +70,7 @@ class Git extends CommandLine
     {
         $args = '';
         if ($rebase) {
+            self::executeCommand($repos, 'add -A .');
             self::executeCommand($repos, 'stash', $debug);
             $args .= '--rebase';
         }