<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Proposal:<div><br></div><div>$ git tag -a r375505 186155b89c2d2a2f62337081e3ca15f676c9434b -m "Last SVN commit before switchover to github."<br></div><div>$ git push origin r375505</div><div><br></div><div>Why?</div><div><br></div><div>This makes "git describe" produce usable linear revision numbers that are a natural continuation of the SVN revision numbering. For example, a git describe on HEAD from earlier today gives:</div><div><br></div><div>$ git describe</div><div>r375505-115-g9b8dd004034<br></div><div><br></div><div>(That is: r375505 plus 115 git commits = 9b8dd004034)</div><div><br></div><div>This isn't intended to be an official revision number, nor a long-term solution to the numbering problem, but seems useful in the short term.</div><div><br></div><div>Thoughts?</div></div>
</div></div>