aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-commit-tree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-03 16:32:57 -0700
committerJunio C Hamano <junkio@cox.net>2005-10-03 16:32:57 -0700
commit17222001273b817aa9655744a0033619134b1a2c (patch)
tree94edd5c69bf891215941f9b55ee573513ddf5c89 /Documentation/git-commit-tree.txt
parentbaaac6a7143ad07de62926421f8740cd640c241c (diff)
parent619e5a0ed4a53653085961b7aefe1f93ed879949 (diff)
downloadgit-17222001273b817aa9655744a0033619134b1a2c.tar.xz
Merge branch 'fixes'
Diffstat (limited to 'Documentation/git-commit-tree.txt')
-rw-r--r--Documentation/git-commit-tree.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt
index 705be4e334..895f733648 100644
--- a/Documentation/git-commit-tree.txt
+++ b/Documentation/git-commit-tree.txt
@@ -58,11 +58,11 @@ following environment variables.
GIT_COMMITTER_NAME
GIT_COMMITTER_EMAIL
-(nb <,> and '\n's are stripped)
+(nb "<", ">" and "\n"s are stripped)
A commit comment is read from stdin (max 999 chars). If a changelog
-entry is not provided via '<' redirection, "git-commit-tree" will just wait
-for one to be entered and terminated with ^D
+entry is not provided via "<" redirection, "git-commit-tree" will just wait
+for one to be entered and terminated with ^D.
Diagnostics
-----------