diff --git a/doc/bugs/git-annex_get__58___createDirectory__58___does_not_exist.mdwn b/doc/bugs/git-annex_get__58___createDirectory__58___does_not_exist.mdwn index 19a873a3b8..0b64b968e6 100644 --- a/doc/bugs/git-annex_get__58___createDirectory__58___does_not_exist.mdwn +++ b/doc/bugs/git-annex_get__58___createDirectory__58___does_not_exist.mdwn @@ -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]] diff --git a/doc/bugs/prop__95__relPathDirToFileAbs__95__basics_fail_on_crippled___126__.mdwn b/doc/bugs/prop__95__relPathDirToFileAbs__95__basics_fail_on_crippled___126__.mdwn new file mode 100644 index 0000000000..9a8cba3a67 --- /dev/null +++ b/doc/bugs/prop__95__relPathDirToFileAbs__95__basics_fail_on_crippled___126__.mdwn @@ -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]] diff --git a/doc/git-annex-uninit/comment_3_2cf58739c14b8aae6fc12fb1463a303f._comment b/doc/git-annex-uninit/comment_3_2cf58739c14b8aae6fc12fb1463a303f._comment new file mode 100644 index 0000000000..e3f9a10e44 --- /dev/null +++ b/doc/git-annex-uninit/comment_3_2cf58739c14b8aae6fc12fb1463a303f._comment @@ -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. +"""]] diff --git a/doc/git-annex-uninit/comment_4_c3df10cdd19a15a80d3aa95373f1d071._comment b/doc/git-annex-uninit/comment_4_c3df10cdd19a15a80d3aa95373f1d071._comment new file mode 100644 index 0000000000..2373c16148 --- /dev/null +++ b/doc/git-annex-uninit/comment_4_c3df10cdd19a15a80d3aa95373f1d071._comment @@ -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) +"""]] diff --git a/doc/tips/splitting_a_repository/comment_7_0d11c72712da0cf36b8cc91ba7501d52._comment b/doc/tips/splitting_a_repository/comment_7_0d11c72712da0cf36b8cc91ba7501d52._comment new file mode 100644 index 0000000000..a2099f11a0 --- /dev/null +++ b/doc/tips/splitting_a_repository/comment_7_0d11c72712da0cf36b8cc91ba7501d52._comment @@ -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? + +"""]]