git-gui: add missing close bracket
authorPratyush Yadav <redacted>
Mon, 17 Feb 2020 16:04:45 +0000 (21:34 +0530)
committerPratyush Yadav <redacted>
Mon, 17 Feb 2020 16:04:45 +0000 (21:34 +0530)
commit6b9919c0a21ab516626f5e1849293df7cda1dd64
treea5b1bc53e2d2d49ae2acc970b962aafde2fe0195
parent5897e5ac965a17e0396039f5d236a7608265e691
git-gui: add missing close bracket

In d9c6469 (git-gui: update status bar to track operations, 2019-12-01),
the status bar was refactored to allow multiple overlapping operations.

Since the refactor changed the status bar interface, all callsites had
to be refactored to use the new interface. During that refactoring, this
closing bracket was missed. This leads to an error message popping up
when doing 'Branch->Reset...'.

Signed-off-by: Pratyush Yadav <redacted>
lib/merge.tcl
git clone https://git.99rst.org/PROJECT