Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
gitk: Default wrcomcmd to use --pretty=email
author
Chris Packham
<judge.packham@gmail.com>
Sun, 2 Nov 2014 08:37:50 +0000
(21:37 +1300)
committer
Paul Mackerras
<paulus@samba.org>
Sun, 1 Mar 2015 23:24:59 +0000
(10:24 +1100)
This makes the "Write commit to file" context menu option generate a
file that is consumable by 'git am'.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
9fabefb
)
diff --git
a/gitk
b/gitk
index 78358a712ae764cb7eb9b4c5aac88031fd8fa1d3..462f966948f287d478518ebc3cfbe322cc9f2e86 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-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 {