Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-02-07 23:55:11 +0400
committerJunio C Hamano <gitster@pobox.com>2014-02-07 23:55:12 +0400
commitefe5f1d25d198ae8796b6f095c2cffae270bb9b6 (patch)
tree9b851ba1b50793afd5384d77a72b1d254a0ee9c7 /Documentation/user-manual.txt
parentc256661bbe09c842f7b6fe24986294d611f25200 (diff)
parent5fe8f49b6d59cf143a5898ddbb161444a95fa871 (diff)
Merge branch 'ow/manpages-typofix'
Various typofixes, all looked correct. * ow/manpages-typofix: Documentation: fix typos in man pages
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r--Documentation/user-manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 248dcabd50..d4f9804462 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -3795,7 +3795,7 @@ like so:
$ git update-index filename
-------------------------------------------------
-but to avoid common mistakes with filename globbing etc, the command
+but to avoid common mistakes with filename globbing etc., the command
will not normally add totally new entries or remove old entries,
i.e. it will normally just update existing cache entries.