git - 如何在 cherry-pick smartgit 上保留原作者

标签 git svn git-svn smartgit cherry-pick

我正在使用 smartgit 来管理 SVN 存储库。我们有 2 个分支,trunk 和 release。当它们准备好时,我们正在从主干中挑选提交到发布。如何设置 smartgit 以保留 cherry pick 上原始提交的作者?提前致谢!

最佳答案

除非你可以让 SmartGit 在其内部 git svn dcommit ( options illustrated in here ),不支持。

即便如此,那也是 only add information in the revision message , 不改变实际作者。
(我也看到了 adding an SVN property )

关于git - 如何在 cherry-pick smartgit 上保留原作者,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30313951/

相关文章:

git - 错误 : "git" command line tool is not installed:

git - 提取 git 存储库的一部分?

java - SVN 将未提交的项目与存储库同步

svn - 自动同步 Subversion 存储库和 Git 存储库

git: 'remote-https' 不是 git 命令?

git rm --cached 导致 fatal error : pathspec

svn - 为什么我在访问 VisualSVN Server 时在 svn 客户端 "XML parse error at line 1 no element found"上收到错误?

java - Maven 模块应该有自己的 trunk 文件夹吗?

svn - 使用 git-svn 忽略 svn 存储库中的文件?

git 声明分支在 rebase 后未 merge - 为什么?