From 2d5036e4408a7ddc964cf6e9314a129a548de5c9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 7 Oct 2020 12:12:53 -0400 Subject: [PATCH] renamed some filenames to not end with a period Windows does not allow such filenames, which prevented cloning git-annex on windows. --- ...dd_day_to_metadata..mdwn => Add_day_to_metadata.mdwn} | 0 .../comment_1_d46d9f085b7077cc95d71628e45c231d._comment | 0 .../comment_2_ea15c799c5abfc97eaa20424c15b73a4._comment | 0 doc/bugs/Error_cloning_repository_on_Windows.mdwn | 2 ++ .../comment_1_3c95fbb637e8043f988822069518fd3a._comment | 9 +++++++++ ...ames._Special_group_names_should_not_be_allowed.mdwn} | 0 .../comment_1_b4ba41b6e0e611d90ddda92bbe991266._comment | 0 .../comment_2_73b2d20a793a8a17cf0a3d593b3b4ed4._comment | 0 ...rypt__58___..but_repository_ID_is_set._Aborting.mdwn} | 0 .../comment_1_ec28718db57922b7d0c01f3ef672e6d4._comment | 0 .../comment_2_e4d97ac757e7da09c9c23f74177991ae._comment | 0 ...n => Dead_repo_content_is_not_considered_unused.mdwn} | 0 .../comment_1_e78552e939891b950a8352e4e3bdff92._comment | 0 ...__44___bup__44___windows_and_remote_linux_issue.mdwn} | 0 .../comment_1_c9239f9c67b2441ab0e1ac42c53db531._comment | 0 15 files changed, 11 insertions(+) rename doc/bugs/{Add_day_to_metadata..mdwn => Add_day_to_metadata.mdwn} (100%) rename doc/bugs/{Add_day_to_metadata. => Add_day_to_metadata}/comment_1_d46d9f085b7077cc95d71628e45c231d._comment (100%) rename doc/bugs/{Add_day_to_metadata. => Add_day_to_metadata}/comment_2_ea15c799c5abfc97eaa20424c15b73a4._comment (100%) create mode 100644 doc/bugs/Error_cloning_repository_on_Windows/comment_1_3c95fbb637e8043f988822069518fd3a._comment rename doc/bugs/{Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed..mdwn => Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed.mdwn} (100%) rename doc/bugs/{Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed. => Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed}/comment_1_b4ba41b6e0e611d90ddda92bbe991266._comment (100%) rename doc/bugs/{Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed. => Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed}/comment_2_73b2d20a793a8a17cf0a3d593b3b4ed4._comment (100%) rename doc/bugs/{gcrypt__58___..but_repository_ID_is_set._Aborting..mdwn => gcrypt__58___..but_repository_ID_is_set._Aborting.mdwn} (100%) rename doc/bugs/{gcrypt__58___..but_repository_ID_is_set._Aborting. => gcrypt__58___..but_repository_ID_is_set._Aborting}/comment_1_ec28718db57922b7d0c01f3ef672e6d4._comment (100%) rename doc/bugs/{gcrypt__58___..but_repository_ID_is_set._Aborting. => gcrypt__58___..but_repository_ID_is_set._Aborting}/comment_2_e4d97ac757e7da09c9c23f74177991ae._comment (100%) rename doc/forum/{Dead_repo_content_is_not_considered_unused..mdwn => Dead_repo_content_is_not_considered_unused.mdwn} (100%) rename doc/forum/{Dead_repo_content_is_not_considered_unused. => Dead_repo_content_is_not_considered_unused}/comment_1_e78552e939891b950a8352e4e3bdff92._comment (100%) rename doc/forum/{Git_annex__44___bup__44___windows_and_remote_linux_issue..mdwn => Git_annex__44___bup__44___windows_and_remote_linux_issue.mdwn} (100%) rename doc/forum/{Git_annex__44___bup__44___windows_and_remote_linux_issue. => Git_annex__44___bup__44___windows_and_remote_linux_issue}/comment_1_c9239f9c67b2441ab0e1ac42c53db531._comment (100%) diff --git a/doc/bugs/Add_day_to_metadata..mdwn b/doc/bugs/Add_day_to_metadata.mdwn similarity index 100% rename from doc/bugs/Add_day_to_metadata..mdwn rename to doc/bugs/Add_day_to_metadata.mdwn diff --git a/doc/bugs/Add_day_to_metadata./comment_1_d46d9f085b7077cc95d71628e45c231d._comment b/doc/bugs/Add_day_to_metadata/comment_1_d46d9f085b7077cc95d71628e45c231d._comment similarity index 100% rename from doc/bugs/Add_day_to_metadata./comment_1_d46d9f085b7077cc95d71628e45c231d._comment rename to doc/bugs/Add_day_to_metadata/comment_1_d46d9f085b7077cc95d71628e45c231d._comment diff --git a/doc/bugs/Add_day_to_metadata./comment_2_ea15c799c5abfc97eaa20424c15b73a4._comment b/doc/bugs/Add_day_to_metadata/comment_2_ea15c799c5abfc97eaa20424c15b73a4._comment similarity index 100% rename from doc/bugs/Add_day_to_metadata./comment_2_ea15c799c5abfc97eaa20424c15b73a4._comment rename to doc/bugs/Add_day_to_metadata/comment_2_ea15c799c5abfc97eaa20424c15b73a4._comment diff --git a/doc/bugs/Error_cloning_repository_on_Windows.mdwn b/doc/bugs/Error_cloning_repository_on_Windows.mdwn index d250db8d13..6b41f908d7 100644 --- a/doc/bugs/Error_cloning_repository_on_Windows.mdwn +++ b/doc/bugs/Error_cloning_repository_on_Windows.mdwn @@ -16,3 +16,5 @@ Because of this, developing and building on Windows is harder and more needlessl ### What steps will reproduce the problem? Cloning the git-annex repository on Windows 7 — or any other Windows, I believe. + +> [[fixed|done]] --[[Joey]] diff --git a/doc/bugs/Error_cloning_repository_on_Windows/comment_1_3c95fbb637e8043f988822069518fd3a._comment b/doc/bugs/Error_cloning_repository_on_Windows/comment_1_3c95fbb637e8043f988822069518fd3a._comment new file mode 100644 index 0000000000..06f71efba5 --- /dev/null +++ b/doc/bugs/Error_cloning_repository_on_Windows/comment_1_3c95fbb637e8043f988822069518fd3a._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2020-10-07T16:11:23Z" + content=""" +Thanks for reporting that. We used to have problems with : getting into +filenames in the website, fixed that, so I've gone ahead and fixed this +too, including (I hope) configuring it to reject a trailing period. +"""]] diff --git a/doc/bugs/Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed..mdwn b/doc/bugs/Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed.mdwn similarity index 100% rename from doc/bugs/Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed..mdwn rename to doc/bugs/Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed.mdwn diff --git a/doc/bugs/Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed./comment_1_b4ba41b6e0e611d90ddda92bbe991266._comment b/doc/bugs/Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed/comment_1_b4ba41b6e0e611d90ddda92bbe991266._comment similarity index 100% rename from doc/bugs/Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed./comment_1_b4ba41b6e0e611d90ddda92bbe991266._comment rename to doc/bugs/Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed/comment_1_b4ba41b6e0e611d90ddda92bbe991266._comment diff --git a/doc/bugs/Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed./comment_2_73b2d20a793a8a17cf0a3d593b3b4ed4._comment b/doc/bugs/Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed/comment_2_73b2d20a793a8a17cf0a3d593b3b4ed4._comment similarity index 100% rename from doc/bugs/Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed./comment_2_73b2d20a793a8a17cf0a3d593b3b4ed4._comment rename to doc/bugs/Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed/comment_2_73b2d20a793a8a17cf0a3d593b3b4ed4._comment diff --git a/doc/bugs/gcrypt__58___..but_repository_ID_is_set._Aborting..mdwn b/doc/bugs/gcrypt__58___..but_repository_ID_is_set._Aborting.mdwn similarity index 100% rename from doc/bugs/gcrypt__58___..but_repository_ID_is_set._Aborting..mdwn rename to doc/bugs/gcrypt__58___..but_repository_ID_is_set._Aborting.mdwn diff --git a/doc/bugs/gcrypt__58___..but_repository_ID_is_set._Aborting./comment_1_ec28718db57922b7d0c01f3ef672e6d4._comment b/doc/bugs/gcrypt__58___..but_repository_ID_is_set._Aborting/comment_1_ec28718db57922b7d0c01f3ef672e6d4._comment similarity index 100% rename from doc/bugs/gcrypt__58___..but_repository_ID_is_set._Aborting./comment_1_ec28718db57922b7d0c01f3ef672e6d4._comment rename to doc/bugs/gcrypt__58___..but_repository_ID_is_set._Aborting/comment_1_ec28718db57922b7d0c01f3ef672e6d4._comment diff --git a/doc/bugs/gcrypt__58___..but_repository_ID_is_set._Aborting./comment_2_e4d97ac757e7da09c9c23f74177991ae._comment b/doc/bugs/gcrypt__58___..but_repository_ID_is_set._Aborting/comment_2_e4d97ac757e7da09c9c23f74177991ae._comment similarity index 100% rename from doc/bugs/gcrypt__58___..but_repository_ID_is_set._Aborting./comment_2_e4d97ac757e7da09c9c23f74177991ae._comment rename to doc/bugs/gcrypt__58___..but_repository_ID_is_set._Aborting/comment_2_e4d97ac757e7da09c9c23f74177991ae._comment diff --git a/doc/forum/Dead_repo_content_is_not_considered_unused..mdwn b/doc/forum/Dead_repo_content_is_not_considered_unused.mdwn similarity index 100% rename from doc/forum/Dead_repo_content_is_not_considered_unused..mdwn rename to doc/forum/Dead_repo_content_is_not_considered_unused.mdwn diff --git a/doc/forum/Dead_repo_content_is_not_considered_unused./comment_1_e78552e939891b950a8352e4e3bdff92._comment b/doc/forum/Dead_repo_content_is_not_considered_unused/comment_1_e78552e939891b950a8352e4e3bdff92._comment similarity index 100% rename from doc/forum/Dead_repo_content_is_not_considered_unused./comment_1_e78552e939891b950a8352e4e3bdff92._comment rename to doc/forum/Dead_repo_content_is_not_considered_unused/comment_1_e78552e939891b950a8352e4e3bdff92._comment diff --git a/doc/forum/Git_annex__44___bup__44___windows_and_remote_linux_issue..mdwn b/doc/forum/Git_annex__44___bup__44___windows_and_remote_linux_issue.mdwn similarity index 100% rename from doc/forum/Git_annex__44___bup__44___windows_and_remote_linux_issue..mdwn rename to doc/forum/Git_annex__44___bup__44___windows_and_remote_linux_issue.mdwn diff --git a/doc/forum/Git_annex__44___bup__44___windows_and_remote_linux_issue./comment_1_c9239f9c67b2441ab0e1ac42c53db531._comment b/doc/forum/Git_annex__44___bup__44___windows_and_remote_linux_issue/comment_1_c9239f9c67b2441ab0e1ac42c53db531._comment similarity index 100% rename from doc/forum/Git_annex__44___bup__44___windows_and_remote_linux_issue./comment_1_c9239f9c67b2441ab0e1ac42c53db531._comment rename to doc/forum/Git_annex__44___bup__44___windows_and_remote_linux_issue/comment_1_c9239f9c67b2441ab0e1ac42c53db531._comment