git-gui: Fix switch statement in lib/merge.tcl
authorJohannes Sixt <johannes.sixt@telecom.at>
Wed, 8 Oct 2008 08:03:54 +0000 (10:03 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 10 Oct 2008 16:31:58 +0000 (09:31 -0700)
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 <johannes.sixt@telecom.at>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found