dmusican / Elegit

A GUI client for people who want to learn Git.
MIT License
30 stars 7 forks source link

Staged files block others in the same add from going through #606

Open mgorra opened 6 years ago

mgorra commented 6 years ago

Staged files cannot be added, which is appropriate, but if they are included as part of a group of files that are added in one, they block the whole add from going through. As it is now, it would be very inconvenient to add a large amount of files that were mixed evenly between staged and unstaged. It might be better to allow the unstaged files to be added, as well as putting up the notification about trying to add staged ones.

dmusican commented 6 years ago

Whoever takes this on should first look at what git does at the command line in this situation.