about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-02-24 02:41:17 +0000
committerEric Wong <e@80x24.org>2017-02-24 02:52:05 +0000
commit1dc6df20b49551c342f4f10eaed2bb2e61ad2f8d (patch)
treead6ce8126c15469177a25d99aef545349f315143
parent155a27015ef60f69265406521d1836cc8223e89f (diff)
downloadpublic-inbox-1dc6df20b49551c342f4f10eaed2bb2e61ad2f8d.tar.gz
We abandoned cgit-compatible URLs, update documentation to match.
-rw-r--r--lib/PublicInbox/RepoGitPatch.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/RepoGitPatch.pm b/lib/PublicInbox/RepoGitPatch.pm
index 3e4eabe9..cd5bf13c 100644
--- a/lib/PublicInbox/RepoGitPatch.pm
+++ b/lib/PublicInbox/RepoGitPatch.pm
@@ -2,7 +2,7 @@
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
 # shows the /patch/ endpoint for git repositories
-# usage: /repo.git/patch?id=COMMIT_ID
+# usage: /repo.git/patch/COMMIT_ID
 package PublicInbox::RepoGitPatch;
 use strict;
 use warnings;