On Fri, Mar 27, 2009 at 03:03:07AM +0100, Johannes Schindelin wrote:
_Again_, as Peff pointed out, you are welcome to use the current method of
git init && git add . && git commit, which _does_ launch an editor.
The fact that you want to spend much time (anyway) doing your initial
commit does not allow you to inconvenience others.
Another option would be a patch on top of the original to allow
git config --global init.importmessage 'Commit inicial'
or
git config --global init.importeditor true
I have no interest in writing such a patch, but I don't see a reason to
reject it.
-Peff