rocket-a

差分

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

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
diff [2025/10/20 15:52] rootdiff [2026/01/29 19:06] (現在) root
行 1: 行 1:
 +~~NOCACHE~~
 <php> <php>
-$repoDir = '/home/alma/rocketa_mvp.git';+$repoDir="/home/opc/rocketa.git";
 $commitHash = $_GET['hash']; $commitHash = $_GET['hash'];
-$diff = shell_exec("git -C '/home/alma/rocketa_mvp.git' show 43ee072 -- resources/views/admin/client/bill/invoice_preview.blade.php");+$file = $_GET['file']; 
 +$diff = shell_exec("git -C '/home/opc/rocketa.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.1760943154.txt.gz · 最終更新: by root