Yamazaki93 / MetroGit

A git visualization tool that's more than just git
MIT License
162 stars 28 forks source link

Error During Commit When a Deleted File is Not Staged #17

Closed Yamazaki93 closed 6 years ago

Yamazaki93 commented 6 years ago

Describe the bug When a deleted file is present in current changes and unstaged, directly committing without staging will cause error

To Reproduce Steps to reproduce the behavior:

  1. Open a Repo, remove a file tracked
  2. Go to commit detail panel, type in message, click commit without staging it
  3. Error appears

Expected behavior Error shouldn't appear