aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-commit.txt
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-07-20 00:17:17 +0300
committerJunio C Hamano <gitster@pobox.com>2010-07-20 16:59:17 -0700
commit6b677a28ffded042da18e3aefbb01d28e4a1b11b (patch)
tree83c264fd63e96280937313cd3cce4555fa622acd /Documentation/git-commit.txt
parent77b5be2abab69a69618dd40a6ca8b754388b8216 (diff)
downloadgit-6b677a28ffded042da18e3aefbb01d28e4a1b11b.tar.gz
git-6b677a28ffded042da18e3aefbb01d28e4a1b11b.tar.xz
Documentation: spelling fixes
[jc: with wording changes from Jonathan Nieder] Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r--Documentation/git-commit.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index c28603ecf..42fb1f57b 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -130,11 +130,11 @@ OPTIONS
Usually recording a commit that has the exact same tree as its
sole parent commit is a mistake, and the command prevents you
from making such a commit. This option bypasses the safety, and
- is primarily for use by foreign scm interface scripts.
+ is primarily for use by foreign SCM interface scripts.
--allow-empty-message::
Like --allow-empty this command is primarily for use by foreign
- scm interface scripts. It allows you to create a commit with an
+ SCM interface scripts. It allows you to create a commit with an
empty commit message without using plumbing commands like
linkgit:git-commit-tree[1].