Hi, The last couple of times I've done a reset in git-gui (Branch->Reset...->Yes), the repo is reset but I get an error message. The message header says "Error: missing close-bracket". Error message is as follows: missing close-bracket missing close-bracket while executing "set status_bar_operation [" invoked from within "if {[ask_popup $op_question] eq {yes}} { set fd [git_read --stderr read-tree --reset -u -v HEAD] fconfigure $fd -blocking 0 -translation binary ..." (procedure "merge::reset_hard" line 28) invoked from within "merge::reset_hard" invoked from within ".#mbar.#mbar#branch invoke active" ("uplevel" body line 1) invoked from within "uplevel #0 [list $w invoke active]" (procedure "tk::MenuInvoke" line 50) invoked from within "tk::MenuInvoke .#mbar.#mbar#branch 1" (command bound to event) (end of error message) Does anyone else experience the same issue? Best regards, Birger