On Thu, Apr 23, 2009 at 09:31:10PM -0400, Caleb Cushing wrote: > On Thu, Apr 23, 2009 at 4:32 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Use "GIT_EDITOR=:" instead. It also is *true* just like /bin/true, but > > git knows a simple magic about this and avoids an extra fork+exec. > > > > So I could put > > GIT_EDITOR=: > > at the top of my shell script, and then whenever I need to do a > commit, just git commit and it'll work (assuming the commit has a > default message). You need to also export GIT_EDITOR for "git commit" to see it. -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