diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-11-27 08:32:01 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-27 01:17:23 -0800 |
commit | 76bac89036abd73a4a32fd494a34dcc3340fef1a (patch) | |
tree | 298f8095fc2be36cbc2ad669bbe311ee485d8696 /Documentation/git-add.txt | |
parent | c0a4ae5caf220f97371e8b2c124d50fdd7663cf1 (diff) | |
download | git-76bac89036abd73a4a32fd494a34dcc3340fef1a.tar.gz |
Fix typos in the documentation.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-add.txt')
-rw-r--r-- | Documentation/git-add.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 6fc20b0baf..7c129cb24f 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -98,7 +98,7 @@ OPTIONS Record only the fact that the path will be added later. An entry for the path is placed in the index with no content. This is useful for, among other things, showing the unstaged content of - such files with 'git diff' and commiting them with 'git commit + such files with 'git diff' and committing them with 'git commit -a'. --refresh:: |