summaryrefslogtreecommitdiff
path: root/Documentation/git-commit.txt
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@uchicago.edu>2008-07-03 05:13:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-05 18:24:39 (GMT)
commitd69806d198398d11d40e735538eb5f9402ef315f (patch)
tree7683b8d8a3de91b63f2ed1d2474ad0caae033085 /Documentation/git-commit.txt
parent56992f765d8e5eaa495f46e23f50b17ec1db725f (diff)
downloadgit-d69806d198398d11d40e735538eb5f9402ef315f.zip
git-d69806d198398d11d40e735538eb5f9402ef315f.tar.gz
git-d69806d198398d11d40e735538eb5f9402ef315f.tar.bz2
git-commit(1): depersonalize description
The intent is to make git-commit(1) feel more like a manual page. The change also makes the page four words shorter. Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu> 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 03594cd..dd1cc2f 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -15,8 +15,8 @@ SYNOPSIS
DESCRIPTION
-----------
-Use 'git commit' to store the current contents of the index in a new
-commit along with a log message describing the changes you have made.
+Stores the current contents of the index in a new commit along
+with a log message from the user describing the changes.
The content to be added can be specified in several ways: