From be0523f87100c8250732330833c9ac04ebe55db2 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawn3p4i4lk_zMilvjnJ9sS6g2nerpgz0Fjc" Date: Sun, 26 Oct 2014 12:06:25 +0000 Subject: [PATCH] Added a comment: Keep historical data, but delete data never referenced --- ...ment_2_e2ccd9a209c7a104004e998135d4b675._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/walkthrough/unused_data/comment_2_e2ccd9a209c7a104004e998135d4b675._comment diff --git a/doc/walkthrough/unused_data/comment_2_e2ccd9a209c7a104004e998135d4b675._comment b/doc/walkthrough/unused_data/comment_2_e2ccd9a209c7a104004e998135d4b675._comment new file mode 100644 index 0000000000..91075ce24b --- /dev/null +++ b/doc/walkthrough/unused_data/comment_2_e2ccd9a209c7a104004e998135d4b675._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawn3p4i4lk_zMilvjnJ9sS6g2nerpgz0Fjc" + nickname="Matthias" + subject="Keep historical data, but delete data never referenced" + date="2014-10-26T12:06:25Z" + content=""" +Is there an easy solution for the following? There are two kinds of \"unused\" I would like to treat differently: + +1. Kind \"really unused\": Was added once to the annex, but symlink was never committed +2. Kind \"only history\": A commit contains a symlink to the data, but no active branch + +I want to preserve \"only history\", and only drop \"really unused\". What is an elegant way to do this? Thanks for your suggestions. +"""]]