summaryrefslogtreecommitdiff
path: root/Documentation/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-23 18:28:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-03-23 18:28:12 (GMT)
commitaa65b8602584fa91558b528527ff9008c1cceb69 (patch)
tree35621545c461be699ecdc9560d74e5457639cb67 /Documentation/git-add.txt
parent07da4e092f4ce90271f8545b1b50c1a272dfaefb (diff)
parentda0005b8853137c91e44867d899910d5c7eb4425 (diff)
downloadgit-aa65b8602584fa91558b528527ff9008c1cceb69.zip
git-aa65b8602584fa91558b528527ff9008c1cceb69.tar.gz
git-aa65b8602584fa91558b528527ff9008c1cceb69.tar.bz2
Merge branch 'nd/config-doc-camelCase'
Documentation updates. * nd/config-doc-camelCase: *config.txt: stick to camelCase naming convention
Diffstat (limited to 'Documentation/git-add.txt')
-rw-r--r--Documentation/git-add.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index 1c74907..f2eb907 100644
--- a/Documentation/git-add.txt
+++ b/Documentation/git-add.txt
@@ -173,7 +173,7 @@ for "git add --no-all <pathspec>...", i.e. ignored removed files.
Configuration
-------------
-The optional configuration variable `core.excludesfile` indicates a path to a
+The optional configuration variable `core.excludesFile` indicates a path to a
file containing patterns of file names to exclude from git-add, similar to
$GIT_DIR/info/exclude. Patterns in the exclude file are used in addition to
those in info/exclude. See linkgit:gitignore[5].
@@ -317,7 +317,7 @@ After deciding the fate for all hunks, if there is any hunk
that was chosen, the index is updated with the selected hunks.
+
You can omit having to type return here, by setting the configuration
-variable `interactive.singlekey` to `true`.
+variable `interactive.singleKey` to `true`.
diff::