From 3b90c5458d6dfada3d6684ceb3dea9e2e99f176d Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm3UHErgy17Cf2MxMIePUzYUvvs_elKOdI" Date: Wed, 25 Jun 2014 01:09:39 +0000 Subject: [PATCH] How to completely remove tracking of a deleted file in direct mode? --- doc/forum/.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/.mdwn diff --git a/doc/forum/.mdwn b/doc/forum/.mdwn new file mode 100644 index 0000000000..82fc666a08 --- /dev/null +++ b/doc/forum/.mdwn @@ -0,0 +1,7 @@ +I am in direct mode (managing music) and have no other repositories than the one I'm in. I would like to delete a file and have git no longer track it at all. + +So far I've manually deleted the file and run "git annex add .", but when I run "git annex status" the file is still marked as deleted. I would like to receive no message whatsoever. + +I tried "git annex drop path" , "git annex unannex path", and everything else I can think of but nothing will get git annex to forget the file. + +I'm sure this is easy, but how do you remove a deleted file in direct mode?