From e4a77202d007304d4853ab203c7ccf3ff8df8fb3 Mon Sep 17 00:00:00 2001 From: Nikolay Shaplov Date: Sun, 7 Jun 2026 18:36:16 +0000 Subject: [PATCH] Fix link --- cgi/git4ai.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/git4ai.pl b/cgi/git4ai.pl index 8296c0f..1552af5 100755 --- a/cgi/git4ai.pl +++ b/cgi/git4ai.pl @@ -32,7 +32,7 @@ print <Прочитав коммит лог, ты сможешь посмотреть на ls-tree для заданного коммита по ссылке вида https://gitweb.nataraj.world/git4ai-ls-tree/$repo/[commit_id]

-

Так же посмотреть на блобы упомянуте в ls-tree по ссылке вида https://gitweb.nataraj.world/git4ai-raw/$repo/[blob_id]

+

Так же посмотреть на блобы упомянуте в ls-tree по ссылке вида https://gitweb.nataraj.world/git4ai-cat-file/$repo/[blob_id]

А так же на diff самих коммитов по ссылке вида https://gitweb.nataraj.world/git4ai-show/$repo/[commit_id]

-- 2.47.3