diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-07-14 22:56:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-14 22:56:47 -0700 |
commit | a82830a4577dfe93d329918e7624741fee13842c (patch) | |
tree | 7bd65f7c4c13fe716c096dd6ebabc0827bbc25dd /Documentation/git-commit-tree.txt | |
parent | baffc0e7708de1655665d150081e8880501736fe (diff) | |
download | git-a82830a4577dfe93d329918e7624741fee13842c.tar.gz |
Documentation/git-commit-tree: remove description of a nonexistent limitation
Noticed by Geoff Richards.
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 9586b97291..5870c2ce47 100644 --- a/Documentation/git-commit-tree.txt +++ b/Documentation/git-commit-tree.txt @@ -72,7 +72,7 @@ GIT_AUTHOR_EMAIL: name = "Your Name" email = "your@email.address.xz" -A commit comment is read from stdin (max 999 chars). If a changelog +A commit comment is read from stdin. If a changelog entry is not provided via "<" redirection, "git-commit-tree" will just wait for one to be entered and terminated with ^D. |