diff options
author | https://www.google.com/accounts/o8/id?id=AItOawn3p4i4lk_zMilvjnJ9sS6g2nerpgz0Fjc <Matthias@web> | 2014-10-26 12:06:25 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-26 12:06:25 +0000 |
commit | 9177837980308c120597207de8872265b0ba87df (patch) | |
tree | ce2e6492adf3c38bf3730e42eb99fd02508d6500 /doc/walkthrough | |
parent | c2aef080c8af03f6db787c5cd7eac1ceadf4566d (diff) |
Added a comment: Keep historical data, but delete data never referenced
Diffstat (limited to 'doc/walkthrough')
-rw-r--r-- | doc/walkthrough/unused_data/comment_2_e2ccd9a209c7a104004e998135d4b675._comment | 13 |
1 files changed, 13 insertions, 0 deletions
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 000000000..91075ce24 --- /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. +"""]] |