diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-02-07 20:55:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-07 20:55:12 +0100 |
commit | efe5f1d25d198ae8796b6f095c2cffae270bb9b6 (patch) | |
tree | 9b851ba1b50793afd5384d77a72b1d254a0ee9c7 /Documentation/user-manual.txt | |
parent | Merge branch 'aj/ada-diff-word-pattern' (diff) | |
parent | Documentation: fix typos in man pages (diff) | |
download | git-efe5f1d25d198ae8796b6f095c2cffae270bb9b6.tar.xz git-efe5f1d25d198ae8796b6f095c2cffae270bb9b6.zip |
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.txt | 2 |
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. |