Re: [Vim-latex-devel] date stamps
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-01-06 05:23:23
|
On Mon, 6 Jan 2003, Benji Fisher wrote: > Right, the clutter in the diff is not enough of a problem to be > worth fixing, but spurious revisions are. The next time I do a commit, > I will (if I remember) remove the "Last Change" line. > I have removed it in the last file I commited... Also, some of my last few commit messages to the vim-latex-cvs list have been pretty bad. Thats because I am still learning the little oddities of the cvscommand.vim plugin. A nice thing in the plugin is that you can write a log message in a vim window instead of on the command line like in cvsmenu.vim... However, a strange feature is that the log gets processed immediately upon a :w. Because I am a very frequent saver (comes from my working on some really unreliable machines in the past), I sometimes end up sending the log messags inadvertantly. I have always repaired such faulty commits with a ' $ cvs admin -m :"`cat /tmp/log.txt`" <filename> later, but the new commit message will not show in the list... So when in doubt about a screwed up commit message, please check the actual log message not the one in the mailing list... Thanks, Srinath |