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 log,但这似乎仍然没有给我一个 REVISION NUMBER,我必须进行文本挖掘才能找到答案。
我缺少一个简单的命令吗?
它显示在每个提交消息的底部。有一个类似这样的日志行:
git-svn-id: http://svn.example.com/trunk/whatever@12345 [git-svn remote hash]
那12345就是提交的 SVN 版本
12345