git-gui: Do not reset author details on amend
[gitweb.git] / lib / option.tcl
index 07dee60f9f2dc761b11def9e7ae96c8a051372e0..b5b6b2fea6c29ce7f1deb9e2c23060b92fbd83e4 100644 (file)
@@ -160,6 +160,8 @@ proc do_options {} {
                {c gui.encoding {mc "Default File Contents Encoding"}}
                {b gui.warndetachedcommit {mc "Warn before committing to a detached head"}}
                {s gui.stageuntracked {mc "Staging of untracked files"} {list "yes" "no" "ask"}}
+               {b gui.displayuntracked {mc "Show untracked files"}}
+               {i-1..99 gui.tabsize {mc "Tab spacing"}}
                } {
                set type [lindex $option 0]
                set name [lindex $option 1]