diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-09-19 20:59:32 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-19 20:59:32 +0000 |
commit | 21441eeb8f9175540652986fc39d863bcc29a108 (patch) | |
tree | 0f2b9c63e468d9a756ac345a7036ca677ddf229e /doc | |
parent | f128a4a05073b91b81e62d0dcc517eb968b16428 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/purge_files_with_no_copies/comment_1_12b578689eb8d5d38c06261ec65e2109._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/purge_files_with_no_copies/comment_1_12b578689eb8d5d38c06261ec65e2109._comment b/doc/forum/purge_files_with_no_copies/comment_1_12b578689eb8d5d38c06261ec65e2109._comment new file mode 100644 index 000000000..0ea81ecfe --- /dev/null +++ b/doc/forum/purge_files_with_no_copies/comment_1_12b578689eb8d5d38c06261ec65e2109._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.14.105" + subject="comment 1" + date="2013-09-19T20:59:32Z" + content=""" +This will output all files in your repository that git-annex thinks have no copies left: + +`git annex find --not --copies=1` + +Piping it to git rm is left as an excercise for the reader.. +"""]] |