This commit is contained in:
Joey Hess 2021-01-04 13:46:11 -04:00
parent 0684b940ae
commit 8a84ddc061
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 16 additions and 0 deletions

View file

@ -15,3 +15,5 @@
### What version of git-annex are you using? On what operating system?
8.20201127 (I know I know... One year old version :)
> not a bug [[done]] --[[Joey]]

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2021-01-04T17:43:31Z"
content="""
git-annex silently skips files that are not checked into git, and after you
run "mv", the file is not checked into git.
So add the file (or just use `git mv` to move it) and then it will work.
Note that, annex.skipunknown can be set to false to make git-annex not
silently skip files and instead complain. That is scheduled to become the
default in 1 year, because I know the current behavior can be confusing.
"""]]