Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は git-svn 作業コピーを持っていますが、git log は、私が使用している SVN リビジョンに関する直接的な情報を提供しません。リベースしたら、すべてのアップストリーム ログを git ログに変換する必要があることは理解していますが、それでもリビジョン番号が表示されないようで、テキスト マイニングを行って確認する必要があります。
私が見逃している簡単なコマンドはありますか?
各コミット メッセージの下部に表示されます。次のようなログ行があります。
git-svn-id: http://svn.example.com/trunk/whatever@12345 [git-svn remote hash]
その12345コミットのSVNリビジョンです
12345