summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawm3UHErgy17Cf2MxMIePUzYUvvs_elKOdI <Dan@web>2014-06-25 01:09:39 +0000
committerGravatar admin <admin@branchable.com>2014-06-25 01:09:39 +0000
commitf62be9d9757351280769f55fc0d4a86b238699cf (patch)
tree39203150695d392a785adc6f6b1e1bcd4676e27d
parent0bbaed9568efeee7f190356b3059fd7166379c3a (diff)
How to completely remove tracking of a deleted file in direct mode?
-rw-r--r--doc/forum/.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/.mdwn b/doc/forum/.mdwn
new file mode 100644
index 000000000..82fc666a0
--- /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?