add command for changing commit messages after the commit took place.

command taken from ffmpeg-cvslog posting by Diego.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18767 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ivo 2006-06-21 09:42:43 +00:00
parent 11dd16ebeb
commit 5b9aeb48e6
1 changed files with 7 additions and 0 deletions

View File

@ -127,6 +127,13 @@ I. TECH SIDE:
server! It only reverts changes that were not committed yet. If you need
to revert a broken commit, see 9.
12. Changing commit messages
svn propedit svn:log --revprop -r <revision>
If your commit message is too short or not explanatory enough, you can edit
it afterwards with svn propedit.
Contact the project admin <root at mplayerhq dot hu> if you have technical
problems with the Subversion server.