SVN permits the ability to update an old commit message via hook. How can I go about updating my git-svn copy's version of the commit message? The only reference I could find was a bug report requesting this feature about a year ago on debian.org.
Is this possible in the current version of Git v1.6.3.*?
If not, what's the most intelligent way to go about updating the local copy? The dumbest method that occured to me was brute-force; repeating a git svn clone
operation.