diff options
| author | Sean Whitton | 2025-06-11 15:09:07 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-06-11 15:09:07 +0100 |
| commit | 8be65cf6e02ffdc6396af61a13413c7065c832d9 (patch) | |
| tree | 1945bb6a6ad3a46d68ee37fea7ff5ee7c5e46a00 | |
| parent | 1468daf1d1b3ea2916384e4ae78050a9451a64d8 (diff) | |
| download | emacs-8be65cf6e02ffdc6396af61a13413c7065c832d9.tar.gz emacs-8be65cf6e02ffdc6396af61a13413c7065c832d9.zip | |
; etc/NEWS: Clarify VC entry about missing vs. removed files.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -1793,14 +1793,15 @@ files, and 'C-x v v' behaved subtly differently for the two statuses. | |||
| 1793 | The combination of these differences between backends and in 'C-x v v' | 1793 | The combination of these differences between backends and in 'C-x v v' |
| 1794 | behavior was confusing. Now, | 1794 | behavior was confusing. Now, |
| 1795 | 1795 | ||
| 1796 | - the Git backend properly marks files as missing if you just delete | ||
| 1797 | them instead of using 'C-x v x' | ||
| 1798 | - in VC-Dir, you can use 'C-x v v' on missing files to mark them as | 1796 | - in VC-Dir, you can use 'C-x v v' on missing files to mark them as |
| 1799 | removed | 1797 | removed |
| 1800 | - when committing, you can include missing files in a set of files with | 1798 | - when committing, you can include missing files in a set of files with |
| 1801 | different statuses, just like you've always been able to include | 1799 | different statuses, just like you've always been able to include |
| 1802 | removed files. | 1800 | removed files. |
| 1803 | 1801 | ||
| 1802 | In addition, the Git backend has been fixed to display missing files as | ||
| 1803 | 'missing' instead of incorrectly subsuming them to the 'removed' status. | ||
| 1804 | |||
| 1804 | There is still some further work to do to rationalize VC's handling of | 1805 | There is still some further work to do to rationalize VC's handling of |
| 1805 | file removal. | 1806 | file removal. |
| 1806 | 1807 | ||