Documentation/git-commit: rephrase the "initial-ness" of templates
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Apr 2012 23:41:21 +0000 (16:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Apr 2012 23:41:21 +0000 (16:41 -0700)
The description of "commit -t <file>" said the file is used "as the
initial version" of the commit message, but in the context of an SCM,
"version" is a loaded word that can needlesslyl confuse readers.

Explain the purpose of the mechanism without using "version".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found