From: Junio C Hamano Date: Tue, 3 Apr 2012 23:41:21 +0000 (-0700) Subject: Documentation/git-commit: rephrase the "initial-ness" of templates X-Git-Tag: v1.7.10.1~14^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1f08c2c8258cb09d4e78b8c3ff7e45a570f957ea?hp=1f08c2c8258cb09d4e78b8c3ff7e45a570f957ea Documentation/git-commit: rephrase the "initial-ness" of templates The description of "commit -t " 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 ---