aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-20 12:53:08 -0700
committerJunio C Hamano <gitster@pobox.com>2010-08-20 12:53:08 -0700
commit7d61b31b67a470c7008a989901d3efa1e6533dbe (patch)
tree93e5afaee66b77ced3d04a7c90f96cb41e8367d3 /Documentation/git-commit.txt
parent09c6a8e66cfe51400e6e7d5086266195c7ef62bf (diff)
parent6b677a28ffded042da18e3aefbb01d28e4a1b11b (diff)
downloadgit-7d61b31b67a470c7008a989901d3efa1e6533dbe.tar.xz
Merge branch 'vs/doc-spell' into maint
* vs/doc-spell: Documentation: spelling fixes
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 c28603ecf5..42fb1f57b2 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].