diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-08-17 13:58:14 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-08-17 13:58:14 -0400 |
commit | ecab35e095a97083285911809cc81d44a4384196 (patch) | |
tree | de9dec41673e07a348e67f5eb419a01bfe370d85 | |
parent | 099e701bdbf1830baf22d995f803eecca26eb03f (diff) | |
parent | f28f87a0be5248ddb72ba1afa025a5d5a391c6d9 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
2 files changed, 31 insertions, 0 deletions
diff --git a/doc/forum/How_to_add_dotfiles_in_direct_mode__63__/comment_2_c7269cde1db02069149268b6c6a50786._comment b/doc/forum/How_to_add_dotfiles_in_direct_mode__63__/comment_2_c7269cde1db02069149268b6c6a50786._comment new file mode 100644 index 000000000..9c14759d4 --- /dev/null +++ b/doc/forum/How_to_add_dotfiles_in_direct_mode__63__/comment_2_c7269cde1db02069149268b6c6a50786._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="pitsa@5f5d24a1fb7ba0d050ae7cf95b4c3032002e8e38" + nickname="pitsa" + avatar="http://cdn.libravatar.org/avatar/d1de087e3bdaf7c2288b89b8ea56e6a5" + subject="Thanks" + date="2017-08-17T16:35:33Z" + content=""" +Ok, this seems to work: + + git annex add -c annex.largefiles='not include=*' .gitattributes .gitignore + git annex sync + +"""]] diff --git a/doc/forum/Unlocked_directory__63___Having_all_its_new_files_unlocked/comment_5_7a2109bbe16de4c05db48763d00bfaf1._comment b/doc/forum/Unlocked_directory__63___Having_all_its_new_files_unlocked/comment_5_7a2109bbe16de4c05db48763d00bfaf1._comment new file mode 100644 index 000000000..df3883bd2 --- /dev/null +++ b/doc/forum/Unlocked_directory__63___Having_all_its_new_files_unlocked/comment_5_7a2109bbe16de4c05db48763d00bfaf1._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="michalrus" + avatar="http://cdn.libravatar.org/avatar/83c0b6e7f9d20f09a892263c4903bbae" + subject="comment 5" + date="2017-08-17T17:53:24Z" + content=""" +My particular example is that I’m using git-annex: + +• mostly as an archive (esp. in family files context), + +• but also as a sort-of FLOSS Dropbox for some specific files, that we’re editing. + +I’d like to prevent easy (accidental, really) editing of those archived files. + +Does this make sense? + +Thank you! +"""]] |