From: Tim Chase <git@tim.thechases.com>
To: git@vger.kernel.org
Subject: [PATCH] minor diff between gitweb docs and actual template for $GIT/description
Date: Thu, 10 Jan 2013 18:33:12 -0600 [thread overview]
Message-ID: <50EF5DC8.1000500@tim.thechases.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 390 bytes --]
The documentation for gitweb gives one description of the default
content for the $GIT/description, the description template has other
text. One of these two patches should be applied to bring them into
order (applying both would just reverse the problem). Or, both
could be changed to the same new text.
-tkc
(not subscribed to the actual git ML, just git-users@googlegroups.com)
[-- Attachment #2: git_change_gitweb.diff --]
[-- Type: text/plain, Size: 660 bytes --]
diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt
index 168e8bf..7c4cb69 100644
--- a/Documentation/gitweb.txt
+++ b/Documentation/gitweb.txt
@@ -227,7 +227,7 @@ description (or `gitweb.description`)::
repository). Plain text file; HTML will be escaped. By default set to
+
-------------------------------------------------------------------------------
-Unnamed repository; edit this file to name it for gitweb.
+Unnamed repository; edit this file 'description' to name the repository.
-------------------------------------------------------------------------------
+
from the template during repository creation, usually installed in
[-- Attachment #3: git_change_template.diff --]
[-- Type: text/plain, Size: 314 bytes --]
diff --git a/templates/this--description b/templates/this--description
index 498b267..c6f25e8 100644
--- a/templates/this--description
+++ b/templates/this--description
@@ -1 +1 @@
-Unnamed repository; edit this file 'description' to name the repository.
+Unnamed repository; edit this file to name it for gitweb.
next reply other threads:[~2013-01-11 1:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-11 0:33 Tim Chase [this message]
2013-01-11 2:22 ` [PATCH] minor diff between gitweb docs and actual template for $GIT/description Jonathan Nieder
2013-01-11 4:25 ` Tim Chase
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50EF5DC8.1000500@tim.thechases.com \
--to=git@tim.thechases.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.