codymikol / git-down

A rewrite of the popular project GitUp that works in Linux, Mac, and Windows.
MIT License
29 stars 3 forks source link

fix(commit): properly add deleted file to staging #80

Closed codymikol closed 1 year ago

codymikol commented 1 year ago

this sets the correct update flag when staging a deleted file using jgit.

Fixes #79 #78