mirror of https://github.com/mpv-player/mpv
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:
parent
11dd16ebeb
commit
5b9aeb48e6
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue