![]() When a file exists in HEAD, is deleted in the index, and exists again in the working copy, git produces two lines for it, one reading `D ` (deleted in index, unmodified in working copy), and the other reading `??` (untracked). Merge these two into the equivalent of `DA`. Release Notes: - Improved handling of files that are deleted in the git index but exist in HEAD and the working copy |
||
---|---|---|
.. | ||
blame.rs | ||
commit.rs | ||
diff.rs | ||
git.rs | ||
hosting_provider.rs | ||
remote.rs | ||
repository.rs | ||
status.rs |