git-annex/doc/bugs
Joey Hess bcc69f07e8
move old fixed datalad/dandi/repronim bugs to the project pages
This is to cut down on the number of files in bugs/, which makes it slow
to file new bug reports or update active bug reports. These old bugs
were about 1/3rd of the files in there. These projects want lists of
their old bugs to still be accessible, and have the lists on their
project pages, which will still list the old bugs.

Commands used:

for f in $(git grep -l '\[\[!tag projects/dandi\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/dandi/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/dandi/bugs-done; fi; fi; done
for f in $(git grep -l '\[\[!tag projects/repronim\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/repronim/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/repronim/bugs-done; fi; fi; done
for f in $(git grep -l '\[\[!tag projects/datalad\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/datalad/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/datalad/bugs-done; fi; fi; done

That assumes that bugs are not tagged by multiple projects at the same
time. Of the ones I moved, I've checked and none are.

Could do the same with todo/ but there are only 370 files in there, and
less than 84 of them could be moved this way, which does not seem likely
to produce a sizeable speedup.

Sponsored-by: Dartmouth College's Datalad project
2023-01-05 13:16:15 -04:00
..
10.20220525_cannot_probe_for_untrusted_remote_key close as not a bug 2022-06-09 13:23:33 -04:00
__34__357_out_of_984_tests_failed__34___on_NFS_lustre_mount Added a comment: just an update on my testing 2021-08-30 22:17:53 +00:00
__34__byte-progress__34___could_jump_down_upon_initiating_re-download_--_report_actual_one_first__63__
__34__Cannot_handle_files_this_big__34___error_for_unlocked_files
__34__error__58___invalid_object__34____44___after_add__59___cannot_commit comment 2021-11-29 13:16:52 -04:00
__34__git_annex_adjust__34___does_not_respect_utf8_in_the_commit_author_field
__34__git_status__34___thread_blocked_indefinitely_in_an_MVar_operation
__34__invalid_object__34___errors_cropping_up
__34__metadata_only__34___git-remote-gcrypt_syncing_files_anyway
__34__no_such_file_or_directory__34___when_using_bundle
__34__rename__58___permission_denied__34__ linked bugs 2021-10-20 13:39:13 -04:00
__34__Unsupported_url_scheme__34___message_when_trying_to_cconnect_to_ftp_server
__39__add__39___results_in_max_cpu__44___long_run_and_huge_repo
__47__exe__47__git-annex Make git-annex enable-tor work when using the linux standalone build 2022-10-26 15:45:08 -04:00
__91__meta__93___ikiwiki_is___42__slow__42__
__91__Patch__93___fix___34__mdwn2man__58___cannot_execute_-_...__34__
__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue
__96__sync_-C__96___takes_longer_to_get_file_than___96__get__96__ Typo fix unncessary -> unnecessary. 2022-08-20 09:40:19 -04:00
_git-annex__58___bad_url_ssh__58____47____47__git__64__gitlab.com__58____126____47__gitlabname__47__reponame.git
acl_not_honoured_in_rsync_remote
adb_creates_empty_commits_on_import__47__sync Typo fix unncessary -> unnecessary. 2022-08-20 09:40:19 -04:00
adb_pull_does_not_preserve_timestamp Added a comment: TL;DR 2022-04-02 14:13:48 +00:00
adb_remote_fails_to_import_treeish adb: Added configuration setting oldandroid=true 2022-07-13 18:00:47 -04:00
adb_replaces_symlinks_by_plain_text_files comment 2022-01-04 11:28:33 -04:00
adb_special_remote_fetches_but_does_not_add_all_files
add__58___inconsistently_treats_files_in_dotdirs_as_dotfiles Added a comment 2022-04-15 12:05:19 +00:00
add_config_var_preventing_adjusted_branch_mode comment 2022-05-09 11:19:34 -04:00
add_FILE__report_line_is_printed_twice___40__in_a_particular_scenario__41__
Add_support_for_skein512__95__256_hash
added_branches_makes___39__git_annex_unused__39___slow
adding_a_remote_server_fails
Adding_zip_or_7z_or_tar_archive_builds_for_windows
addurl_+_metadata_on_Windows_doesn__39__t_work use lookupKeyStaged in --batch code paths 2022-10-26 14:43:06 -04:00
addurl_--batch_errors_with__git-annex__58___user_error_ comment 2022-06-13 13:38:36 -04:00
addurl_--preserve-filename_still_modifies_file_names
addurl_fails_because_special_remote_is_not_available
addurl_unittest_failing_under_windows
Adjust_--unlock_not_using_--reflink__63__
adjustedbranchrefresh_ignored_by_git_annex_add
after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified comment 2022-06-02 11:57:24 -04:00
All_inodes_eaten
Allow_automatic_retry_git_annex_get
Android__44___unable_to_start_browser_
Android__58___addurl__58___Network.BSD.getProtocolByName__58___does_not_exist___40__no_such_protocol_name__58___tcp__41__
Android__58___Several_error_messages___47___warnings
Android___58___handling_DCIM__47__Camera_not_being_configurable
Android_can__39__t_sync_files_with_utf-8_characters_in_names
android_sync_messes_tree Added a comment 2022-10-04 17:59:54 +00:00
Android_unable_to_use_external_special_remote Added a comment 2022-07-29 08:08:33 +00:00
annex-rsync-upload-options_are_ignored Added a comment 2021-09-23 21:40:51 +00:00
annex_import_does_not_account_for_versioning_on_S3 Added a comment 2022-10-12 06:12:17 +00:00
annex_tries_to_start_old_binaray
annex_unannex__47__uninit_should_handle_copies
aria2c_display_broken_in_git-annex
Assistant__39__s_transfer_bar_often_stuck_at_100__37___and_only_SHA_instead_of_file_content_
assistant_bails_when_adding_encrypted_usbdrive_repo_on_mac
assistant_cannot_sync_files_to_empty_indirect_repo
Assistant_deleted_file_when_merging___40__another_report__41__
assistant_does_not_allow_adding_an_existing_repo
assistant_doesn__39__t_sync_empty_directories
assistant_doesn__39__t_sync_file_permissions
Assistant_drops_files_from_remote_repos_that_it_shouldn__39__t
assistant_expensive_scan_unnecessarily_queues_files
Assistant_has_created_155_semitrusted_repositories
Assistant_having_a_child_git_cat-file_--batch_do_the_same_thing_over_and_over_and_using_a_lot_of_memory
assistant_locked_my_files
Assistant_only_watches_one_repo_on_startup
assistant_sometimes_does_not_merge_changes_from_remote
assistant_sometimes_removes_and_re-adds_whole_file
assistant_tries_to_drop_all_files_on_startup
Auto-repair_greatly_slows_down_the_machine
backend_option_for_init_is_in_no_effect__63__
bare_remote_is_not_automatically_synced_to_local_repo
Beware__58___there_is_a_file-losing_bug_in_unused_cmd
bla__47__.git__47__annex__47__transfer__47__failed__47__download__47__...tmp__58___rename__58___resource_exhausted___40__No_space_left_on_device__41__
blake3_hash_support code review 2022-12-26 13:09:40 -04:00
Bootstrap3_icons_missing_on_Android
borg_not_recognizing_WORM
borg_special_remote_memory_usage_high_for_large_borg_repo Merge branch 'borgchunks' 2021-10-08 13:26:45 -04:00
broken_repo_when_inodes_exhausted
buggy_private_special_remote when private journal file exists, still read from git-annex branch 2021-10-26 13:43:50 -04:00
Build_failure__58___language-javascript-0.7.1.0 close 2021-12-13 13:13:54 -04:00
build_for_OpenBSD_is_outdated close and comment 2022-05-02 14:26:22 -04:00
bup_often_errors_out_when_-J___62___1 Added a comment 2022-08-09 06:22:50 +00:00
Can__39__t_add_a_git_repo_to_git_annex__58_____34__Invalid_path_repo__47__.git__47__X__34___for_many_X close; out of scope 2022-01-25 12:39:46 -04:00
can__39__t_build_without_assistant
can__39__t_connect_jabber_with_custom_google_apps_domain
can__39__t_get
cannot___40__or_how__63____41___to_pass_socket_path_with_a_space_in_its_path_via_annex-ssh-options
cannot_add_a_files_with_an_accent_in_it
Cannot_clone_an_annex
Cannot_delete_remote_when_ssh_sync_fails
cannot_remove___96__.t__96___directory
CHECKPRESENT_could_check_file_size_as_well
chunks_not_deduplicated followup 2022-11-07 12:26:04 -04:00
Cloned_from_.git_under_Windows__44___get_fails Added a comment 2022-03-18 08:37:23 +00:00
commands_on_unlocked__44___changed_file_use_its_old_key
commit_f0754a61f_needs_a_fix_to_build_on_Windows Added a comment: commit 492036622a fixes this 2021-08-18 21:10:51 +00:00
commitBuffer__58___invalid_argument___40__invalid_character__41__2
Commiting_Files_Containing_Non_Ascii_Char_on_OS_X_
conflict_resolution___40____63____41___test_stalls_on_an_occasion avoid splitting repo tests into too small parts around -J16 2022-11-07 14:44:51 -04:00
content_retrieval_from_borg_remote_fails_over_ssh Added a comment 2021-07-16 12:37:47 +00:00
Continual_space_exhaustion_from_syncing_metadata Added a comment: Automatic watch for the heuristic 2021-08-07 12:25:02 +00:00
copy+rename_of_file_on_windows_breaks_original Added a comment 2022-06-29 19:13:56 +00:00
Copying_many_files_to_bup_remotes_is_very_slow Added a comment 2022-08-10 12:35:28 +00:00
corrupt_backend_upon_sync__63__
Corrupted_.git__47__annex__47__index_when_running_assistant
Corrupted_drive__58___Assistant_seems_consider_files_deleted_and_deletes_them_elsewhere_too
Corrupted_git___40__but_not_annex__41___controlled_files
Could_not_read_from_remote_repository
Crash_when_disabling_syncing_in_the_webapp
creating_a_plain_directory_where_a_mountpoint_should_have_been
creating_a_remote_server_repository
creating_dot-git-as-symlink_workaround_drops_worktree_configuration_from_submodules
crippled_fs___40__pidlock__41___leads_to_git-annex__58___SQLite3_error Typo fix unncessary -> unnecessary. 2022-08-20 09:40:19 -04:00
CRLF_breaks_interoperability_Win-Ux__58__..post-receive comment 2022-11-28 14:07:35 -04:00
cygwin
data_loss_on_Windows__58___git_annex_sync_--no-content_drops_last_copy_unexpectedly
Data_loss_when_copying_files_with_running_assistant
Deasn__39__t_clean_up_ssh_keys_after_removing_remote_repo
Debian_and_MacOSX_cannot_read_eachother__39__s_S3_credentials
delayadd_doesn__39__t_work_with_smallfiles
Delete_data__47__update_location_log_when_a_special_remote_fails_to_fsck
describe_what_git-annex_actually_is comment 2022-01-06 12:25:00 -04:00
diff_driver_using_hash_without_subdir response 2021-09-27 12:14:25 -04:00
Directory_remotes_with_same_mount_point Typo fix unncessary -> unnecessary. 2022-08-20 09:40:19 -04:00
Disconcerting_warning_from_git-annex
does_not_understand___34__yes__34___as_boolean_true_value_for_autoenable
downloads.kitenet.net_do_not_correspond_in_version sheeeeeeeeesh 2021-08-09 15:33:59 -04:00
drop_blows_on_lustre__58___SQLite3_returned_ErrorIO comment about annex.dbdir on relevant bugs 2022-08-12 13:31:27 -04:00
Drop_doesn__39__t_respect_mincopies
drop_from_special_hybrid_encryption_remote_fails
dropunused_returns_ok_but_doesn__39__t_delete_files comment 2022-05-02 14:54:24 -04:00
Empty_files_make_git_status_slow
Empty_folders_don__39__t_get_remove
enable-tor_failing_on_Android
Enable__47__paus_syncing_to_remote_ssh_server_with_multiple_directories
encryption__61__none_doesn__39__t_work_with_enableremote
error__58___git-annex_filter-process_died_of_signal_15 filter-process: Fix protocol for empty files 2022-07-13 17:13:54 -04:00
error_creating_internet_archive_item_via_web_UI Added a comment: keep me posted by email please 2022-12-07 14:40:52 +00:00
error_during_copy_to_S3 comment 2022-08-30 12:50:42 -04:00
error_on_only_repository_copy_deletion
error_out_on_file_size_0_from_external_spec_remote Added a comment 2022-06-09 21:53:05 +00:00
EvilLinker_needs_to_escape_spaces_in_user_name
export__95__import__95__subdir_started_to_fail_some_times comment 2022-09-13 14:13:19 -04:00
exporttree_+_importtree_+_wanted___61___deleted_files
external_remote_protocol_unable_to_parse_command Added a comment 2022-03-21 19:18:53 +00:00
Failed_move__47__get_over_ssh_in_new_version Added a comment: no worries 2022-06-30 16:51:51 +00:00
Failing_to_execute_bash_remotes_windows followup 2021-07-13 13:04:56 -04:00
fails_to_authenticate_into_S3_for_initremote__63__ followup 2022-07-13 14:53:46 -04:00
Fails_to_drop_key_on_windows___40__Access_denied__41__ followup 2022-06-22 13:19:35 -04:00
failure_getting__47__copying_on_git-lfs_remote___40__gcrypt__41__ comment 2022-08-15 14:05:05 -04:00
Failure_to_get_small_files_over_P2P_protocol moreinfo 2022-01-11 12:24:40 -04:00
fat_support
fatal__58___Cannot_handle_files_this_big
file_extension_not_used_for_URIs_from_special_remotes
file_modification_time_should_be_stored_in_exactly_one_metadata_field
filemanager_integration_broken
Files_disappear_from_locally_paired_annexes_when_edited
Files_recorded_with_other_file__39__s_checksums Added a comment 2022-09-10 00:38:17 +00:00
fix_git-annex_paths___47___objects___40__repository_not_available__41__
FreeBSD_patches comment 2022-05-31 13:11:52 -04:00
fresh_3_tests_fails-_openBinaryFile__58___resource_busy
fsck_--json_incomplete_error_reporting close 2022-12-26 13:29:13 -04:00
fsck_always_fails Added a comment 2021-11-14 20:11:35 +00:00
fsck_is_required_to_resolve___34__no_other_repository_is_known_to_contain_the_file__34___after_sync
fsck_of_encrypted_remote_fails_w__47___multiple_jobs
FTBFS_for_the_2nd_day Added a comment 2022-10-06 16:04:41 +00:00
Future_proofing_regression__63__
gcrypt_remote__58___every_sync_uploads_huge_manifest
gcrypt_rsync_remotes_don__39__t_work
gcrypt_special_remote_fails_on_bare_remote_repos
get__58___no_passphrase_ask_for_the_2nd_ssh_invocation comment 2022-01-03 12:58:12 -04:00
Get_gpg_subkey_id_used_for_encryption
get_is_busy_doing_nothing improve sqlite retrying behavior 2022-10-18 15:47:20 -04:00
gets_confused_files_synchronized_out_of_band response and close 2021-09-08 12:12:11 -04:00
GIN_is_not_recognized_as_a_git-annex_enabled_repos Added a comment 2022-08-09 00:33:56 +00:00
git-annex-copy_fails_with___34__thread_blocked_indefinitely_in_an_STM_transaction__34__
git-annex-fsck__fails_for_missing_dead_keys
git-annex-import_declines_to_import_git-ignored_fies
git-annex-import_imports_outside_of_directory Added a comment: imports and symlinks 2022-08-22 20:40:42 +00:00
git-annex-install_for_Android_crashes_on___34__arm7el__34__
git-annex-move_not_using_parallelism__63__
git-annex-shell
git-annex-shell_-c_git-annex-shell_doesn__39__t_work__44___while_git-annex_expects_it_to
git-annex-shell_fails_to_run_true Added a comment: indeed. 2022-01-12 15:56:25 +00:00
git-annex-sync_not_quite_idempotent__63__
git-annex.linux.6.20180914_-__62___assistant_requires_s3_bucket
git-annex_8.20210330_fails_to_build_in_brew
git-annex__58___.git__47__annex__47__keys.tmp__47__db__58___setFileMode__58___permission_denied___40__Operation_not_permitted__41__
git-annex__58_____60__socket__58___16__62____58___hPutBuf__58___resource_vanished___40__Broken_pipe__41__
git-annex__58___fd__58__14__58___hGetLine__58___end_of_file
git-annex__58___readDirStream__58___inappropriate_type comment 2021-08-09 13:03:19 -04:00
Git-annex_and_Microsoft_Office_files_on_OS_X
git-annex_branch_not_being_pushed_after_git-annex_forget
git-annex_branch_shows_commit_with_looong_commitlog
git-annex_cannot_connect_to_freenet_cloud___40__webdav__41__
git-annex_died_of_signal_11_when_syncing_content Added a comment 2021-10-21 08:24:55 +00:00
git-annex_does_not_install_on_windows_without_admin_rights
git-annex_drop_fails_to_access_file__58____47____47____47___target_URL_on_Windows
git-annex_fsck_in_quiet_mode_don__39__t_report_the_files_it_failed_to_download
git-annex_get_with_umlaut_characters_in_filenames
git-annex_info_rounding_error Fix a rounding bug in display of data sizes 2021-07-30 09:56:04 -04:00
git-annex_is_slow_at_reading_file_content Added a comment 2022-05-25 12:22:58 +00:00
git-annex_merge_stalls
git-annex_remotedaemon_--foreground_exits_immediately_if_run_as_systemd_service
git-annex_sometimes_messes_up___126____47__.git-credentials
git-annex_sucking_up_all_available_RAM_after_startup
git-annex_wants_to_repair_because_of_duplicateEntries_in_git_fsck
git-annex_won__39__t_execute_on_WD_My_Cloud_NAS
git_2.34__58___some_conflict_resolution_unit_tests_fail Added a comment 2021-11-23 21:46:43 +00:00
git_annex_add_out_of_memory__63___mmap_failed__58___No_such_file_or_directory
git_annex_assistant_exits_with_failure
git_annex_assistant_failing_with_ARM_NAS
git_annex_assistant_leaks_a_lot_of_memory
git_annex_cannot_get_my_files_after_clone
git_annex_config_doesn__39__t_support_leading_dash
git_annex_connecting_over_tor_does_not_work add comment 2022-09-26 16:05:46 -04:00
git_annex_copy_fails_without_error_message_on_macOS___40__but_works_on_Linux__41__
git_annex_daemon_crashes_when_authenticating_with_jabber.de
git_annex_doesn__39__t_cope_with_a_gcrypt__58____58__rsync__58____47____47__
git_annex_fix_broken
git_annex_fsck_--time-limit_broken
git_annex_get_--batch_does_not_work Added a comment 2022-03-11 18:46:40 +00:00
git_annex_import_is_dangerous_if_you_have_unused_objects
git_annex_move_--unused_not_moving_some_files comment 2021-09-27 12:35:15 -04:00
git_annex_repair_failed__58___missing_objects fix git-annex repair false positive 2022-05-04 11:32:23 -04:00
git_annex_should_check_that_stdout_isatty_when_reporting_progress
git_annex_still_deleting_content_when_merging
git_annex_sync_remove_all_recently_added_files
git_annex_test_fails_when_run_through_powershell
git_annex_try_to_rexeport_already_exported_files export: Avoid unncessarily re-exporting non-annexed files that were already exported 2021-11-29 14:02:38 -04:00
git_annex_upgrade_loses_track_of_files_with___34____38____34___character___40__and_probably_others__41__
git_annex_wont_work_with_git-dir_and_work-tree
git_checkout_slow_with_unlocked_files investigation results 2021-11-02 15:06:20 -04:00
git_commit_smudges_unncessarily Added a comment 2022-09-24 19:43:47 +00:00
Git_copy_fails_with_absolute_path_on_mavericks
git_error___34__update__95__ref_failed_for_ref__34__ comment, retitle 2022-05-02 14:35:07 -04:00
git_fsck_duplicateEntries_errors_when_using_adjusted_branch
git_index_lock_
git_keeps_refreshing_index Typo fix unncessary -> unnecessary. 2022-08-20 09:40:19 -04:00
git_proxy_uses_ls-files_without_--exclude-standard
git_rename_detection_on_file_move
Git_repos_corrupt_themselves Typo fix unncessary -> unnecessary. 2022-08-20 09:40:19 -04:00
git_status_extremely_slow_with_v7
git_worktree_remove_fails
gpg-agent
gpg_goes_to_100__37___cpu_on_bad_input_data
GPG_passphrase_repeated_prompt
Handling_of_files_inside_and_outside_archive_directory_at_the_same_time
Hard_links_not_synced_in_direct_mode
high_cpu_usage_in_cat-file_and_webapp
Host_resolution_error_on_Android_when_adding_RSync.net_repo comment 2021-10-20 13:57:44 -04:00
how_to_copy_tp_multiple_remotes_simultaneously__63__
http_remotes_ignore_annex.web-options_--netrc Added a comment 2022-09-13 23:32:01 +00:00
Hybrid_encryption_can__39__t_generate_the_right_key_after_moving_files
import_tree_on_adjusted_unlocked_branch_issues move to re-notify 2020-07-02 20:05:54 -04:00
importfeed_failing_with_hPut__58___invalid_argument importfeed: Fix a crash when used in a non-unicode locale 2021-11-15 15:04:21 -04:00
Importing_into_nested_directory_overwrites_files__63__
importtree_replaces_files_with_identical_size comment 2022-03-21 16:00:24 -04:00
Impossible_to_enable_an_existing_gcrypt_repo_in_the_webapp
Improvements_to_S3_glacier_integration When retrival from a chunked remote fails, display the error that occurred when downloading the chunk 2021-10-14 12:45:05 -04:00
Incompatibility_with_git_2.37 work around git segfault 2022-08-04 14:20:57 -04:00
Inconsistent_results_between_git-annex-fsck_and_git-annex-whereis
Incorrect___34__file_content_has_changed__34___on_duplicates Added a comment 2022-09-22 03:40:04 +00:00
indeterminite_preferred_content_state_for_duplicated_file
infinite_hang_on_git_status_with_v10___38___nfs comment 2022-09-30 13:42:30 -04:00
Infinite_loop_when_synchronizing_between_many_machines
init__58___autoupgrade___60__8_annex_version_to_8_not_10 Added a comment: comment regarding "default" version of the repo etc 2022-01-26 18:40:50 +00:00
Initial___34__Make_repository__34___fails_due_to___34__empty_ident_name___40__for___60__email-address__62____41___not_allowed__34__
initremote_doesn__39__t_work_in_scripts
Installing_git-annex_on_macOS_10.13_HighSierra_via_brew_install_git-annex_require_to_install_lib_magic_via_the_command_brew_install_lib_magic
internal_error__58___evacuate__58___strange_closure_type
Is_there_any_way_to_rate_limit_uploads_to_an_S3_backend__63__
Issue_fewer_S3_GET_requests
Issue_on_OSX_with_some_system_limits
It_is_very_easy_to_turn_git-annex_into_a_zombie
keeps_demanding_ssh_key_even_if_all_sync__39__s_turned_down
leaves_many_stray_processes_on_remote_server
Linux_standalone__39__s_metadata_--batch_can__39__t_parse_UTF-8
loadlocale_error_with_standalone_build
Local_network___40__ssh__41___fails_to_pair__47__sync
Location_change_of_remote_DNS_ignored
long_file_extensions___40__e.g._.numbers__41___dropped Added a comment 2022-11-29 16:53:39 +00:00
lookupkey_does_not_work_from_subdirectory Added a comment 2021-10-26 23:55:13 +00:00
Low_disk_space_corrupts_state
MacOSX__58___archive_folders_not_working_as_expected
make___39__find__39___clear__40__er__41___on_what_is_unlocked_ Added a comment 2022-02-21 21:48:59 +00:00
make_install_doesn__39__t_create_git-annex-shell
merge_causes_out_of_memory_on_large_repos
metadata_--batch_--json_should_fail_on_bad_fields tighter --json parsing for metadata 2021-11-01 14:42:37 -04:00
Metadata_charset_not_uniform
metadata_view_does_not_vpop_to_original_view
migrate_and_move_duplicates_data
migrated_files_not_showing_up_in_unused_list
mimeencoding_detection_is_not_working fix my comment format 2022-06-29 12:18:28 -04:00
Moved_files_are_not_picked_up_by_the_assistant_on_OS_X
Nearline_bucket_stopped_working___40__can__39__t_even_HEAD_files__41__
new_repo_with_git-lfs_as_only_annex_remote
newly_created_annex_fails_fsck
no_git-annex_shell_on_Windows
No_viable_build_plan_for_ghc_9.2.2 Fix a build failure with ghc 9.2.2 2022-05-02 14:21:48 -04:00
no_way_to_disable_repository_auto_upgrade
Non-annexed_files_being_annexed_and_not_stored
non-git-annex_symlinks_not_perserved_when_exporting_tree_via_rsync
non-repos_in_repositories_list___40__+_other_weird_output__41___from_git_annex_status
not_work__58___Git_annex_addurl_existing_file_without_ comment 2021-12-09 15:07:34 -04:00
Offline_editing_in_Android_removes_files_and_creates_links
on_encfs__44___.fuse__95__hiddenXXXXX_files_left_behind
On_Lubuntu_14.04_assistant_fails_to_create_new_setup_or_actually_work___40__fixed_by_regular_lxsession_package_update_from_2014-06-30__41__
On_Windows__44___can__39__t_use_a_USB_disk_annex_created_on_Linux
On_Windows__44___can__39__t_use_repository_that_has_a_unix-style_local_remote_configured
One_Client_Not_Syncing_Content
openTempFile
OSX__58___Assistant_leaves_repo_in_inconsistent_state
OSX__58___Pushed_changes_are_autocommited Added a comment 2022-07-22 23:47:19 +00:00
OSX_assistant_fails_to_download_new_file_after_initial_pass
OSX_Assistant_will_not_automatically_drop
OSX_case_insensitive_filesystem
Packfile_does_not_match_digest__58___gcrypt_with_assistant
parens_without_explicit_and__47__or_gives_wrong_matches
Paths_behind_relative_symlinks_in_repo_don__39__t_work Added a comment: re: Paths behind relative symlinks in repo 2023-01-03 18:28:23 +00:00
performance_regression__63___init_takes_times_more use insert_ for speed improvement 2022-12-26 15:59:41 -04:00
Podcast_filename_encoding_breaks_Android_client
poor_choice_of_name_for_adjusted_branches
preferred_content__58___include_statement_does_not_allow_spaces_in_filenames
present_files__47__directories_are_dropped_after_a_sync
Preserving_times_for_Annexed_files_on_Android___47___Termux_not_permitted
Problem_setting_up_encrypted_repository_using_the_assistant_with___40__outside_of_git-annex__41___shared_pgp_key
problem_with_upgrade_v2_-__62___v3
Problem_with_windows_version__58___1.9.5.msysgit
problems_with_SSH_and_relative_paths Added a comment 2021-10-07 06:21:25 +00:00
prop__95__parse__95__build__95__presence__95__log_started_to_fail fix test suite failure when run with LANG=C 2021-08-18 17:36:00 -04:00
proposal_for_timestamp_semantics
Pusher_crashed__58___fd__58__56__58___hPutStr__58___illegal_operation___40__handle_is_closed__41__ Added a comment: Also seeing this behaviour 2021-08-02 06:14:41 +00:00
Race_condition_between_watch__47__assistant_and_addurl
ran_once_then_stopped_running_opensuse_13.1
random_files_vanishing_when_assistant_gets_restarted
Recreating_remote_repository__39__s_annex
Redundant_quote_in_the_filepath_with_rsync_remote close as already fixed 2022-06-02 11:59:26 -04:00
regression_with_S3_creds_not_used
Remote__47__Glacier.hs_build_error_GHC_9.0.1 comment 2021-12-08 15:20:36 -04:00
remote_files_appear_but_are_unreadable_because_their_symlink_targets_don__39__t_exist
remote_not_showing_up_in_webapp
Remote_repositories_have_to_be_setup_encrypted
Remote_webapp_on_debian_stretch_not_responding
remotes_disappeared
Repo_manipulation_breaks_git-annex_drop_--all Added a comment: Thanks! 2022-01-11 18:59:36 +00:00
Resolver_lts-19.16_still_causes_trouble_with_Win32 Revert "fix link" 2022-08-04 12:20:02 -04:00
Resource_exhausted
Resource_temporarily_unavailable_when_running_enableremote
rsync__58___protocol_version_mismatch
rsync_fails_with_sync_error__58___syntax_or_usage_error_
S3_ACL_deprecation Added a comment 2022-09-08 00:28:32 +00:00
s3_InternalIOException__63__
S3_remote___8212___un-embedding_creds__63__
S3_special_remote_support_for_DigitalOcean_Spaces
Selfsigned_certificates_with_jabber_fail_miserably
Share_with_a_friend_fails
should_be_possible_to_use_ssh_hosts_from_.ssh__47__config
should_create_leading_dirs_for_annex.dbdir comment 2023-01-02 15:27:36 -04:00
should_error_on_whereis_--batch-keys_--all comment 2022-01-26 12:03:16 -04:00
Should_try_again_when_network_fails___40__esp._DNS__41__
Show_current_config_of_special_remote
significant_performance_regression_impacting_datal Added a comment 2021-06-16 21:32:58 +00:00
silently_failing_when_attempting_to_add_ignored_files
SmartGit__39__s_Cherry-Pick_function_throws_error_with_git-annex
some_conflict_resolution_tests_fail_some_time Added a comment 2022-09-13 18:02:35 +00:00
special_characters___34____63____58___on_FAT_partition
special_directory_remotes__58___git_annex_copy_fails_if_tmp__47___is_a_symbolic_link_to_another_device
special_remote_adb_-_Argument_list_too_long adb: Avoid find failing with "Argument list too long" 2022-01-31 13:19:09 -04:00
special_remote_protocol__58___adding_local_state_variables___40__not_under_git__41__
SSL_repos_does_not_show_up_in_Assistant
startup_scan_extremely_slow
still_seeing_errors_with_parallel_git-annex-add linked bugs 2021-10-20 13:39:13 -04:00
Strange_case_of_data_loss__44___possibly_linked_to_git-annex_with_encrypted_rsync_remote
Stress_test
Support_manual_configuration_of_tor_hidden_service Added a comment 2021-08-26 21:19:43 +00:00
sync-git-annex_branch_not_syncing_in_the_assistant
sync_--content_succeeds_w__47__o_fetching_all_files
sync_claims_data_loss_but_seems_to_just_lose_tracking
sync_does_not_merge_after_branch_rollback comment 2021-10-27 13:55:36 -04:00
sync_does_not_propagate_forgetfulness fix obviously wrong attoparsec parser 2022-02-07 14:15:17 -04:00
sync_failing_after_debian_bullseye_upgrade close 2021-09-06 14:27:15 -04:00
sync_merges_local-to-repo_adjusted_branch close not a bug 2021-07-13 14:00:19 -04:00
sync_on_a_repository_on_removable_media_should_not_leave_ssh_conns_open
Syncing_bare_repository_doesn__39__t_work_after_using_watch_on_Windows
Syncing_of_file_contents_seems_to_be_broken_in_recent_versions_of_the_assistant
Synology_NAS__58___timer__95__create__58___Bad_address
tasty_test_limiting_broken_by_concurrency Added a comment 2022-05-24 02:46:17 +00:00
test_prop__95__relPathDirToFileAbs__95__basics_fails_now__38__thn Added a comment 2021-09-02 05:24:14 +00:00
test_prop__95__view__95__roundtrips_fails_occasionally Added a comment: will do 2021-08-24 21:45:28 +00:00
testremote_is_not_honoring_--backend retitle and fix link 2022-07-12 15:01:53 -04:00
tests___34__exit_code_124__34___with_HOME_and_PWD_on_NFS comment 2021-11-29 13:02:15 -04:00
tests_fail_on_windows__58___retrieveKeyFile_resume
Tests_v8_locked__58___rsync_remote__58___FAIL avoid using removePathForcibly everywhere, it is unsafe 2022-05-02 14:06:20 -04:00
too_many_ssh_connections_during_sync_of_gcrypt_remotes
touch.hsc_has_problems_on_non-linux_based_systems
Transfers_continue_after_daemon_stopped
TransferScanner_crashed__58___fd__58__59__58___hGetLine__58___end_of_file
Tries_to_upload_to_remote_although_remote_is_dead
Unable_to_setup_gcrypt_Remote_with_encryption__61__shared
unannex__58___Cannot_proceed_with_uncommitted_changes_staged_in_the_index
UnicodeDecodeError_while_archiving_files_with_git-annex_to_glacier
uninit_errors_out_on_repo_without_commits comment 2021-11-08 16:28:43 -04:00
unusable_with_ghc_8.10.7_on_DragonFlyBSD Added a comment 2022-01-03 19:06:11 +00:00
Upgrade_impossible_om_Mac_OSX
Upload_to_S3_fails_
URL_key_potential_data_loss
use_new_hash_format_on_non-crippled_filesystems
using_old_remote_format_generates_irritating_output
v6_appears_to_not_thin
v8_repo_auto_upgrades_to_v10 handle upgrading repositories initialized with --version=9 2022-09-26 12:59:51 -04:00
Versioned_S3_tree_does_not_unexport_git_objects Added a comment 2022-11-09 19:51:20 +00:00
vicfg_and_description_often_not_propagated
warning__58___unable_to_convert_submodule_to_form_that_
Watcher_crashed__58___.git__92__annex__92__objects__92__...sha256....pdf__92____58___openTempFile__58___does_not_exist
Watcher_crashed_in_Android_on___47__storage__47__sdcard1_-_bug__63__
Webapp_won__180__t_start_on_MacOS move assistant and webapp build-depends into main build-depends 2022-08-29 15:23:49 -04:00
webdav_fails___40__server__58___radicale_0.9-1__41__
weird_bug_with_annex_unlock_with_annex.thin_true_about_hard_links
weird_interaction_between___34__required__34___and___34__numcopies__34___on_duplicate_files
weird_unicode_bug_on_windows
When_stopping___96__git_annex_get__96___files_left_broken
whereis_claims_file_is_not_here__44___but_it_is_available_both_here_and_in_another_remote
whereis_outputs_no_informaiton_for_unlocked_files
windows__58___commits_created_despite_alwayscommit__61__fals
Windows__58___Doesn__39__t_want_to_handle_files_with_2_dots_in_filename
Windows__58___git_annex_get_failed
Windows__58___git_annex_view_fails
windows__58___needlessly_reminded_to_run___96__restage__96__ Added a comment 2022-10-01 08:23:43 +00:00
windows__58___plenty_of_unit_tests_fail_aftr_8.20211028 Added a comment 2021-11-05 10:25:32 +00:00
Windows__58___The_process_cannot_access_the_file_because_it_is_being_used_by_another_process
windows__58___two_repo_tests_fail_after_commit_5a98f2d5 Added a comment 2022-05-23 19:41:27 +00:00
Windows___58___git-annex__58___failed_to_read_sha_from_git_write-tree
windows_autostart comment 2021-09-03 11:52:35 -04:00
Windows_build_test_failures
Windows_installer_includes_curl_and_wget__44___but_not_required_DLLs
Wrong_backend_extension_in_files_with_multiple_dots
Wrong_permission_when_using_shared_repository Added a comment 2022-08-17 16:59:17 +00:00
WSL1__58___git-annex-add_fails_in_DrvFs_filesystem comment 2021-10-27 14:40:02 -04:00
WSL_adjusted_braches__58___smudge_fails_with_sqlite_thread_crashed_-_locking_protocol Added a comment 2022-09-25 19:43:31 +00:00
10.20220525_cannot_probe_for_untrusted_remote_key.mdwn close as not a bug 2022-06-09 13:23:33 -04:00
__34__357_out_of_984_tests_failed__34___on_NFS_lustre_mount.mdwn Run cp -a with --no-preserve=xattr, to avoid problems with copied xattrs 2021-08-27 13:09:34 -04:00
__34__byte-progress__34___could_jump_down_upon_initiating_re-download_--_report_actual_one_first__63__.mdwn
__34__Cannot_handle_files_this_big__34___error_for_unlocked_files.mdwn
__34__commitBuffer__58___invalid_argument___40__invalid_character__41____34___during___34__git_annex_sync__34__.mdwn
__34__error__58___invalid_object__34____44___after_add__59___cannot_commit.mdwn
__34__git_annex_adjust__34___does_not_respect_utf8_in_the_commit_author_field.mdwn
__34__git_status__34___thread_blocked_indefinitely_in_an_MVar_operation.mdwn
__34__invalid_object__34___errors_cropping_up.mdwn
__34__metadata_only__34___git-remote-gcrypt_syncing_files_anyway.mdwn
__34__rename__58___permission_denied__34__.mdwn
__34__Unsupported_url_scheme__34___message_when_trying_to_cconnect_to_ftp_server.mdwn
__39__add__39___results_in_max_cpu__44___long_run_and_huge_repo.mdwn
__47__exe__47__git-annex.mdwn Make git-annex enable-tor work when using the linux standalone build 2022-10-26 15:45:08 -04:00
__91__meta__93___ikiwiki_is___42__slow__42__.mdwn
__91__Patch__93___fix___34__mdwn2man__58___cannot_execute_-_...__34__.mdwn
__91__PATCH__93___incorrect_behaviour_in_expandTilde.mdwn
__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue.mdwn
__96__sync_-C__96___takes_longer_to_get_file_than___96__get__96__.mdwn avoid uncessary call to inAnnex 2021-10-01 12:02:35 -04:00
_git-annex__58___bad_url_ssh__58____47____47__git__64__gitlab.com__58____126____47__gitlabname__47__reponame.git.mdwn close bug that was recently fixed 2022-06-29 14:51:11 -04:00
acl_not_honoured_in_rsync_remote.mdwn
adb_creates_empty_commits_on_import__47__sync.mdwn comment and retitle 2022-01-03 13:48:19 -04:00
adb_pull_does_not_preserve_timestamp.mdwn 2022-01-01 20:06:22 +00:00
adb_remote_fails_to_import_treeish.mdwn adb: Added configuration setting oldandroid=true 2022-07-13 18:00:47 -04:00
adb_replaces_symlinks_by_plain_text_files.mdwn avoid exporting non-annexed symlinks 2022-01-03 14:21:50 -04:00
adb_special_remote_fetches_but_does_not_add_all_files.mdwn
add__58___inconsistently_treats_files_in_dotdirs_as_dotfiles.mdwn
add_config_var_preventing_adjusted_branch_mode.mdwn initial report asking to prevent adjusted branch migration or any other for that sake 2022-05-06 15:25:57 +00:00
add_FILE__report_line_is_printed_twice___40__in_a_particular_scenario__41__.mdwn
add_overwrite_race.mdwn fix overwrite race with small file that got large 2022-06-14 16:38:56 -04:00
Add_support_for_skein512__95__256_hash.mdwn
added_branches_makes___39__git_annex_unused__39___slow.mdwn
adding_a_remote_server_fails.mdwn
Adding_zip_or_7z_or_tar_archive_builds_for_windows.mdwn
addurl_+_metadata_on_Windows_doesn__39__t_work.mdwn use lookupKeyStaged in --batch code paths 2022-10-26 14:43:06 -04:00
addurl_--batch_errors_with__git-annex__58___user_error_.mdwn moreinfo 2022-12-26 16:09:08 -04:00
addurl_--preserve-filename_still_modifies_file_names.mdwn
addurl_fails_because_special_remote_is_not_available.mdwn
addurl_unittest_failing_under_windows.mdwn
Adjust_--unlock_not_using_--reflink__63__.mdwn this is fixed 2022-06-29 14:30:57 -04:00
adjustedbranchrefresh_ignored_by_git_annex_add.mdwn
after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified.mdwn
All_inodes_eaten.mdwn
Allow_automatic_retry_git_annex_get.mdwn
Android__44___unable_to_start_browser_.mdwn
Android__58___addurl__58___Network.BSD.getProtocolByName__58___does_not_exist___40__no_such_protocol_name__58___tcp__41__.mdwn
Android__58___Several_error_messages___47___warnings.mdwn
Android___58___handling_DCIM__47__Camera_not_being_configurable.mdwn
Android_can__39__t_sync_files_with_utf-8_characters_in_names.mdwn
Android_client_deletes_everything.mdwn
android_sync_messes_tree.mdwn 2022-09-29 08:44:16 +00:00
Android_unable_to_use_external_special_remote.mdwn 2022-07-28 00:23:44 +00:00
Android_version_converts_plain_git_file___40__git_add__41___to_git-annex_file.mdwn
annex-rsync-upload-options_are_ignored.mdwn close as dup 2021-09-21 13:31:42 -04:00
annex.autocommit_seems_ignored_for_new_files.mdwn
annex.thin_can_cause_corrupt___40__not_just_missing__41___data.mdwn
annex_import_does_not_account_for_versioning_on_S3.mdwn all keys are still present on versioned remote after import of a tree 2022-10-11 13:05:40 -04:00
annex_remotedaemon_100__37___cpu_hungry.mdwn
annex_tries_to_start_old_binaray.mdwn
annex_unannex__47__uninit_should_handle_copies.mdwn
aria2c_display_broken_in_git-annex.mdwn
Assistant__39__s_transfer_bar_often_stuck_at_100__37___and_only_SHA_instead_of_file_content_.mdwn
assistant_bails_when_adding_encrypted_usbdrive_repo_on_mac.mdwn
assistant_cannot_sync_files_to_empty_indirect_repo.mdwn
Assistant_crashes_with_handle_issues_-_never_works.mdwn 2021-07-16 00:32:49 +00:00
Assistant_deleted_file_when_merging___40__another_report__41__.mdwn
assistant_does_not_allow_adding_an_existing_repo.mdwn
assistant_does_not_always_use_repo_cost_info_when_queueing_downloads.mdwn
Assistant_does_not_update_adjusted_branch.mdwn
assistant_doesn__39__t_notice_changes_to_gitignore_files.mdwn
Assistant_doesn__39__t_sync_directory_remotes.mdwn 2022-09-04 01:16:18 +00:00
assistant_doesn__39__t_sync_empty_directories.mdwn
assistant_doesn__39__t_sync_file_permissions.mdwn
Assistant_drops_files_from_remote_repos_that_it_shouldn__39__t.mdwn
assistant_expensive_scan_unnecessarily_queues_files.mdwn
Assistant_has_created_155_semitrusted_repositories.mdwn
Assistant_having_a_child_git_cat-file_--batch_do_the_same_thing_over_and_over_and_using_a_lot_of_memory.mdwn
Assistant_is_stuck_with___39__fuzztest__39__.mdwn
assistant_locked_my_files.mdwn
assistant_memory_leak.mdwn
assistant_not_synching_with_content.mdwn
Assistant_only_watches_one_repo_on_startup.mdwn
assistant_repair_misfires.mdwn assistant: Avoid unncessary git repository repair 2021-06-30 18:00:16 -04:00
assistant_should_set_up_dedicated_ssh_keys_for_remotes_using_the_standalone_tarball.mdwn
assistant_sometimes_does_not_merge_changes_from_remote.mdwn
assistant_sometimes_removes_and_re-adds_whole_file.mdwn
Assistant_temporary_delete_and_recommit_files.mdwn
assistant_tries_to_drop_all_files_on_startup.mdwn
Attempting_to_repair_repository_almost_every_day.mdwn
Auto-repair_greatly_slows_down_the_machine.mdwn
backend_option_for_init_is_in_no_effect__63__.mdwn remove --backend from global options 2022-06-29 13:33:25 -04:00
bare_remote_is_not_automatically_synced_to_local_repo.mdwn
batch_commands_miss_journalled_changes_made_while_running.mdwn disable journalIgnorable in enableInteractiveBranchAccess 2022-07-15 13:48:41 -04:00
Beware__58___there_is_a_file-losing_bug_in_unused_cmd.mdwn
bla__47__.git__47__annex__47__transfer__47__failed__47__download__47__...tmp__58___rename__58___resource_exhausted___40__No_space_left_on_device__41__.mdwn
blake3_hash_support.mdwn bugs/blake3_hash_support: reroll patch, add comment 2022-12-16 14:52:25 +00:00
Bootstrap3_icons_missing_on_Android.mdwn
borg_not_recognizing_WORM.mdwn
borg_special_remote_memory_usage_high_for_large_borg_repo.mdwn ImportableContentsChunkable 2021-10-08 13:15:22 -04:00
broken_repo_when_inodes_exhausted.mdwn
Broken_symlinks_in_directory_remote_causes_crash.mdwn use getSymbolicLinkStatus not getFileStatus to avoid crash on broken symlink 2022-09-05 13:46:32 -04:00
buggy_private_special_remote.mdwn when private journal file exists, still read from git-annex branch 2021-10-26 13:43:50 -04:00
Build_failure__58___language-javascript-0.7.1.0.mdwn close 2021-12-13 13:13:54 -04:00
build_for_OpenBSD_is_outdated.mdwn close and comment 2022-05-02 14:26:22 -04:00
bup_often_errors_out_when_-J___62___1.mdwn close 2022-08-10 12:29:29 -04:00
Button_to_cancel_conistency_checks.mdwn
cabal_builds_without_assistant.mdwn move assistant and webapp build-depends into main build-depends 2022-08-29 15:23:49 -04:00
Can__39__t_add_a_git_repo_to_git_annex__58_____34__Invalid_path_repo__47__.git__47__X__34___for_many_X.mdwn close; out of scope 2022-01-25 12:39:46 -04:00
can__39__t_build_without_assistant.mdwn fix build with assistant disabled and webapp enabled 2022-06-29 14:19:18 -04:00
can__39__t_connect_jabber_with_custom_google_apps_domain.mdwn
can__39__t_get.mdwn
cannot___40__or_how__63____41___to_pass_socket_path_with_a_space_in_its_path_via_annex-ssh-options.mdwn
cannot_add_a_files_with_an_accent_in_it.mdwn
Cannot_add_gcrypt_remote_in_webapp__58___gcrypt_backend.mdwn
cannot_add_local_readonly_repo_through_the_webapp.mdwn
Cannot_clone_an_annex.mdwn
Cannot_delete_remote_when_ssh_sync_fails.mdwn
cannot_remove___96__.t__96___directory.mdwn
case_where_keys_db_lags_reality.mdwn
CHECKPRESENT_could_check_file_size_as_well.mdwn
chunks_not_deduplicated.mdwn followup 2022-11-07 12:26:04 -04:00
Cloned_from_.git_under_Windows__44___get_fails.mdwn 2022-01-13 03:59:44 +00:00
commands_on_unlocked__44___changed_file_use_its_old_key.mdwn
commit_7550ef9a2_doesn__39__t_compile_on_Windows--patch.mdwn fix windows build 2021-08-13 16:36:33 -04:00
commit_9595a247a_needs_a_fix_to_build_on_Windows.mdwn fix windows build 2021-09-02 12:21:25 -04:00
commit_f0754a61f_needs_a_fix_to_build_on_Windows.mdwn close 2021-08-18 17:37:17 -04:00
commitBuffer__58___invalid_argument___40__invalid_character__41__2.mdwn
Commiting_Files_Containing_Non_Ascii_Char_on_OS_X_.mdwn
concurrent_git-annex_processes_can_lead_to_locking_issues.mdwn
confirmed.mdwn
conflict_resolution___40____63____41___test_stalls_on_an_occasion.mdwn initial report on stalling test 2022-11-07 14:31:55 +00:00
content_retrieval_from_borg_remote_fails_over_ssh.mdwn Fix retrieval of content from borg repos accessed over ssh 2021-07-15 12:39:24 -04:00
Continual_space_exhaustion_from_syncing_metadata.mdwn
copy+rename_of_file_on_windows_breaks_original.mdwn marking as done 2022-06-29 19:14:38 +00:00
copy_--to_with_local_git_remote_does_not_resume.mdwn resume properly when copying a file to/from a local git remote is interrupted 2021-09-21 17:43:35 -04:00
copy_-J_--to_local_git_remote_does_not_run_concurrently.mdwn fix parallel copy from/to a local git repo 2022-06-29 12:40:12 -04:00
Copying_many_files_to_bup_remotes_is_very_slow.mdwn 2022-07-17 13:49:11 +00:00
corrupt_backend_upon_sync__63__.mdwn
Corrupted_.git__47__annex__47__index_when_running_assistant.mdwn
Corrupted_drive__58___Assistant_seems_consider_files_deleted_and_deletes_them_elsewhere_too.mdwn
Corrupted_git___40__but_not_annex__41___controlled_files.mdwn
Could_not_read_from_remote_repository.mdwn
Crash_when_disabling_syncing_in_the_webapp.mdwn
creating_a_plain_directory_where_a_mountpoint_should_have_been.mdwn
creating_a_remote_server_repository.mdwn
Creating_an_encrypted_S3_does_not_check_for_presence_of_GPG.mdwn
creating_dot-git-as-symlink_workaround_drops_worktree_configuration_from_submodules.mdwn
crippled_fs___40__pidlock__41___leads_to_git-annex__58___SQLite3_error.mdwn
CRLF_breaks_interoperability_Win-Ux__58__..post-receive.mdwn 2022-11-24 07:11:26 +00:00
cygwin.mdwn
data_loss_on_Windows__58___git_annex_sync_--no-content_drops_last_copy_unexpectedly.mdwn
Data_loss_when_copying_files_with_running_assistant.mdwn
dead_with_no_params_can_mark_repo_with_empty_description_dead.mdwn avoid combining multiple words provided to trust/untrust/dead 2022-10-03 13:48:40 -04:00
Deasn__39__t_clean_up_ssh_keys_after_removing_remote_repo.mdwn
Debian_and_MacOSX_cannot_read_eachother__39__s_S3_credentials.mdwn close 2022-06-29 14:41:34 -04:00
default_cabal_install_on_OSX_lacks_S3.mdwn
delayadd_doesn__39__t_work_with_smallfiles.mdwn addistant: honor annex.delayadd for non-large files 2021-07-13 12:17:00 -04:00
Delete_data__47__update_location_log_when_a_special_remote_fails_to_fsck.mdwn
describe_what_git-annex_actually_is.mdwn improve description 2022-01-06 12:24:27 -04:00
diff_driver_using_hash_without_subdir.mdwn respond and close as not a bug 2021-09-24 14:20:40 -04:00
Direct_mode_repositories_still_use_symlinks_sometimes.mdwn
Directory_remotes_with_same_mount_point.mdwn
Disconcerting_warning_from_git-annex.mdwn
does_not_understand___34__yes__34___as_boolean_true_value_for_autoenable.mdwn
done.mdwn fix name 2021-07-15 12:56:44 -04:00
downloads.kitenet.net_do_not_correspond_in_version.mdwn close 2021-08-09 12:31:36 -04:00
drop_blows_on_lustre__58___SQLite3_returned_ErrorIO.mdwn
Drop_doesn__39__t_respect_mincopies.mdwn
drop_from_special_hybrid_encryption_remote_fails.mdwn
dropunused_returns_ok_but_doesn__39__t_delete_files.mdwn 2022-04-20 14:50:18 +00:00
duplicate.mdwn
Empty_files_make_git_status_slow.mdwn
Empty_folders_don__39__t_get_remove.mdwn
enable-tor_failing_on_Android.mdwn
enable-tor_unsupported_on_osx.mdwn
Enable__47__paus_syncing_to_remote_ssh_server_with_multiple_directories.mdwn
Encoding_error_in_webapp.mdwn
encryption__61__none_doesn__39__t_work_with_enableremote.mdwn
error__58___git-annex_filter-process_died_of_signal_15.mdwn filter-process: Fix protocol for empty files 2022-07-13 17:13:54 -04:00
error_creating_internet_archive_item_via_web_UI.mdwn 2022-12-07 14:46:39 +00:00
error_during_copy_to_S3.mdwn added bug report about a cryptic error message when copying to S3 2022-08-24 14:47:16 +00:00
error_on_only_repository_copy_deletion.mdwn
error_out_on_file_size_0_from_external_spec_remote.mdwn fix to use 1 chunk for empty file 2022-06-09 14:24:56 -04:00
error_when_remote_path_contains_space.mdwn
EvilLinker_needs_to_escape_spaces_in_user_name.mdwn
export__95__import__95__subdir_started_to_fail_some_times.mdwn initial report on a failing test 2022-02-10 15:55:56 +00:00
exporttree_+_importtree_+_wanted___61___deleted_files.mdwn
exporttree_interaction_with_adjusted_branch.mdwn
external_remote_protocol_unable_to_parse_command.mdwn diagnose user error 2022-03-21 13:24:04 -04:00
Failed_move__47__get_over_ssh_in_new_version.mdwn retitle 2022-02-21 12:13:59 -04:00
Failing_to_execute_bash_remotes_windows.mdwn
fails_to_authenticate_into_S3_for_initremote__63__.mdwn moreinfo 2022-12-26 16:09:37 -04:00
Fails_to_drop_key_on_windows___40__Access_denied__41__.mdwn 2022-01-19 21:07:20 +00:00
failure_getting__47__copying_on_git-lfs_remote___40__gcrypt__41__.mdwn close 2022-08-15 14:33:40 -04:00
Failure_to_get_small_files_over_P2P_protocol.mdwn fix handling of corrupted data received from git remote 2022-01-07 13:25:33 -04:00
fat_support.mdwn
fatal__58___Cannot_handle_files_this_big.mdwn
file_modification_time_should_be_stored_in_exactly_one_metadata_field.mdwn
filemanager_integration_broken.mdwn
Files_disappear_from_locally_paired_annexes_when_edited.mdwn
Files_reappear_after_delete.mdwn
Files_recorded_with_other_file__39__s_checksums.mdwn close 2022-09-09 14:53:26 -04:00
Files_unaccessible_in___40__some__63____41___views_on_a_crippled_filesystem.mdwn
find_by_metadata_is_slow.mdwn
fix_git-annex_paths___47___objects___40__repository_not_available__41__.mdwn
forwarded.mdwn
FreeBSD_patches.mdwn moreinfo 2022-05-31 13:12:08 -04:00
fresh_3_tests_fails-_openBinaryFile__58___resource_busy.mdwn
fsck_--json_incomplete_error_reporting.mdwn close 2022-12-26 13:29:13 -04:00
fsck_always_fails.mdwn close 2021-11-15 15:46:16 -04:00
fsck_is_required_to_resolve___34__no_other_repository_is_known_to_contain_the_file__34___after_sync.mdwn close 2021-01-29 14:24:52 -04:00
fsck_of_encrypted_remote_fails_w__47___multiple_jobs.mdwn
fsck_tells___39__ok__39___also_if_no_file_present.mdwn
FTBFS_for_the_2nd_day.mdwn fix typo 2022-10-07 12:30:07 -04:00
FTBFS_since_yesterday_on_linux.mdwn fix build 2022-09-05 13:20:23 -04:00
Future_proofing_regression__63__.mdwn
gcrypt__58___WARNING__58___Remote_ID_has_changed__33__.mdwn
gcrypt_remote__58___every_sync_uploads_huge_manifest.mdwn
gcrypt_rsync__58____47____47___repositories_don__39__t_work.mdwn
gcrypt_rsync_remotes_don__39__t_work.mdwn
gcrypt_special_remote_fails_on_bare_remote_repos.mdwn
get__58___no_passphrase_ask_for_the_2nd_ssh_invocation.mdwn moreinfo, sigh 2021-12-09 15:43:14 -04:00
Get_gpg_subkey_id_used_for_encryption.mdwn
get_is_busy_doing_nothing.mdwn followup 2022-05-25 13:43:33 -04:00
gets_confused_files_synchronized_out_of_band.mdwn response and close 2021-09-08 12:12:11 -04:00
gets_stuck_in_Remote_Tests___40____63____41___while_running_on_OSX_with_HOME_on_crippled_FS.mdwn
GIN_is_not_recognized_as_a_git-annex_enabled_repos.mdwn explain why this happens and close 2022-08-04 12:39:07 -04:00
git-annex-copy_fails_with___34__thread_blocked_indefinitely_in_an_STM_transaction__34__.mdwn
git-annex-enableremote_confusing_behavior_when_there_is_a_git_remote_with_same_name_as_special_remote.mdwn
git-annex-fromkey_broken_on_Windows.mdwn
git-annex-fsck__fails_for_missing_dead_keys.mdwn
git-annex-import_declines_to_import_git-ignored_fies.mdwn close 2021-01-29 14:19:01 -04:00
git-annex-import_imports_outside_of_directory.mdwn import: Avoid following symbolic links inside directories being imported 2022-08-19 13:31:16 -04:00
git-annex-install_for_Android_crashes_on___34__arm7el__34__.mdwn
git-annex-move_not_using_parallelism__63__.mdwn close 2022-06-29 13:45:33 -04:00
git-annex-repair_claims_success_then_failure.mdwn
git-annex-shell_-c_git-annex-shell_doesn__39__t_work__44___while_git-annex_expects_it_to.mdwn
git-annex-shell_fails_to_run_true.mdwn 2022-01-12 16:24:17 +00:00
git-annex-sync_not_quite_idempotent__63__.mdwn
git-annex.linux.6.20180914_-__62___assistant_requires_s3_bucket.mdwn
git-annex_8.20210330_fails_to_build_in_brew.mdwn
git-annex__58___.git__47__annex__47__keys.tmp__47__db__58___setFileMode__58___permission_denied___40__Operation_not_permitted__41__.mdwn
git-annex__58_____60__socket__58___16__62____58___hPutBuf__58___resource_vanished___40__Broken_pipe__41__.mdwn
git-annex__58___fd__58__14__58___hGetLine__58___end_of_file.mdwn
git-annex__58___readDirStream__58___inappropriate_type.mdwn 2021-08-09 04:21:11 +00:00
Git-annex_and_Microsoft_Office_files_on_OS_X.mdwn
git-annex_branch_caching_bug.mdwn
git-annex_branch_not_being_pushed_after_git-annex_forget.mdwn
git-annex_branch_shows_commit_with_looong_commitlog.mdwn
git-annex_cannot_connect_to_freenet_cloud___40__webdav__41__.mdwn
git-annex_died_of_signal_11_when_syncing_content.mdwn
git-annex_does_not_install_on_windows_without_admin_rights.mdwn
git-annex_drop_fails_to_access_file__58____47____47____47___target_URL_on_Windows.mdwn
git-annex_fsck_in_quiet_mode_don__39__t_report_the_files_it_failed_to_download.mdwn include filename in fsck warning 2022-06-29 14:33:35 -04:00
git-annex_get_with_umlaut_characters_in_filenames.mdwn
git-annex_info_rounding_error.mdwn Fix a rounding bug in display of data sizes 2021-07-30 09:56:04 -04:00
git-annex_is_slow_at_reading_file_content.mdwn retitle 2022-03-29 14:03:11 -04:00
git-annex_merge_stalls.mdwn
git-annex_remotedaemon_--foreground_exits_immediately_if_run_as_systemd_service.mdwn
git-annex_sometimes_messes_up___126____47__.git-credentials.mdwn close 2022-06-29 12:43:30 -04:00
git-annex_stack.yml_misses_extra-deps..mdwn
git-annex_sucking_up_all_available_RAM_after_startup.mdwn
git-annex_wants_to_repair_because_of_duplicateEntries_in_git_fsck.mdwn
git-annex_won__39__t_execute_on_WD_My_Cloud_NAS.mdwn
git_2.34__58___some_conflict_resolution_unit_tests_fail.mdwn support git 2.34.0's handling of merge conflict between annexed and non-annexed file 2021-11-22 16:10:24 -04:00
git_annex_add_out_of_memory__63___mmap_failed__58___No_such_file_or_directory.mdwn
git_annex_assistant_exits_with_failure.mdwn
git_annex_assistant_failing_with_ARM_NAS.mdwn
git_annex_assistant_leaks_a_lot_of_memory.mdwn
git_annex_cannot_get_my_files_after_clone.mdwn
git_annex_config_annex.securehashesonly_fails.mdwn
git_annex_config_doesn__39__t_support_leading_dash.mdwn
git_annex_connecting_over_tor_does_not_work.mdwn fix wormhole --appid option position 2022-09-26 15:11:38 -04:00
git_annex_copy_fails_without_error_message_on_macOS___40__but_works_on_Linux__41__.mdwn
git_annex_daemon_crashes_when_authenticating_with_jabber.de.mdwn
git_annex_doesn__39__t_cope_with_a_gcrypt__58____58__rsync__58____47____47__.mdwn
git_annex_enableremote_gcrypt_failure_leaves_a_remote.mdwn
git_annex_fix_broken.mdwn
git_annex_forget_can_confuse_updating_exporttree_remotes.mdwn
git_annex_fsck_--time-limit_broken.mdwn
git_annex_get_--batch_does_not_work.mdwn comment; close 2022-03-07 12:03:11 -04:00
git_annex_import_is_dangerous_if_you_have_unused_objects.mdwn
git_annex_move_--unused_not_moving_some_files.mdwn 2021-09-10 13:57:53 +00:00
git_annex_repair_failed__58___missing_objects.mdwn fix git-annex repair false positive 2022-05-04 11:32:23 -04:00
git_annex_should_check_that_stdout_isatty_when_reporting_progress.mdwn
git_annex_still_deleting_content_when_merging.mdwn
git_annex_sync_remove_all_recently_added_files.mdwn
git_annex_test_fails_when_run_through_powershell.mdwn
git_annex_try_to_rexeport_already_exported_files.mdwn export: Avoid unncessarily re-exporting non-annexed files that were already exported 2021-11-29 14:02:38 -04:00
git_annex_upgrade_loses_track_of_files_with___34____38____34___character___40__and_probably_others__41__.mdwn
git_annex_wont_work_with_git-dir_and_work-tree.mdwn
git_checkout_slow_with_unlocked_files.mdwn investigation results 2021-11-02 15:06:20 -04:00
git_commit_smudges_unncessarily.mdwn close bug "git commit smudges unncessarily" 2022-09-24 20:37:56 +00:00
Git_copy_fails_with_absolute_path_on_mavericks.mdwn
git_error___34__update__95__ref_failed_for_ref__34__.mdwn comment, retitle 2022-05-02 14:35:07 -04:00
git_fsck_duplicateEntries_errors_when_using_adjusted_branch.mdwn
git_index_lock_.mdwn
git_keeps_refreshing_index.mdwn close 2022-06-29 13:38:46 -04:00
git_proxy_uses_ls-files_without_--exclude-standard.mdwn close 2022-06-29 14:27:44 -04:00
git_rename_detection_on_file_move.mdwn
Git_repos_corrupt_themselves.mdwn bug 2021-06-30 16:44:30 -04:00
git_status_extremely_slow_with_v7.mdwn
git_worktree_remove_fails.mdwn
glacier_from_multiple_repos.mdwn
gpg-agent.mdwn
gpg_goes_to_100__37___cpu_on_bad_input_data.mdwn
GPG_passphrase_repeated_prompt.mdwn
Handling_of_files_inside_and_outside_archive_directory_at_the_same_time.mdwn
Hard_links_not_synced_in_direct_mode.mdwn
high_cpu_usage_in_cat-file_and_webapp.mdwn
Host_resolution_error_on_Android_when_adding_RSync.net_repo.mdwn
how_to_copy_tp_multiple_remotes_simultaneously__63__.mdwn close 2022-06-29 14:44:02 -04:00
http_remote_on_local_network_bad_error_message.mdwn
http_remotes_ignore_annex.web-options_--netrc.mdwn closing 2022-09-13 23:32:49 +00:00
Hybrid_encryption_can__39__t_generate_the_right_key_after_moving_files.mdwn close 2022-06-29 14:39:21 -04:00
import_tree_on_adjusted_unlocked_branch_issues.mdwn
importfeed_failing_with_hPut__58___invalid_argument.mdwn importfeed: Fix a crash when used in a non-unicode locale 2021-11-15 15:04:21 -04:00
Importing_into_nested_directory_overwrites_files__63__.mdwn
importtree_replaces_files_with_identical_size.mdwn add back inode to directory special remote ContentIdentifier 2022-03-21 13:12:02 -04:00
Impossible_to_enable_an_existing_gcrypt_repo_in_the_webapp.mdwn
Improvements_to_S3_glacier_integration.mdwn When retrival from a chunked remote fails, display the error that occurred when downloading the chunk 2021-10-14 12:45:05 -04:00
in_case_of___34__incomplete__34_____40__no_rmets__41___export_to_versioned_S3__44___fails_on_initial___96__get_-J__96___call__44___but_then___34__succeeds__34___on_subsequent.mdwn
Incompatibility_with_git_2.37.mdwn close git bug that I reported to git mailing list 2022-07-22 13:24:24 -04:00
Inconsistent_results_between_git-annex-fsck_and_git-annex-whereis.mdwn
Incorrect___34__file_content_has_changed__34___on_duplicates.mdwn fixed 2022-09-20 13:35:47 -04:00
indeterminite_preferred_content_state_for_duplicated_file.mdwn
infinite_hang_on_git_status_with_v10___38___nfs.mdwn v10nfs-bug 2022-09-27 17:48:02 +00:00
Infinite_loop_when_synchronizing_between_many_machines.mdwn
init__58___autoupgrade___60__8_annex_version_to_8_not_10.mdwn init --version=6 upgrade to 8 not yet 10 2022-01-25 13:52:42 -04:00
Initial___34__Make_repository__34___fails_due_to___34__empty_ident_name___40__for___60__email-address__62____41___not_allowed__34__.mdwn
initial_get_of_unlocked_file_fails_to_populate_pointer.mdwn improve sqlite MultiWriter handling of read after write 2021-10-19 15:13:29 -04:00
initremote_doesn__39__t_work_in_scripts.mdwn
Installing_git-annex_on_macOS_10.13_HighSierra_via_brew_install_git-annex_require_to_install_lib_magic_via_the_command_brew_install_lib_magic.mdwn
internal_error__58___evacuate__58___strange_closure_type.mdwn
introduction_of_aws-0.23_causes_stack_bld_to_fail.mdwn close 2022-11-09 14:32:14 -04:00
Is_there_any_way_to_rate_limit_uploads_to_an_S3_backend__63__.mdwn
Issue_fewer_S3_GET_requests.mdwn
Issue_on_OSX_with_some_system_limits.mdwn
It_is_very_easy_to_turn_git-annex_into_a_zombie.mdwn
keeps_demanding_ssh_key_even_if_all_sync__39__s_turned_down.mdwn
leaves_many_stray_processes_on_remote_server.mdwn
Linux_standalone__39__s_metadata_--batch_can__39__t_parse_UTF-8.mdwn
loadlocale_error_with_standalone_build.mdwn
Local_network___40__ssh__41___fails_to_pair__47__sync.mdwn
Location_change_of_remote_DNS_ignored.mdwn
long_file_extensions___40__e.g._.numbers__41___dropped.mdwn explanss and close 2022-11-29 12:46:59 -04:00
lookupkey_does_not_work_from_subdirectory.mdwn Fix using lookupkey inside a subdirectory 2021-10-26 15:00:45 -04:00
Low_disk_space_corrupts_state.mdwn
MacOSX__58___archive_folders_not_working_as_expected.mdwn
make___39__find__39___clear__40__er__41___on_what_is_unlocked_.mdwn comment and close, not a bug really 2022-02-21 15:39:38 -04:00
make_install_doesn__39__t_create_git-annex-shell.mdwn
merge_causes_out_of_memory_on_large_repos.mdwn
metadata_--batch_--json_should_fail_on_bad_fields.mdwn tighter --json parsing for metadata 2021-11-01 14:42:37 -04:00
Metadata_charset_not_uniform.mdwn
metadata_view_does_not_vpop_to_original_view.mdwn
migrate_and_move_duplicates_data.mdwn
migrated_files_not_showing_up_in_unused_list.mdwn
mimeencoding_detection_is_not_working.mdwn retitle 2022-06-29 12:19:08 -04:00
moreinfo.mdwn
move_from_ssh_when_not_present_displays_misleading.mdwn update 2022-06-29 12:51:01 -04:00
move_that_fails_at_drop_stage_does_not_resume_correctly.mdwn avoid cleaning up move log when drop from remote fails 2022-06-09 15:26:25 -04:00
Moved_files_are_not_picked_up_by_the_assistant_on_OS_X.mdwn
Nearline_bucket_stopped_working___40__can__39__t_even_HEAD_files__41__.mdwn
new_repo_with_git-lfs_as_only_annex_remote.mdwn
newly_created_annex_fails_fsck.mdwn
no_git-annex_shell_on_Windows.mdwn
No_viable_build_plan_for_ghc_9.2.2.mdwn 2022-04-25 16:29:11 +00:00
no_way_to_disable_repository_auto_upgrade.mdwn close mistaken bug report 2022-06-29 12:26:36 -04:00
Non-annexed_files_being_annexed_and_not_stored.mdwn
non-git-annex_symlinks_not_perserved_when_exporting_tree_via_rsync.mdwn
non-repos_in_repositories_list___40__+_other_weird_output__41___from_git_annex_status.mdwn
not_work__58___Git_annex_addurl_existing_file_without_.mdwn
Offline_editing_in_Android_removes_files_and_creates_links.mdwn
on_encfs__44___.fuse__95__hiddenXXXXX_files_left_behind.mdwn
On_Lubuntu_14.04_assistant_fails_to_create_new_setup_or_actually_work___40__fixed_by_regular_lxsession_package_update_from_2014-06-30__41__.mdwn
On_Windows__44___can__39__t_use_a_USB_disk_annex_created_on_Linux.mdwn
On_Windows__44___can__39__t_use_repository_that_has_a_unix-style_local_remote_configured.mdwn
One_Client_Not_Syncing_Content.mdwn
openTempFile.mdwn
OSX__58___Assistant_leaves_repo_in_inconsistent_state.mdwn
OSX__58___Pushed_changes_are_autocommited.mdwn
OSX_assistant_fails_to_download_new_file_after_initial_pass.mdwn
OSX_Assistant_will_not_automatically_drop.mdwn
OSX_case_insensitive_filesystem.mdwn
Packfile_does_not_match_digest__58___gcrypt_with_assistant.mdwn
Pairing_locally_shows__58_____34__bad_comment_in_ssh_public_key_ssh-rsa__34__.mdwn
parens_without_explicit_and__47__or_gives_wrong_matches.mdwn
Paths_behind_relative_symlinks_in_repo_don__39__t_work.mdwn 2023-01-02 22:48:19 +00:00
performance_regression__63___init_takes_times_more.mdwn initial complaining about slow annex init 2022-07-12 20:10:26 +00:00
Podcast_filename_encoding_breaks_Android_client.mdwn
poor_choice_of_name_for_adjusted_branches.mdwn wontfix 2022-06-29 12:24:25 -04:00
preferred_content__58___include_statement_does_not_allow_spaces_in_filenames.mdwn
present_files__47__directories_are_dropped_after_a_sync.mdwn
Preserving_times_for_Annexed_files_on_Android___47___Termux_not_permitted.mdwn
problem_commit_normal_links.mdwn
Problem_setting_up_encrypted_repository_using_the_assistant_with___40__outside_of_git-annex__41___shared_pgp_key.mdwn
problem_with_upgrade_v2_-__62___v3.mdwn
problems_with_SSH_and_relative_paths.mdwn
prop__95__parse__95__build__95__presence__95__log_started_to_fail.mdwn fix test suite failure when run with LANG=C 2021-08-18 17:36:00 -04:00
proposal_for_timestamp_semantics.mdwn
Pusher_crashed__58___fd__58__56__58___hPutStr__58___illegal_operation___40__handle_is_closed__41__.mdwn
Race_condition_between_watch__47__assistant_and_addurl.mdwn
ran_once_then_stopped_running_opensuse_13.1.mdwn
random_files_vanishing_when_assistant_gets_restarted.mdwn
Recreating_remote_repository__39__s_annex.mdwn
Redundant_quote_in_the_filepath_with_rsync_remote.mdwn close as already fixed 2022-06-02 11:59:26 -04:00
regression_with_S3_creds_not_used.mdwn
Remote__47__Glacier.hs_build_error_GHC_9.0.1.mdwn Fix build with ghc 9.0.1 2021-12-08 15:08:02 -04:00
remote_files_appear_but_are_unreadable_because_their_symlink_targets_don__39__t_exist.mdwn
remote_not_showing_up_in_webapp.mdwn
Remote_repositories_have_to_be_setup_encrypted.mdwn
Remote_webapp_on_debian_stretch_not_responding.mdwn
remotes_disappeared.mdwn
Renamed_special_remote_cannot_be_reactivated_by_the_webapp.mdwn
Repo_manipulation_breaks_git-annex_drop_--all.mdwn Avoid crashing when run in a bare git repo that somehow contains an index file 2022-01-11 13:01:49 -04:00
Resolver_lts-19.16_still_causes_trouble_with_Win32.mdwn Revert "stack.yaml: Updated to lts-19.16" 2022-08-01 13:24:46 -04:00
Resource_exhausted.mdwn
Resource_temporarily_unavailable_when_running_enableremote.mdwn
rsync__58___protocol_version_mismatch.mdwn
rsync_fails_with_sync_error__58___syntax_or_usage_error_.mdwn
S3_ACL_deprecation.mdwn 2022-07-15 16:26:18 +00:00
s3_InternalIOException__63__.mdwn
S3_remote___8212___un-embedding_creds__63__.mdwn
S3_special_remote_support_for_DigitalOcean_Spaces.mdwn
schedule.log_added_to_annex__63_____58____47____47____47__.mdwn close 2022-06-29 14:29:00 -04:00
Selfsigned_certificates_with_jabber_fail_miserably.mdwn
Share_with_a_friend_fails.mdwn
should_be_possible_to_use_ssh_hosts_from_.ssh__47__config.mdwn
should_create_leading_dirs_for_annex.dbdir.mdwn adjust project to be repronim 2023-01-04 15:12:58 +00:00
should_error_on_whereis_--batch-keys_--all.mdwn reject batch options combined with non-batch options 2022-01-26 13:00:19 -04:00
Should_try_again_when_network_fails___40__esp._DNS__41__.mdwn
Show_current_config_of_special_remote.mdwn
significant_performance_regression_impacting_datal.mdwn fix exponential blowup when adding lots of identical files 2021-06-15 09:45:55 -04:00
silently_failing_when_attempting_to_add_ignored_files.mdwn
SmartGit__39__s_Cherry-Pick_function_throws_error_with_git-annex.mdwn
smudge_clean_can_fail_on_URL_key.mdwn
some_conflict_resolution_tests_fail_some_time.mdwn reporting flaky tests on ndoli 2022-09-08 15:01:50 +00:00
special_characters___34____63____58___on_FAT_partition.mdwn
special_directory_remotes__58___git_annex_copy_fails_if_tmp__47___is_a_symbolic_link_to_another_device.mdwn
special_remote_adb_-_Argument_list_too_long.mdwn adb: Avoid find failing with "Argument list too long" 2022-01-31 13:19:09 -04:00
special_remote_protocol__58___adding_local_state_variables___40__not_under_git__41__.mdwn close 2022-06-29 14:42:40 -04:00
SSL_repos_does_not_show_up_in_Assistant.mdwn
Stall_detection__58___no_external_remote_debug_output.mdwn
startup_scan_extremely_slow.mdwn
still_seeing_errors_with_parallel_git-annex-add.mdwn
Strange_case_of_data_loss__44___possibly_linked_to_git-annex_with_encrypted_rsync_remote.mdwn close 2022-06-29 14:37:02 -04:00
Stress_test.mdwn
support_bare_git_repo__44___with_the_annex_directory_exposed_to_http.mdwn
Support_manual_configuration_of_tor_hidden_service.mdwn
surprising_import_tree_merge_result.mdwn
Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn
sync-git-annex_branch_not_syncing_in_the_assistant.mdwn
sync_--content_succeeds_w__47__o_fetching_all_files.mdwn
sync_claims_data_loss_but_seems_to_just_lose_tracking.mdwn close 2022-06-29 14:38:16 -04:00
sync_deletes_files.mdwn
sync_does_not_merge_after_branch_rollback.mdwn 2021-10-26 22:37:52 +00:00
sync_does_not_propagate_forgetfulness.mdwn fix obviously wrong attoparsec parser 2022-02-07 14:15:17 -04:00
sync_failing_after_debian_bullseye_upgrade.mdwn close 2021-09-06 14:27:15 -04:00
sync_merges_local-to-repo_adjusted_branch.mdwn close not a bug 2021-07-13 14:00:19 -04:00
sync_on_a_repository_on_removable_media_should_not_leave_ssh_conns_open.mdwn
Syncing_bare_repository_doesn__39__t_work_after_using_watch_on_Windows.mdwn
Syncing_of_file_contents_seems_to_be_broken_in_recent_versions_of_the_assistant.mdwn
Synology_NAS__58___timer__95__create__58___Bad_address.mdwn
tahoe_remote_has_no_repair.mdwn
tasty_test_limiting_broken_by_concurrency.mdwn fix git-annex test -p 2022-05-23 14:24:54 -04:00
test_prop__95__relPathDirToFileAbs__95__basics_fails_again.mdwn fix quickcheck test on windows 2022-03-22 13:53:55 -04:00
test_prop__95__relPathDirToFileAbs__95__basics_fails_now__38__thn.mdwn fix test suite failure on windows 2021-09-01 11:32:25 -04:00
test_prop__95__view__95__roundtrips_fails_occasionally.mdwn Fix test suite failure on Windows 2021-08-24 14:03:29 -04:00
testremote_failure_with_s3.mdwn
testremote_is_not_honoring_--backend.mdwn retitle and fix link 2022-07-12 15:01:53 -04:00
tests___34__exit_code_124__34___with_HOME_and_PWD_on_NFS.mdwn initial report on tests exit code 124 2021-11-23 14:40:35 +00:00
Tests_fail_on_Windows_10.mdwn
tests_fail_on_windows__58___retrieveKeyFile_resume.mdwn
Tests_v8_locked__58___rsync_remote__58___FAIL.mdwn avoid using removePathForcibly everywhere, it is unsafe 2022-05-02 14:06:20 -04:00
too_many_ssh_connections_during_sync_of_gcrypt_remotes.mdwn
touch.hsc_has_problems_on_non-linux_based_systems.mdwn bug triage; add new 'confirmed' tag 2014-05-24 16:29:41 -04:00
Transfers_continue_after_daemon_stopped.mdwn
TransferScanner_crashed__58___fd__58__59__58___hGetLine__58___end_of_file.mdwn
Tries_to_upload_to_remote_although_remote_is_dead.mdwn
uftp_5__58___invalid_key_type.mdwn multicast: Support uftp 5.0 by switching from aes256-cbc to aes256-gcm 2022-04-19 12:02:10 -04:00
Unable_to_addurl_file__58____47____47____47___on_Windows.mdwn
Unable_to_setup_gcrypt_Remote_with_encryption__61__shared.mdwn
unannex__58___Cannot_proceed_with_uncommitted_changes_staged_in_the_index.mdwn
unannex_of_modified_file_loses_modification.mdwn
UnicodeDecodeError_while_archiving_files_with_git-annex_to_glacier.mdwn
uninit_errors_out_on_repo_without_commits.mdwn uninit edge cases 2021-11-08 16:47:00 -04:00
unnecessary_work_when_drop_cannot_possibly_succeed.mdwn Typo fix unncessary -> unnecessary. 2022-08-20 09:40:19 -04:00
unusable_with_ghc_8.10.7_on_DragonFlyBSD.mdwn close 2022-01-04 11:32:29 -04:00
Upgrade_impossible_om_Mac_OSX.mdwn
Upload_to_S3_fails_.mdwn
URL_key_potential_data_loss.mdwn
use_new_hash_format_on_non-crippled_filesystems.mdwn
using_old_remote_format_generates_irritating_output.mdwn
Utility__47__libkqueue.h_left_out_on_hackage.mdwn
v6_appears_to_not_thin.mdwn
v8_repo_auto_upgrades_to_v10.mdwn handle upgrading repositories initialized with --version=9 2022-09-26 12:59:51 -04:00
Versioned_S3_tree_does_not_unexport_git_objects.mdwn export: fix multi-file delete bug 2022-11-09 16:24:37 -04:00
VFAT_crazy_limit_on_max_filenames_in_directory.mdwn
vicfg_and_description_often_not_propagated.mdwn
warning__58___unable_to_convert_submodule_to_form_that_.mdwn
Watcher_crashed__58___.git__92__annex__92__objects__92__...sha256....pdf__92____58___openTempFile__58___does_not_exist.mdwn
Watcher_crashed_in_Android_on___47__storage__47__sdcard1_-_bug__63__.mdwn
webapp__58___difficult_to_abort_adding_a_repository.mdwn
Webapp_won__180__t_start_on_MacOS.mdwn move assistant and webapp build-depends into main build-depends 2022-08-29 15:23:49 -04:00
webdav_fails___40__server__58___radicale_0.9-1__41__.mdwn
weird_bug_with_annex_unlock_with_annex.thin_true_about_hard_links.mdwn
weird_interaction_between___34__required__34___and___34__numcopies__34___on_duplicate_files.mdwn
weird_unicode_bug_on_windows.mdwn
When_--git-dir_is_not_in_--work-tree.mdwn skip checkRepoConfigInaccessible when git directory specified explicitly 2022-09-20 14:52:43 -04:00
When_stopping___96__git_annex_get__96___files_left_broken.mdwn
when_you_get_a_file_but_don__39__t_actually_have_enough_space_for_it__44___the_error_message_makes_useless_suggestions.mdwn
whereis_claims_file_is_not_here__44___but_it_is_available_both_here_and_in_another_remote.mdwn
whereis_outputs_no_informaiton_for_unlocked_files.mdwn
whereused_false_match_on_longer_key.mdwn better key matching with a regexp 2021-07-14 16:31:17 -04:00
windows__58___commits_created_despite_alwayscommit__61__fals.mdwn
Windows__58___Doesn__39__t_want_to_handle_files_with_2_dots_in_filename.mdwn
Windows__58___git_annex_get_failed.mdwn
Windows__58___git_annex_view_fails.mdwn
windows__58___needlessly_reminded_to_run___96__restage__96__.mdwn fix flush of a closed file handle 2022-09-30 14:02:31 -04:00
windows__58___plenty_of_unit_tests_fail_aftr_8.20211028.mdwn close 2021-11-05 12:46:56 -04:00
Windows__58___support_NTFS_symlinks.mdwn 2021-08-21 00:37:20 +00:00
Windows__58___The_process_cannot_access_the_file_because_it_is_being_used_by_another_process.mdwn
windows__58___two_repo_tests_fail_after_commit_5a98f2d5.mdwn revert windows-specific locking changes that broke tests 2022-05-23 13:21:26 -04:00
Windows___58___git-annex__58___failed_to_read_sha_from_git_write-tree.mdwn
windows_autostart.mdwn
Windows_build_test_failures.mdwn
windows_ftbfs.mdwn fix windows build 2022-09-26 12:08:04 -04:00
Windows_installer_includes_curl_and_wget__44___but_not_required_DLLs.mdwn
Wrong_backend_extension_in_files_with_multiple_dots.mdwn
Wrong_permission_when_using_shared_repository.mdwn fixed in v10 2022-08-17 12:40:43 -04:00
WSL1__58___git-annex-add_fails_in_DrvFs_filesystem.mdwn
WSL_adjusted_braches__58___smudge_fails_with_sqlite_thread_crashed_-_locking_protocol.mdwn