On Sat, Dec 05, 2009 at 10:47:53AM -0500, James P. Howard, II wrote: > > - While the amount of change necessary for this change doesn't look too > > bad, is it really worth it? What is wrong with "1,$p" while using ed > > as your editor? > > I tried a few variants of this, and shell script wrappers for ex (and > gate, which is a specizalized text editor that actually works kind of > well for commit message editing), and it worked fairly well. > > The real motivation is that this feature ditches all assumptions about > the capabilities of the text editor. I am not sure where that leads > yet, but I'd rather make it possible. Is your problem that your editor doesn't show the template content and you want to see it, or is it that your editor isn't pleasant to use when the buffer is pre-filled with the template? If the former, it seems like just dumping it to stdout isn't all that satisfying, either. What happens when your editing causes the information to scroll off the screen and you want to see it again? Couldn't you get the same thing just by doing "git status; git commit"? If the latter, I think we would be better served by an option to simply turn off the template. Then that is also helpful for the case of people using decent editors, but who don't want to waste the CPU time on generating the template information (which can be substantial for things like media repositories). I suspect your answer will be that it is some of both, but this just really feels like we are putting hacks into git because of one featureless editor. Hacks like that would be better suited (IMHO) to a wrapper script for the editor. -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