-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
The original note was moved to a new issue #574
One of the interactions between Medley and Git is the handling of deleting a file from the repo.
If I have on my local disk
FOOFOO.~1~andFOO.~2~and with some git action that updates FOO (checkout of another branch), it recovers OK : git will break the hard link betweenFOOandFOO.~2~and Lisp will seeFOO;3.But things aren't so good if the checkout deletes
FOObecauseFOO.~1~andFOO.~2~are still around. Lisp will see INFILEP(FOO) finding FOO:2.At the very least, a github "hook" could warn the user when the checkout deleted a file while there are
~nn~versions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels