addurl, importfeed: Improve behavior when file being added is gitignored.

This commit is contained in:
Joey Hess 2016-09-21 17:21:48 -04:00
parent f7ac2bc868
commit c910004d50
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
3 changed files with 23 additions and 11 deletions

View file

@ -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]]