summaryrefslogtreecommitdiffstats
path: root/gitignore.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-23 14:32:46 -0700
committerJunio C Hamano <gitster@pobox.com>2015-03-23 14:32:46 -0700
commit322c6244651c408d924f71f73effd8ed833916d3 (patch)
tree6e8cf8d283e2a923cc330b4b64eeb3c972341edd /gitignore.html
parent0762262193bb8a218def4fd749a68476d5337b5d (diff)
downloadgit-htmldocs-322c6244651c408d924f71f73effd8ed833916d3.tar.gz
Autogenerated HTML docs for v2.3.4-263-gf53fc
Diffstat (limited to 'gitignore.html')
-rw-r--r--gitignore.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/gitignore.html b/gitignore.html
index f49300526..235677aea 100644
--- a/gitignore.html
+++ b/gitignore.html
@@ -789,7 +789,7 @@ Patterns read from <code>$GIT_DIR/info/exclude</code>.
<li>
<p>
Patterns read from the file specified by the configuration
- variable <em>core.excludesfile</em>.
+ variable <em>core.excludesFile</em>.
</p>
</li>
</ul></div>
@@ -817,7 +817,7 @@ Patterns which are
Patterns which a user wants Git to
ignore in all situations (e.g., backup or temporary files generated by
the user&#8217;s editor of choice) generally go into a file specified by
- <code>core.excludesfile</code> in the user&#8217;s <code>~/.gitconfig</code>. Its default value is
+ <code>core.excludesFile</code> in the user&#8217;s <code>~/.gitconfig</code>. Its default value is
$XDG_CONFIG_HOME/git/ignore. If $XDG_CONFIG_HOME is either not set or
empty, $HOME/.config/git/ignore is used instead.
</p>
@@ -1019,7 +1019,7 @@ everything within <code>foo/bar</code>):</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-12-22 14:47:31 PST
+Last updated 2015-03-23 14:31:16 PDT
</div>
</div>
</body>