rocket-a

差分

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

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
diff [2025/10/20 16:07] rootdiff [2026/01/29 19:06] (現在) root
行 1: 行 1:
 ~~NOCACHE~~ ~~NOCACHE~~
 <php> <php>
-$repoDir = '/home/alma/rocketa_mvp.git';+$repoDir="/home/opc/rocketa.git";
 $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.1760944078.txt.gz · 最終更新: by root