Renamed file should have a specific icon in staged changes not split to a delete and a add #1194
Description
Prerequisites
- Have you tried to reproduce the problem in Safe Mode?
- Have you followed all applicable steps in the debugging guide?
- Have you checked the FAQs on the message board for common solutions?
- Have you checked that your issue isn't already filed?
Description
Renamed files in Staged Changes
should have a specific icon
Steps to Reproduce
- Open git panel
- Run command
git mv xxx yyy
in terminal - Look at
Staged Changes
panel
Expected behavior:
A specific icon on the new file's name indicating the file is renamed
Actual behavior:
Two items showed up, one is add with the new filename and the other is remove with the old filename
Reproduces how often:
[What percentage of the time does this happen?]
100%
Versions
You can get this information from copy and pasting the output of atom --version
and apm --version
from the command line. Also, please include the OS and what version of the OS you're running.
Additional Information
Please include any additional information, configuration or data that might be necessary to reproduce the issue. Screenshots, if appropriate, are helpful as well.
If your issue involves a repository, and that repository is public, please include a link to it.