projects
/
gitk
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e58c94
)
gitk: Add emacs editor variable block
author
Pat Thoyts
<patthoyts@users.sourceforge.net>
Fri, 12 Mar 2010 18:31:48 +0000
(18:31 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Sat, 20 Mar 2010 09:53:21 +0000
(20:53 +1100)
Help contributors use the correct indentation style.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk
patch
|
blob
|
history
diff --git
a/gitk
b/gitk
index ba91bba7e85eb1894f5f7e2295bc3fc95e900abd..9da052623961c0e70c7b6bc96c1c2aa0b43ac16a 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-11610,3
+11610,9
@@
if {[tk windowingsystem] eq "win32"} {
}
getcommits {}
+
+# Local variables:
+# mode: tcl
+# indent-tabs-mode: t
+# tab-width: 8
+# End: