git - some renamed files seen as deleted and new #628
-
|
How to rename existing files to keep their history in the Context: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You just need to ensure Denote saves all buffers (because only saved files can be tracked). Use the following: (setq denote-save-buffers t) |
Beta Was this translation helpful? Give feedback.
You just need to ensure Denote saves all buffers (because only saved files can be tracked). Use the following: