My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35e4d77
)
gitignore.txt: fix spelling of "backslash"
author
Ben North
<ben@redfrontdoor.org>
Tue, 4 Nov 2014 22:18:33 +0000
(22:18 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 4 Nov 2014 22:44:47 +0000
(14:44 -0800)
Signed-off-by: Ben North <ben@redfrontdoor.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitignore.txt
patch
|
blob
|
history
diff --git
a/Documentation/gitignore.txt
b/Documentation/gitignore.txt
index
aa77623
..
82b7e0b
100644
(file)
--- a/
Documentation/gitignore.txt
+++ b/
Documentation/gitignore.txt
@@
-77,7
+77,7
@@
PATTERN FORMAT
Put a backslash ("`\`") in front of the first hash for patterns
that begin with a hash.
- - Trailing spaces are ignored unless they are quoted with backlash
+ - Trailing spaces are ignored unless they are quoted with back
s
lash
("`\`").
- An optional prefix "`!`" which negates the pattern; any