From: Jonathan Nieder Date: Thu, 3 Jul 2008 05:13:45 +0000 (-0500) Subject: git-commit(1): depersonalize description X-Git-Tag: v1.6.0-rc0~148 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d69806d198398d11d40e735538eb5f9402ef315f;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 03594cd5d..dd1cc2f4a 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: