Closed
Description
Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git version 2.12.0.windows.1
built from commit: d4baef1cdfef9de62d43f9682a98ba57adc842e4
sizeof-long: 4
machine: x86_64
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
Win 7 x64
$ cmd.exe /c ver
Microsoft Windows [Version 6.1.7601]
- What options did you set as part of the installation? Or did you choose the
defaults?
Path Option: Cmd
SSH Option: OpenSSH
CRLF Option: CRLFCommitAsIs
Bash Terminal Option: MinTTY
Performance Tweaks FSCache: Enabled
Use Credential Manager: Enabled
Enable Symlinks: Disabled
Enable Builtin Difftool: Disabled
- Any other interesting things about your environment that might be related
to the issue you're seeing?
No.
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
Bash
- What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Accidently stage files from empty Unstaged Changes panel via shortcut CTRL-T.
- What did you expect to occur after running these commands?
Nothing. Because all files have already been staged.
- What actually happened instead?
GUI error
can't read "file_lists(.vpane.lower.diff.body.t)": no such element in array
can't read "file_lists(.vpane.lower.diff.body.t)": no such element in array
while executing
"llength $file_lists($w)"
(procedure "toggle_or_diff" line 13)
invoked from within
"toggle_or_diff toggle .vpane.lower.diff.body.t "
(command bound to event)
- If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
Reproducible on any repository.
Steps to reproduce:
- git init
- open GitGUI
- focus diff panel
- focus unstaged changes panel
- ctrl-t - and you got error via MessageBox
It's not a duplicate of #1060, it'a different bug.