diff options
author | emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2 <emanueleolivetti@web> | 2015-09-02 16:21:29 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-09-02 16:21:29 +0000 |
commit | 22817a9d84346cead2dbe513c2357bbaaf1ec559 (patch) | |
tree | fbc3385061526e892438ee691d28d9509b690b82 | |
parent | 9c4def2df6ef015f18f1d8ef83b12d6fbf5cc9a3 (diff) |
-rw-r--r-- | doc/forum/test_whether_a_file_is_already_annexed.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/test_whether_a_file_is_already_annexed.mdwn b/doc/forum/test_whether_a_file_is_already_annexed.mdwn new file mode 100644 index 000000000..55ac739ae --- /dev/null +++ b/doc/forum/test_whether_a_file_is_already_annexed.mdwn @@ -0,0 +1 @@ +I am storing the pictures I took over the years with git-annex. Frequently I come across messy old directories with lots of pictures inside and I want to know which ones were already annexed - or which ones were not. Is there a quick way to test whether the content of a given file is already annexed? I mean computing the key (hash) of the given file and testing whether it is already present among the annex objects. |