mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Make the mkchlog.sh script update the changelog, so you don't get conflicts when you try to commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33167 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
55a3a9e805
commit
f7cc7203d9
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
svn log -rHEAD --xml --verbose | xsltproc /usr/local/share/svn2cl/svn2cl.xsl - > ChangeLog.new
|
||||
svn up ChangeLog
|
||||
cat ChangeLog >> ChangeLog.new
|
||||
mv ChangeLog.new ChangeLog
|
||||
$EDITOR ChangeLog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue