]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
repobrowse: update documentation for git patch generation
authorEric Wong <e@80x24.org>
Fri, 24 Feb 2017 02:41:17 +0000 (02:41 +0000)
committerEric Wong <e@80x24.org>
Fri, 24 Feb 2017 02:52:05 +0000 (02:52 +0000)
We abandoned cgit-compatible URLs, update documentation to match.

lib/PublicInbox/RepoGitPatch.pm

index 3e4eabe9a60ea2462403856f90879a83f6f99c05..cd5bf13c898128a9f079071f1426e54522172843 100644 (file)
@@ -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;