On Fri, Mar 27, 2009 at 01:06:26AM -0400, Jeff King wrote: > 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. Actually, there is one possible reason to reject it: scripts could not rely on the behavior of "--import" without it. But I think it is OK to make a conscious decision that this is a feature for _humans_, and that scripts can use "init && add && commit" (or they can be happy with dealing with the human's choice of editor or not). -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html