rocket-a

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
diff [2026/01/29 19:05] rootdiff [2026/01/29 19:06] (現在) root
行 4: 行 4:
 $commitHash = $_GET['hash']; $commitHash = $_GET['hash'];
 $file = $_GET['file']; $file = $_GET['file'];
-$diff = shell_exec("git -C '/home/alma/rocketa_mvp.git' show ".$commitHash." -- ".$file); +$diff = shell_exec("git -C '/home/opc/rocketa.git' show ".$commitHash." -- ".$file); 
-echo "git -C '/home/alma/rocketa_mvp.git' show ".$commitHash." -- ".$file;+echo "git -C '/home/opc/rocketa.git' show ".$commitHash." -- ".$file;
 $lines = explode("\n", $diff); $lines = explode("\n", $diff);
 echo "<pre>"; echo "<pre>";
diff.txt · 最終更新: by root