From 9a46f17e2c888084772edbcceab860aa96d11a8e Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Mon, 21 Oct 2019 20:39:09 +0000 Subject: [PATCH] Added a comment: skipping dotfiles --- .../comment_3_3d0d47a6cda3a556bb34442d60df1402._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/dotfiles_handled_differently/comment_3_3d0d47a6cda3a556bb34442d60df1402._comment diff --git a/doc/bugs/dotfiles_handled_differently/comment_3_3d0d47a6cda3a556bb34442d60df1402._comment b/doc/bugs/dotfiles_handled_differently/comment_3_3d0d47a6cda3a556bb34442d60df1402._comment new file mode 100644 index 0000000000..e8e79464b0 --- /dev/null +++ b/doc/bugs/dotfiles_handled_differently/comment_3_3d0d47a6cda3a556bb34442d60df1402._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Ilya_Shlyakhter" + avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0" + subject="skipping dotfiles" + date="2019-10-21T20:39:09Z" + content=""" +\" git-annex add skips dotfiles unless explicitly listed. It always has!\" -- not sure why it hasn't crashed my use case before (thought I'm re-running on same data); but maybe, reconsider this default? Since `git add .` adds everything, it's easy to assume (as I did) that `git annex add .` does too. Why not add dotfiles to regular git, rather than skipping them outright? +"""]]