提交 e203d1dc 编写于 作者: C Chris Packham 提交者: Paul Mackerras

gitk: Default wrcomcmd to use --pretty=email

This makes the "Write commit to file" context menu option generate a
file that is consumable by 'git am'.
Signed-off-by: NChris Packham <judge.packham@gmail.com>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 9fabefb1
......@@ -11936,7 +11936,7 @@ if { [info exists ::env(GIT_TRACE)] } {
}
# defaults...
set wrcomcmd "git diff-tree --stdin -p --pretty"
set wrcomcmd "git diff-tree --stdin -p --pretty=email"
set gitencoding {}
catch {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册