Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2021-01-13 12:31:43 -04:00
commit 79f319e494
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 52 additions and 0 deletions

View file

@ -26,3 +26,6 @@ More system details are here https://ci.appveyor.com/project/mih/datalad/build/j
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
git-annex is critical infrastructure for me. There is no day without it. Thx much!
[[!tag projects/datalad]]

View file

@ -0,0 +1,16 @@
### Please describe the problem.
Fresh build of 8.20201129+git100-g2d84bf992-1~ndall+1 when having HOME (base system is Ubuntu) on a crippled FS leads to
```
2021-01-13T03:46:45.0619292Z prop_relPathDirToFileAbs_basics: FAIL (0.01s)
2021-01-13T03:46:45.0620328Z *** Failed! Falsifiable (after 702 tests):
2021-01-13T03:46:45.0621015Z TestableFilePath {fromTestableFilePath = "A"}
2021-01-13T03:46:45.0621819Z TestableFilePath {fromTestableFilePath = "A/"}
2021-01-13T03:46:45.0623170Z Use --quickcheck-replay=895840 to reproduce.
```
[https://github.com/datalad/git-annex/runs/1692622842?check_suite_focus=true](https://github.com/datalad/git-annex/runs/1692622842?check_suite_focus=true)
[[!meta author=yoh]]
[[!tag projects/datalad]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="eric.w@eee65cd362d995ced72640c7cfae388ae93a4234"
nickname="eric.w"
avatar="http://cdn.libravatar.org/avatar/8d9808c12db3a3f93ff7f9e74c0870fc"
subject="git-annex uninit --fast"
date="2021-01-11T22:41:04Z"
content="""
are there any caveats to using --fast with this command? I assume it will just skip the hash validation.
"""]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="eric.w@eee65cd362d995ced72640c7cfae388ae93a4234"
nickname="eric.w"
avatar="http://cdn.libravatar.org/avatar/8d9808c12db3a3f93ff7f9e74c0870fc"
subject="comment 4"
date="2021-01-11T22:42:27Z"
content="""
actually --fast seems to have no affect on the speed. (each file seems to be getting hashed)
"""]]

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="eric.w@eee65cd362d995ced72640c7cfae388ae93a4234"
nickname="eric.w"
avatar="http://cdn.libravatar.org/avatar/8d9808c12db3a3f93ff7f9e74c0870fc"
subject="comment 7"
date="2021-01-11T22:48:27Z"
content="""
> ```
> # Regenerate the git annex metadata
> git annex fsck --fast
> ```
Exactly what does this command do? What metadata is regenerated and what does \"regenerated\" in this context mean?
"""]]