Skip to content

Web IDE newly added deleted files are not removed from changes

Description

Noticed on gitlab.com. In the IDE if you delete a newly added file it does not remove it from the changes.

20200402_ide_bug_deleting_doesnt_remove_from_staging

This issue is probably the root cause for other interesting behavior. If you delete, then re-add the file it comes across as an "update" on the commit request which is doomed to fail.

20200402_ide_bug_readd_deleted_file_fails

Edited by Paul Slaughter