diff options
author | Brian Hetro <whee@smaertness.net> | 2007-08-24 02:44:13 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-08-25 03:54:37 +0200 |
commit | 027830755d2972ab2201c53922ce402862a2bd80 (patch) | |
tree | 2be60c62bff96cbc3a1f2c2d0080e9f5750c95fa /Documentation/git-commit-tree.txt | |
parent | Documentation: For consistency, use CVS instead of cvs. (diff) | |
download | git-027830755d2972ab2201c53922ce402862a2bd80.tar.xz git-027830755d2972ab2201c53922ce402862a2bd80.zip |
Documentation: Correct various misspellings and typos.
Fix minor typos throughout the documentation.
Signed-off-by: Brian Hetro <whee@smaertness.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-commit-tree.txt')
-rw-r--r-- | Documentation/git-commit-tree.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt index 6a328f497e..a2537e179a 100644 --- a/Documentation/git-commit-tree.txt +++ b/Documentation/git-commit-tree.txt @@ -52,7 +52,7 @@ A commit encapsulates: - committer name and email and the commit time. While parent object ids are provided on the command line, author and -commiter information is taken from the following environment variables, +committer information is taken from the following environment variables, if set: GIT_AUTHOR_NAME |