Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'mg/doc-check-ignore-tracked-are-not-ignored'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 22 Dec 2014 20:27:22 +0000
(12:27 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 22 Dec 2014 20:27:22 +0000
(12:27 -0800)
* mg/doc-check-ignore-tracked-are-not-ignored:
check-ignore: clarify treatment of tracked files
Documentation/git-check-ignore.txt
patch
|
blob
|
history
raw
(from parent 1:
86362f7
)
diff --git
a/Documentation/git-check-ignore.txt
b/Documentation/git-check-ignore.txt
index ee2e0917040909bd62df073e20f1120c23a43a63..788a0115805214f4169c50279d94cd31e5f0becc 100644
(file)
--- a/
Documentation/git-check-ignore.txt
+++ b/
Documentation/git-check-ignore.txt
@@
-21,6
+21,9
@@
the exclude mechanism) that decides if the pathname is excluded or
included. Later patterns within a file take precedence over earlier
ones.
+By default, tracked files are not shown at all since they are not
+subject to exclude rules; but see `--no-index'.
+
OPTIONS
-------
-q, --quiet::