[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

vi-script to generate a log-msg from a patch

From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2004-11-08 14:48:50 CET

Hello everyone,

please see attached a small script which allows the formatting of a unified
diff as a log-message, ie. with [[[ and ]]] and the file and function names.

Usage is as follows:
 diff -urp subversion.orig subversion.mine > patch
(the -p tells diff to output the function names)
 vi patch
 :source diff_to_logmsg.vim
and voila! Just the documentation has to be written :-)

Maybe that script can be included in tools/dev along with svn-dev.vim.

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Nov 8 14:49:25 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.