microsoft / microsoft/VFSForGit
Windows: 'git status' has no output if interactive rebase is interrupted
Open
@jeffhostetler is already working on this.
Since Aug 8, 2019.
affects: correctness
platform: windows
type: bug
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 474
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 8
Description
Versions
E:\badRebase\src>gvfs --version
GVFS 1.0.19175.3
E:\badRebase\src>git --version
git version 2.22.0.vfs.1.1
Steps to reproduce
- Have vim set as your default editor
- Open a CMD window
gvfs clone https://gvfs.visualstudio.com/ci/_git/ForTests badRebasecd badRebase\srcgit rebase -i HEAD~1- Close the CMD window (while vim is still open)
- Open a new CMD window
cd badRebase\srcgit status
Observe: No outputdel ..\.gvfs\gitStatusCache\GitStatusCache.datgit status
Observe: Correct output

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.