|
| From: | Rich Salz |
| Subject: | Re: Multiple-line log message |
| Date: | Mon, 23 Oct 2000 16:38:34 -0400 |
> Does anyone know how to enter a log message that expands multiple lines
> using command line cvs commit -m?
It all depends on what shell you're using. try doing
cvs -m 'this is\
a long message' mod1 mod2...
| [Prev in Thread] | Current Thread | [Next in Thread] |