summaryrefslogtreecommitdiffstats
path: root/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-10-15 18:18:56 -0700
committerJunio C Hamano <gitster@pobox.com>2013-10-15 18:18:56 -0700
commitb9acecb56230f576a268b13c93965c1fc4b0dcd7 (patch)
treede7bdee57f3ca9c683f7ecf8c9806e383ea029e9 /git.txt
parent369e340f234cf9372003f0e912c6fa14f3e970fc (diff)
downloadgit-htmldocs-b9acecb56230f576a268b13c93965c1fc4b0dcd7.tar.gz
Autogenerated HTML docs for v1.8.4.1-507-g97686
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/git.txt b/git.txt
index b9a3fecac..da7be1fdf 100644
--- a/git.txt
+++ b/git.txt
@@ -476,19 +476,19 @@ example the following invocations are equivalent:
This is equivalent to setting the `GIT_LITERAL_PATHSPECS` environment
variable to `1`.
---glob-pathspecs:
+--glob-pathspecs::
Add "glob" magic to all pathspec. This is equivalent to setting
the `GIT_GLOB_PATHSPECS` environment variable to `1`. Disabling
globbing on individual pathspecs can be done using pathspec
magic ":(literal)"
---noglob-pathspecs:
+--noglob-pathspecs::
Add "literal" magic to all pathspec. This is equivalent to setting
the `GIT_NOGLOB_PATHSPECS` environment variable to `1`. Enabling
globbing on individual pathspecs can be done using pathspec
magic ":(glob)"
---icase-pathspecs:
+--icase-pathspecs::
Add "icase" magic to all pathspec. This is equivalent to setting
the `GIT_ICASE_PATHSPECS` environment variable to `1`.