On Thu, Aug 14, 2003 at 06:00:01PM +0100, John Levon wrote:
> On Thu, Aug 14, 2003 at 06:46:14PM +0200, Andre Poenitz wrote:
> 
> >  (b) send it to someone who's able to compile it...
> 
> It didn't have change logs. I'm not writing them.


That's what I use to create ChangeLog entry skeletons
from diffs:

-------------------------------------------------------
#!/bin/bash

echo "`date +%Y-%m-%d`  André Pönitz  <[EMAIL PROTECTED]>"
echo

cat $1 | \
        grep '^Index:' | \
        sed 's/Index: \(.*\)/   * \1:/'
-------------------------------------------------------

I guess it needs some polish for "professional use" though...

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one.     (T. Jefferson or B. Franklin or both...)

Reply via email to