close
This commit is contained in:
parent
0684b940ae
commit
8a84ddc061
2 changed files with 16 additions and 0 deletions
|
@ -15,3 +15,5 @@
|
||||||
|
|
||||||
### What version of git-annex are you using? On what operating system?
|
### What version of git-annex are you using? On what operating system?
|
||||||
8.20201127 (I know I know... One year old version :)
|
8.20201127 (I know I know... One year old version :)
|
||||||
|
|
||||||
|
> not a bug [[done]] --[[Joey]]
|
||||||
|
|
|
@ -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.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue