aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-commit.txt
diff options
context:
space:
mode:
authorMarkus Heidelberg <markus.heidelberg@web.de>2008-12-19 13:14:18 +0100
committerJunio C Hamano <gitster@pobox.com>2008-12-19 19:10:46 -0800
commit04c8ce9c1c803a8dc0f3728f57550f9bc9e605c2 (patch)
treef2756934c58c5f1e0e94709009847894af512b9c /Documentation/git-commit.txt
parent87c8a56e4f71cc7e22c16caa4adc2ae17f6aa93d (diff)
downloadgit-04c8ce9c1c803a8dc0f3728f57550f9bc9e605c2.tar.gz
Documentation: fix typos, grammar, asciidoc syntax
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r--Documentation/git-commit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 77604d0216..5cce3a3791 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -159,7 +159,7 @@ but can be used to amend a merge commit.
'git-commit' if any paths are given on the command line,
in which case this option can be omitted.
If this option is specified together with '--amend', then
- no paths need be specified, which can be used to amend
+ no paths need to be specified, which can be used to amend
the last commit without committing changes that have
already been staged.