ryppl / boost-svn2git

Sort Boost's Subversion history into separate Git modules using KDE's svn2git tool
https://github.com/ryppl/Boost2Git/wiki
4 stars 1 forks source link

Record the svn revision in the Git commit #2

Closed dabrahams closed 11 years ago

dabrahams commented 11 years ago

I think putting it directly in the log message (--add-metadata) makes sense, but we could also consider using git notes (--add-metadata-notes).

dabrahams commented 11 years ago

I updated the CMakeLists.txt, but it doesn't seem to have altered the log messages. Perhaps the repositories need to be cleaned first?

dabrahams commented 11 years ago

It's working now.