microsoft / microsoft/VFSForGit

Windows: 'git status' has no output if interactive rebase is interrupted

Open
#1,427 0 comments 0 reactions 2 assignees View on GitHub

@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

  1. Have vim set as your default editor
  2. Open a CMD window
  3. gvfs clone https://gvfs.visualstudio.com/ci/_git/ForTests badRebase
  4. cd badRebase\src
  5. git rebase -i HEAD~1
  6. Close the CMD window (while vim is still open)
  7. Open a new CMD window
  8. cd badRebase\src
  9. git status
    Observe: No output
  10. del ..\.gvfs\gitStatusCache\GitStatusCache.dat
  11. git status
    Observe: Correct output

image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.