From: Eric Wong Date: Fri, 24 Feb 2017 02:41:17 +0000 (+0000) Subject: repobrowse: update documentation for git patch generation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dc6df20b49551c342f4f10eaed2bb2e61ad2f8d;p=thirdparty%2Fpublic-inbox.git repobrowse: update documentation for git patch generation We abandoned cgit-compatible URLs, update documentation to match. --- diff --git a/lib/PublicInbox/RepoGitPatch.pm b/lib/PublicInbox/RepoGitPatch.pm index 3e4eabe9a..cd5bf13c8 100644 --- a/lib/PublicInbox/RepoGitPatch.pm +++ b/lib/PublicInbox/RepoGitPatch.pm @@ -2,7 +2,7 @@ # License: AGPL-3.0+ # 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;