Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Renaming a file without connections is not picked up by auto backup mechanism #765

Closed
sirEven opened this issue Sep 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sirEven
Copy link

sirEven commented Sep 4, 2024

Describe the bug

When changing the name of a file that has no connections whatsoever (not towards it, not from it) it correctly results in a deleted file and a newly added file, that is untracked. However from here on, auto backup does not pick up on it, as the newly added file remains untracked.

Relevant errors (if available) from notifications or console (CTRL+SHIFT+I)

No response

Steps to reproduce

  1. setup git plugin to automatically backup (let's say every minute)
  2. create a file and back it up manually
  3. rename that file and wait a minute...
  4. after that minute passes, the file is still untracked and does not get staged
  5. you can now change the content of that file - which will be picked up and trigger an auto backup 1 min later

Expected Behavior

at step 4) I expect the auto backup already syncing the file name change to github, without having to change the files content.
remaining_state

Addition context

No response

Operating system

macOS

Installation Method

None

Plugin version

2.26.0

@sirEven sirEven added the bug Something isn't working label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant