diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c <Justin@web> | 2014-03-24 07:00:41 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-03-24 07:00:41 +0000 |
commit | 2584cba9887ebdcd28a0bc3a519367822f7250c7 (patch) | |
tree | 348a641f173afc9c332c6ac51246f1287dab7bf6 /doc | |
parent | 03aefb1e1b5e18aad7181835a9811ddafe111d80 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Feature_request:_Flag_to_make_git_annex_add_not_ignore_dotfiles.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/Feature_request:_Flag_to_make_git_annex_add_not_ignore_dotfiles.mdwn b/doc/bugs/Feature_request:_Flag_to_make_git_annex_add_not_ignore_dotfiles.mdwn new file mode 100644 index 000000000..f82d8835f --- /dev/null +++ b/doc/bugs/Feature_request:_Flag_to_make_git_annex_add_not_ignore_dotfiles.mdwn @@ -0,0 +1,7 @@ +When using git annex as part of an automated backup system, it's sometimes important that we archive all files, including dotfiles. + +AFAICT there's no way to tell git annex add to add all dotfiles in a given directory; the only way to do it is to list every dotfile individually. (git annex add --force doesn't seem to do it.) + +This can be worked around with find and xargs, but this is more work than it should be, I think. + +It might also be nice if git annex add displayed a warning when adding a directory with dotfiles; something like "Warning, N files ignored; pass --whatever to add them." |