Den Tuesday 25 March 2008 14.46.46 skrev Roger C. Soares: > I understand that you guys use a lot of ASCII art and wrapping can mess > this. But here we track more things in bugzilla and there's some > copy&pasting going on, so wrapping makes comments more readable. > Currently it's a toogle preference in the local toolbar menu (like the > CVS plugin). It seems to me ASCII art should be auto-detectable... Maybe enough to make the wrap flag unneeded in most cases. (wrap/nowrap/auto). At first I was thinking about looking for special chars, but then it may be simpler and just as useful to look for comment lines start with spaces ane a few special characters. Try this command: git log | sed 's/^ [\t |\\\/>]/| /' | less. It seems to detect lines that I do not want wrapped pretty well. -- robin -- 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