diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w <Rafal@web> | 2011-06-02 19:51:50 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-06-02 19:51:50 +0000 |
commit | 75a966534992eda522e9a0e9c0f1213c0d4a544e (patch) | |
tree | c8ef15dd94c19c64450c981379c3148db02534ca | |
parent | 24f2acd27258416420e5e4a17efffc94c95534e2 (diff) |
Added a comment: git annex unused
-rw-r--r-- | doc/forum/new_microfeatures/comment_5_3c627d275586ff499d928a8f8136babf._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/new_microfeatures/comment_5_3c627d275586ff499d928a8f8136babf._comment b/doc/forum/new_microfeatures/comment_5_3c627d275586ff499d928a8f8136babf._comment new file mode 100644 index 000000000..f7361f5d1 --- /dev/null +++ b/doc/forum/new_microfeatures/comment_5_3c627d275586ff499d928a8f8136babf._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w" + nickname="Rafaƫl" + subject="git annex unused" + date="2011-06-02T19:51:49Z" + content=""" +ps: concerning the command 'find .git/annex/objects -type f -name 'SHA1-s1678--70....' from my previous comment, it is \"significantly\" faster to search for the containing directory which have the same name: 'find .git/annex/objects -maxdepth 2 -mindepth 2 -type d -name 'SHA1-s1678--70....'. I am just curious: what is the need to have each file object in its own directory, itself nested under two more sub-directories? +"""]] |