Re: [PATCHv6 0/5] Moving gitweb documentation to manpages
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:52:17
Jakub Narebski [off-list ref] writes:
The original patch adding manpage for /etc/gitweb.conf was sent by Drew Northup (as can be seen from shortlog); I have added manpage for gitweb itself, inspired by his patch. Unfortunately Drew doesn't currently have time to work on this patch (patch series), so that is why it is me resending this series (yet again). The difference with previous version [PATCHv5/RFC 0/6] Moving gitweb documentation to manpages http://thread.gmane.org/gmane.comp.version-control.git/183166 http://marc.info/?l=git&m=131809875619259&w=2 is that "Documentation: Preparation for gitweb manpages" (originally a first patch) got removed, and two main patches got improved. Other patches are unchanged from previous version. Pull request: ~~~~~~~~~~~~~ The following changes since commit 288396994f077eec7e7db0017838a5afbfbf81e3: Sync with maint (2011-10-15 20:59:50 -0700) are available in the git repository at: git://repo.or.cz/git/jnareb-git.git gitweb/doc
I fetched it and compared with the result of applying this series; it
appears that the version fetched from there is full of random whitespace
issues, e.g. ('$' added by "cat -e")
diff --git b/Documentation/gitweb.txt a/Documentation/gitweb.txt$
index 605a085..353e37f 100644$
--- b/Documentation/gitweb.txt$
+++ a/Documentation/gitweb.txt$@@ -370,12 +370,12 @@ commitdiff::$ view shows information about commit in more detail, the 'commitdiff'$ action shows changeset for given commit.$ $ -patch::$ +patch:: $ Returns the commit in plain text mail format, suitable for applying with$ linkgit:git-am[1].$
The series seems to have been rebased on a more recent 'master' and does not match the "since commit..." stated above (not a major offense; just mentioning as I noticed it). In any case, I've queued the one from the mailing list. Thanks.