diff options
author | Øystein Walle <oystwa@gmail.com> | 2014-02-05 23:19:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-05 14:35:45 -0800 |
commit | 5fe8f49b6d59cf143a5898ddbb161444a95fa871 (patch) | |
tree | 65293eeb6f73b77030840a40327aff284fe0af4b /Documentation/user-manual.txt | |
parent | 3330a2c4f6b494f2b02fda2869d85bc1f8e019aa (diff) | |
download | git-5fe8f49b6d59cf143a5898ddbb161444a95fa871.tar.gz git-5fe8f49b6d59cf143a5898ddbb161444a95fa871.tar.xz |
Documentation: fix typos in man pages
Signed-off-by: Øystein Walle <oystwa@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r-- | Documentation/user-manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index cbb01a1ea..4555807b7 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. |