ZIm/crates/worktree/src
Cole Miller 55d99e0259
git: Handle git status output for deleted-in-index state (#23483)
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
2025-01-22 15:28:25 -05:00
..
ignore.rs Fix Linux search issues (#13479) 2024-06-24 13:46:21 -07:00
worktree.rs windows: Fix FS-related issues (#23369) 2025-01-21 14:19:23 +08:00
worktree_settings.rs Add .jj to default file exclusion (#21708) 2024-12-08 18:44:46 -07:00
worktree_tests.rs git: Handle git status output for deleted-in-index state (#23483) 2025-01-22 15:28:25 -05:00