You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which seems to contain a copy of files with changes not yet commited. These files are still present even after commiting changes ending up cluttering the repository. It seems like I have to remove these files manually.
This is of course just a minor annoyance and I could limit it by adding those to my .gitgnore but that doesn't really solve the actual problem.
It has been a bit hard for me to try to find anything related to this issue as this doesn't seem to be related to where tramp stores temporary files (they are in /tmp as expected) and it's kind of hard to search for a pattern matching these files.
I also don't know if this is actually related to doom emacs but I haven't done any special configuration so this is just magit+tramp "out of the box" with doom emacs.
Any way to avoid having to clean up these files would be appreciated as well as pointers to where I might find more information.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I confirm that...
I searched the FAQ, issue tracker, discussions board, documentation, and wiki, and did not find an answer to my question.
Any discussions with or conclusions derived from the use of LLMs will be omitted from my question.
What is your question?
When using magit with a tramp/ssh connection to a remote host, I get a lot of files with a pattern similar to:
#e47ad05cdf18bc34d69df0d782ea216e1c180392#.~;0f6e0f8538628bb10e9436831351f7564cea165b~which seems to contain a copy of files with changes not yet commited. These files are still present even after commiting changes ending up cluttering the repository. It seems like I have to remove these files manually.
This is of course just a minor annoyance and I could limit it by adding those to my
.gitgnorebut that doesn't really solve the actual problem.It has been a bit hard for me to try to find anything related to this issue as this doesn't seem to be related to where tramp stores temporary files (they are in
/tmpas expected) and it's kind of hard to search for a pattern matching these files.I also don't know if this is actually related to doom emacs but I haven't done any special configuration so this is just magit+tramp "out of the box" with doom emacs.
Any way to avoid having to clean up these files would be appreciated as well as pointers to where I might find more information.
Thanks a lot.
System information
https://gist.github.com/laudrup/33ea96dc60a335316967ca26d0956ba4
Beta Was this translation helpful? Give feedback.
All reactions