Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git.txt: fix asciidoc syntax of --*-pathspecs
author
Steffen Prohaska
<prohaska@zib.de>
Mon, 23 Sep 2013 18:54:35 +0000
(20:54 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 15 Oct 2013 22:47:05 +0000
(15:47 -0700)
Labeled lists require a double colon.
[jc] I eyeballed the output from
git grep '[^:]:$' Documentation/\*.txt
and the patch fixes all breakages of this kind.
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
2b7ca91
)
diff --git
a/Documentation/git.txt
b/Documentation/git.txt
index b9a3fecac9985e0c975bc1851d6608243cddc322..da7be1fdf4d9654d962984d3b25f655439237e30 100644
(file)
--- a/
Documentation/git.txt
+++ b/
Documentation/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`.
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)"
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)"
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`.
Add "icase" magic to all pathspec. This is equivalent to setting
the `GIT_ICASE_PATHSPECS` environment variable to `1`.