* https://github.com/prati0100/git-gui: git-gui: Handle Ctrl + BS/Del in the commit msg Subject: git-gui: fix syntax error because of missing semicolon
This commit is contained in:
@ -59,7 +59,7 @@ proc merge_add_resolution {path} {
|
||||
update_index \
|
||||
[mc "Adding resolution for %s" [short_path $path]] \
|
||||
[list $path] \
|
||||
[concat $after [list ui_ready]]
|
||||
[concat $after {ui_ready;}]
|
||||
}
|
||||
|
||||
proc merge_force_stage {stage} {
|
||||
|
Reference in New Issue
Block a user