Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
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
raw
|
patch
| inline |
side by side
(parent:
35e4d77
)
diff --git
a/Documentation/gitignore.txt
b/Documentation/gitignore.txt
index aa776234e145f5f65a6f0137df5dc2c4a8e1c7ac..82b7e0b1512702b61a1cd28e024583a3488991d8 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