summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRobin Rosenberg <robin.rosenberg@dewire.com>2006-07-02 00:07:40 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-02 00:09:01 (GMT)
commitc64ea8521bc81b52da45d3deb3a419928d4b6b29 (patch)
tree85d569cf98266dc528eeaf1b1c0f86c9d8b0b403 /Documentation
parent03e0ea871206e50bcd1c5167c6fc9a41c6642abb (diff)
downloadgit-c64ea8521bc81b52da45d3deb3a419928d4b6b29.zip
git-c64ea8521bc81b52da45d3deb3a419928d4b6b29.tar.gz
git-c64ea8521bc81b52da45d3deb3a419928d4b6b29.tar.bz2
Minor documentation fixup.
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-commit.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 0fe66f2..517a86b 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -15,9 +15,9 @@ SYNOPSIS
DESCRIPTION
-----------
Updates the index file for given paths, or all modified files if
-'-a' is specified, and makes a commit object. The command
-VISUAL and EDITOR environment variables to edit the commit log
-message.
+'-a' is specified, and makes a commit object. The command specified
+by either the VISUAL or EDITOR environment variables are used to edit
+the commit log message.
Several environment variable are used during commits. They are
documented in gitlink:git-commit-tree[1].