summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-21 17:21:48 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-21 17:21:48 -0400
commit9e68a37df6484d31597df5fd380d0b0871d1726f (patch)
tree9cc0b22731df14d4559568a986f54148deea6088 /doc
parent8e171441122b3bc7af2f3fe230f78c93f9936029 (diff)
addurl, importfeed: Improve behavior when file being added is gitignored.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/reports_success_when_addurl_--batch__a_file_which_is_.gitignore__39__d.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/reports_success_when_addurl_--batch__a_file_which_is_.gitignore__39__d.mdwn b/doc/bugs/reports_success_when_addurl_--batch__a_file_which_is_.gitignore__39__d.mdwn
index d4cdaafb5..1fbd3bdaa 100644
--- a/doc/bugs/reports_success_when_addurl_--batch__a_file_which_is_.gitignore__39__d.mdwn
+++ b/doc/bugs/reports_success_when_addurl_--batch__a_file_which_is_.gitignore__39__d.mdwn
@@ -29,3 +29,8 @@ git-annex: user error (xargs ["-0","git","--git-dir=.git","--work-tree=.","--lit
"""]]
[[!meta author=yoh]]
+
+> And it leaves the unstaged symlink behind too.
+>
+> [[fixed|done]] to check ignore status before creating the file.
+> --[[Joey]]