git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Re: [PATCH] Tiny fix in git-config manual
       [not found] <200709102307.02468.bramschoenmakers@xs4all.nl>
@ 2007-09-14 21:48 ` Junio C Hamano
  0 siblings, 0 replies; only message in thread
From: Junio C Hamano @ 2007-09-14 21:48 UTC (permalink / raw)
  To: Bram Schoenmakers; +Cc: git

Bram Schoenmakers <bramschoenmakers@xs4all.nl> writes:

> A little problem is shown in the git-config manual, where the possible
> locations for the configuration files is to be found. The dot is a special
> character and hence not visible in the resulting documents. This patch
> fixes this by adding an additional whitespace.

Thanks, but depending on the docbook stylesheet version this
does not seem to do anything or does not seem to fix the issue.

As we usually refer the repository metadata directory $GIT_DIR,
I am inclined to do this instead.

---

 Documentation/git-config.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt
index 5b794f4..a592b61 100644
--- a/Documentation/git-config.txt
+++ b/Documentation/git-config.txt
@@ -142,7 +142,7 @@ FILES
 If not set explicitly with '--file', there are three files where
 git-config will search for configuration options:
 
-.git/config::
+$GIT_DIR/config::
 	Repository specific configuration file. (The filename is
 	of course relative to the repository root, not the working
 	directory.)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-14 21:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200709102307.02468.bramschoenmakers@xs4all.nl>
2007-09-14 21:48 ` [PATCH] Tiny fix in git-config manual Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).