From: Junio C Hamano Date: Sun, 2 Jul 2006 02:03:30 +0000 (+0000) Subject: Autogenerated HTML docs for v1.4.1-rc2-g0556a X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e0b0e00c4792febf47d8434bca2b982d4efcd12c;p=git.git Autogenerated HTML docs for v1.4.1-rc2-g0556a --- diff --git a/git-commit.html b/git-commit.html index abf9e0918..cdbe0cedd 100644 --- a/git-commit.html +++ b/git-commit.html @@ -280,9 +280,9 @@ git-commit(1) Manual Page

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 git-commit-tree(1).

This command can run commit-msg, pre-commit, and @@ -507,7 +507,7 @@ Junio C Hamano <junkio@cox.net>

diff --git a/git-commit.txt b/git-commit.txt index 0fe66f2d0..517a86b23 100644 --- a/git-commit.txt +++ b/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].