DORMANTno replies

[PATCH] git-gui: Fix switch statement in lib/merge.tcl

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:45:27
Subsystem: library code, the rest · Maintainers: Andrew Morton, Linus Torvalds

From: Johannes Sixt <redacted>

0aea2842 (Make Ctrl-T safe to use for conflicting files) introduced a new
case, but forgot the '-' to indicate that it shares the body with the
subsequent case label.

Signed-off-by: Johannes Sixt <redacted>
---
 lib/merge.tcl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/merge.tcl b/lib/merge.tcl
index ac4c7de..283e491 100644
--- a/lib/merge.tcl
+++ b/lib/merge.tcl
@@ -40,7 +40,7 @@ The rescan will be automatically started now.
 		_O {
 			continue; # and pray it works!
 		}
-		_U
+		_U -
 		U? {
 			error_popup [mc "You are in the middle of a conflicted merge.
-- 
1.6.0.2.1596.g729fb
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help