git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] gitignore.txt: clarify default core.excludesfile path
@ 2018-06-27  4:46 Todd Zullinger
  2018-06-27  4:46 ` [PATCH 2/2] dir.c: fix typos in core.excludesfile comment Todd Zullinger
  2018-06-27 19:16 ` [PATCH 1/2] gitignore.txt: clarify default core.excludesfile path Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: Todd Zullinger @ 2018-06-27  4:46 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

The default core.excludesfile path is $XDG_CONFIG_HOME/git/ignore.
$HOME/.config/git/ignore is used if XDG_CONFIG_HOME is empty or unset,
as described later in the document.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
---
 Documentation/gitignore.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/gitignore.txt b/Documentation/gitignore.txt
index ff5d7f9ed6..d107daaffd 100644
--- a/Documentation/gitignore.txt
+++ b/Documentation/gitignore.txt
@@ -7,7 +7,7 @@ gitignore - Specifies intentionally untracked files to ignore
 
 SYNOPSIS
 --------
-$HOME/.config/git/ignore, $GIT_DIR/info/exclude, .gitignore
+$XDG_CONFIG_HOME/git/ignore, $GIT_DIR/info/exclude, .gitignore
 
 DESCRIPTION
 -----------
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-27 20:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27  4:46 [PATCH 1/2] gitignore.txt: clarify default core.excludesfile path Todd Zullinger
2018-06-27  4:46 ` [PATCH 2/2] dir.c: fix typos in core.excludesfile comment Todd Zullinger
2018-06-27 19:16 ` [PATCH 1/2] gitignore.txt: clarify default core.excludesfile path Junio C Hamano
2018-06-27 20:07   ` Todd Zullinger

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 NNTP newsgroup(s).