git-annex/doc/bugs
Joey Hess 2bd778a46e
importfeed: Fix a crash when used in a non-unicode locale
See comment for analysis.

At first I thought I'd need to convert all T.unpack in git-annex, but
luckily not -- so long as the Text is read from a file, the filesystem
encoding is applied and T.unpack is fine. It's only when using Feed
that the filesystem encoding is not applied.

While this fixes the crash, it does result in some mojibake, eg:
itemid=http://www.manager-tools.com/2014/01/choosing-a-company-work-chapter-7-���-questions/

Have not tracked that down, but it must be unrelated, because
I've verified that it roundtrips when using encodeUf8:

joey@darkstar:~/src/git-annex>LANG=C ghci  Utility/FileSystemEncoding.hs
ghci> useFileSystemEncoding
ghci> Just f <- Text.Feed.Import.parseFeedFromFile "/home/joey/tmp/career_tools_podcasts.xml"
ghci> Just (_, x) = Text.Feed.Query.getItemId (Text.Feed.Query.feedItems f !! 0)
ghci> decodeBS (Data.Text.Encoding.encodeUtf8 x)
"http://www.manager-tools.com/2014/01/choosing-a-company-work-chapter-7-\56546\56448\56467-questions/"
ghci> writeFile "foo" $ decodeBS (Data.Text.Encoding.encodeUtf8 x)
Writes a file containing the ENDASH character.

Sponsored-by: Jochen Bartl on Patreon
2021-11-15 15:04:21 -04:00
..
--debug_is_not_in_effect_if_precedes_-c
1_test_failure_under_conda_on_Windows_10__58___prop__95__view__95__roundtrips Merge branch 'master' of ssh://git-annex.branchable.com 2021-01-22 14:05:49 -04:00
2_mac_crippled_FS__58___Unable_to_remove_all_write defer write permissions checking in import until after copy to repo 2021-09-02 13:45:21 -04:00
2_ssh_connection_prompts_for_password
3_tests_fail_while_trying_to_build_fresh_git_annex_6.20181011+git109-gff9ba1f4d
7.20181211+git29-gab4a1bed9_fails_tests_during_neurodebian_build
__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
__34__failed_to_send_content_to_remote__34__ fsck: Detect and correct stale or missing inode caches for object files 2021-07-29 14:06:42 -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__git_submodule_foreach_git_annex_init__34___fails rename 2 bug report titles that are too long due to pasting enormous error messages into title entry 2020-11-02 15:25:10 -04:00
__34__Illegal_instruction__34___when_running_certain_tests_on_AMD_Phenom_II
__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 Added a comment: This bug has alreay been raised 2020-10-29 10:13:50 +00:00
__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
__34__Variable_not_in_scope__34___when_compiling_on_Windows
__39__add__39___results_in_max_cpu__44___long_run_and_huge_repo
__39__Beyond_symbolic__39___link_error_when_link_is_upstream_of_repo
__39__init_--version__61__N__39___can_land_on_unsupported_N+1
__91__meta__93___ikiwiki_is___42__slow__42__
__91__Patch__93___fix___34__mdwn2man__58___cannot_execute_-_...__34__ Added a comment 2021-02-12 03:52:39 +00:00
__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue Fix build on openbsd. Thanks, James Cook for the patch. 2021-02-01 11:56:17 -04:00
__96__git_annex_direct__96___failed_and_will_not_resume
__96__sync_-C__96___takes_longer_to_get_file_than___96__get__96__ Added a comment 2021-10-02 19:58:17 +00:00
_git-annex__58___bad_url_ssh__58____47____47__git__64__gitlab.com__58____126____47__gitlabname__47__reponame.git
A_case_where_file_tracked_by_git_unexpectedly_becomes_annex_pointer_file
acl_not_honoured_in_rsync_remote
adb_special_remote_fetches_but_does_not_add_all_files
add_--force-small_fails_on_modified_submodules
add_--json_should_provide_a___34__note__34___with_an_error_message_in_case_of_an_error
add__58___inconsistently_treats_files_in_dotdirs_as_dotfiles
Add_day_to_metadata
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_files_fails_with_--jobs_more_than_2
Adding_zip_or_7z_or_tar_archive_builds_for_windows
addurl_--preserve-filename_still_modifies_file_names
addurl__58___content-disposition_field_should_be_taken_as_is_without_obfuscation_
addurl_fails_because_special_remote_is_not_available
addurl_failure_has_empty_error-messages fix addurl concurrency issue 2021-10-27 16:15:41 -04:00
addurl_unittest_failing_under_windows
Adjust_--unlock_not_using_--reflink__63__
adjustedbranchrefresh_ignored_by_git_annex_add When adding files to an adjusted branch set up by --unlock-present, add them unlocked, not locked 2021-01-28 12:47:46 -04:00
aeson_bound_can_be_bumped_to___60___1.6 close 2020-11-19 12:08:06 -04:00
after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified Added a comment 2021-02-03 17:20:24 +00:00
all_files_are_annexed_by_default
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
annex-rsync-upload-options_are_ignored Added a comment 2021-09-23 21:40:51 +00:00
annex-ssh-options_dropped_since_8.20200330
annex.genmetadata_should_default_to_true
annex.hardlink_is_not___34__in_effect__34___in_thin_mode_
annex_doesn__39__t_fixup_symlinks_when___34__git_commit_path__95__to__95__repo__34___is_used
annex_get_-J_16_via_ssh_stalls_
annex_get_fails_with___39__not_available__39___for_git__58____47____47___protocol
annex_init_no_longer_generates_default_description
annex_metadata___40__not_--batch__39__ed__41___is_not_aware_of_files_added_via_addurls_--batch
annex_sets_remote___40__regular_http__41___to_be_ignored_while_running_in_docker_container
annex_sync___40__in_direct_mode_only__41___does_not_actually_update_local_branch__47__tree
annex_tries_to_start_old_binaray
annex_unannex__47__uninit_should_handle_copies
annex_view_barfs__fatal__58___Unable_to_add___40__null__41___to_database
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 Added a comment 2021-05-18 16:23:09 +00:00
async_external_special_remote__39__s_stdin_not_closed Added a comment 2020-11-30 19:10:54 +00:00
Auto-repair_greatly_slows_down_the_machine
autoenable__61__true_seems_to_not_work_any_longer
autostart__47__git-annex.desktop_gets_resurrected
awkward_error_from_annex_whenever_operating_on_a_clone_with_submodules
backend_option_for_init_is_in_no_effect__63__
bare_remote_is_not_automatically_synced_to_local_repo
be_like_git_and_ask_for_credentials_if_404 close 2021-01-28 12:40:04 -04:00
be_robust_to_additions_of_more_specific_mime_types_to_libmagic___40__e.g._application__47__json__41__
beegfs__58___init_tests_FAIL_resource_busy comment 2021-07-05 13:19:53 -04:00
Beware__58___there_is_a_file-losing_bug_in_unused_cmd comment and moreinfo needed 2020-11-24 15:00:06 -04:00
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__
Bootstrap3_icons_missing_on_Android
borg_not_recognizing_WORM borg: Support importing files that are hard linked in the borg backup 2021-03-26 13:29:34 -04:00
borg_special_remote_memory_usage_high_for_large_borg_repo Merge branch 'borgchunks' 2021-10-08 13:26:45 -04:00
brew_install_git-annex_failed
broken_repo_when_inodes_exhausted
Buggy_external_special_remote_stalls_after_7245a9e done 2020-11-19 16:38:51 -04:00
buggy_private_special_remote when private journal file exists, still read from git-annex branch 2021-10-26 13:43:50 -04:00
Build__47__OSXMkLibs.hs_does_not_resolve___64__loader__95__path update 2020-12-29 12:52:55 -04:00
Build_failing_because_MonadFail_is_not_in_scope fix build failure by avoiding refutable pattern match 2020-12-09 12:43:38 -04:00
Build_fails_with_type_error_on_Windows
build_of_7.20191230+git152-gefb981388_fails_the_prop__95__read__95__write__95__transferinfo_test
Can__39__t_add_a_git_repo_to_git_annex__58_____34__Invalid_path_repo__47__.git__47__X__34___for_many_X
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_commit___34__annex_add__34__ed_modified_file_which_switched_its_largefile_status_to_be_committed_to_git_now
Cannot_delete_remote_when_ssh_sync_fails Added a comment: still an issue in Ubuntu Focal 2021-04-05 01:28:49 +00:00
Cannot_integrate_git-annex_with_SourceTree_in_Catalina
cannot_remove___96__.t__96___directory
case_where_using_pathspec_with_git-commit_leaves_s Revert "smudge: check for known annexed inodes before checking annex.largefiles" 2021-05-10 12:20:13 -04:00
change_in_behavior_after_8.20210621 close as dup 2021-07-12 10:32:19 -04:00
CHECKPRESENT_could_check_file_size_as_well
checkpresentkey_fails_on_read-only_remote
checkpresentkey_false_negatives_in_bare_repos
checkpresentkey_wrongly_reports_key_absense
commands_on_unlocked__44___changed_file_use_its_old_key close 2021-01-29 13:24:28 -04:00
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_
commits_created_despite_alwayscommit__61__false_as_of_recent_change
concurrent_git-annex-copy_to_s3_special_remote_fails
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_does_not_reflect_some_failed_copies_in_--json_output
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 comment 2021-01-29 15:01:56 -04:00
Could_not_read_from_remote_repository
could_webdav_be_more_resilient_to_timeouts__63__
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_filesystem__58___SQLite3_returned_ErrorBusy
crippled_fs___40__pidlock__41___leads_to_git-annex__58___SQLite3_error rename 2 bug report titles that are too long due to pasting enormous error messages into title entry 2020-11-02 15:25:10 -04:00
cygwin
data_loss_on_Windows__58___git_annex_sync_--no-content_drops_last_copy_unexpectedly close 2021-05-03 12:24:06 -04:00
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 rename bugs/delayadd_doesn__39__t_work.mdwn to bugs/delayadd_doesn__39__t_work_with_smallfiles.mdwn 2021-06-06 16:50:40 +00:00
Delete_data__47__update_location_log_when_a_special_remote_fails_to_fsck
Deleted_files_not_considered_with_wanted__61____34__anything__34__
Deleting_last_copy_of_files_doesn__39__t_mark_them_dead
describe_what_git-annex_actually_is Added a comment 2021-11-08 19:38:35 +00:00
diff_driver_using_hash_without_subdir response 2021-09-27 12:14:25 -04:00
diffdriver_does_not_workout_on_unlocked_file__63__ diffdriver: Support unlocked files 2021-04-08 14:32:09 -04:00
Directory_remotes_with_same_mount_point omit inode from ContentIdentifier for directory special remote 2021-01-19 13:15:07 -04:00
Disconcerting_warning_from_git-annex
does_not_handle_youtube_playlists
does_not_understand___34__yes__34___as_boolean_true_value_for_autoenable
dotfiles_handled_differently
download_failed__58___Requested_Range_Not_Satisfiable don't rely on exception for http 416 2020-11-19 14:44:42 -04:00
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
drop_claims_that_content_is_required___40__8.20201127__41__ Added a comment: well done! 2020-12-21 18:14:26 +00:00
Drop_doesn__39__t_respect_mincopies check mincopies is satisfied even when numcopies is known to be satisfied 2021-04-27 13:37:18 -04:00
drop_file_denied_with_required__61__groupwanted_and_groupwanted__61__nothing
drop_from_special_hybrid_encryption_remote_fails
drop_on_NFS___40__no_pidlock_need_detected__41___leaves_annex__47__objects__47__XX__47__YY__47__KEY_dir_behind_
embedcreds_with_external_special_remotes
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
enableremote_stuck_with_a_recentish_git-annex
encfs_support_--_shouldn__39__t_it_be_treated_as_crippled_already__63__
encryption__61__none_doesn__39__t_work_with_enableremote
error__58___invalid_object__while_setting_metadata
Error_attempting_to_create_adb_special_remote
Error_cloning_repository_on_Windows add maxlength=50 to ikiwiki template used for page title entry 2020-11-02 15:21:24 -04:00
error_on_only_repository_copy_deletion
EvilLinker_needs_to_escape_spaces_in_user_name
Exclude_submodules_from_export_to_WEBDAV Added a comment: Confirm fix 2021-03-13 16:23:36 +00:00
export-tree_exports___34__small__34___files_even_if_they_don__39__t_match_the_wanted_expression
export_-J_6__to_S3__58___transfer_already_in_progress Added a comment 2020-12-10 21:55:20 +00:00
export__95__import_fails_on_crippled_FS_on_ubuntu Merge branch 'master' of ssh://git-annex.branchable.com 2021-01-25 21:51:28 -04:00
exporttree_+_importtree_+_wanted___61___deleted_files Added a comment: Thanks! And yes, no data loss. 2021-01-29 06:55:43 +00:00
Failing_to_execute_bash_remotes_windows followup 2021-07-13 13:04:56 -04:00
fails_to___96__get__96___in_parallel_for_a_freshly_clone_from_public_s3_bucket_where_versioning_info_was_forgotten
fails_to_init_under_a_directory_with_a___34__tricky__34___name
fails_to_preserve_mode_bits___40__executable_files_becomes_non-executable
fails_to_verify_presence_via_http_while_wget_fetches_it_just_fine
fat_support
fatal__58___Cannot_handle_files_this_big
fatal__58___relative_path_syntax_can__39__t_be_used_outside_working_tree
file_extension_not_used_for_URIs_from_special_remotes
file_modification_time_should_be_stored_in_exactly_one_metadata_field
file_not_correctly_added Added a comment 2020-11-10 16:05:57 +00:00
filemanager_integration_broken
filenames_with_dots_and_spaces_can_not_be_exported
Files_disappear_from_locally_paired_annexes_when_edited
find_--branch__58___no_results_with_--__123__un__44____125__locked forgot to add this comment earlier 2021-03-05 12:40:39 -04:00
fix_git-annex_paths___47___objects___40__repository_not_available__41__
fresh_3_tests_fails-_openBinaryFile__58___resource_busy fix reversion in recent CoW changes 2021-04-20 11:41:43 -04:00
fresh_build_for_neurodebian__58___test_failure
fsck_--key_without___34__chunking__34___information_in_git-annex_does_not_try_chunks
fsck_does_not_detect__47__fix_some_key_directories_correctly
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 Merge branch 'master' of ssh://git-annex.branchable.com 2021-04-27 18:12:19 -04:00
fsck_tells___39__ok__39___also_if_no_file_present
Future_proofing_regression__63__
gcrypt__58___..but_repository_ID_is_set._Aborting
gcrypt_remote__58___every_sync_uploads_huge_manifest Added support for git-remote-gcrypt's rsync URIs 2021-03-09 15:58:09 -04:00
gcrypt_rsync_remotes_don__39__t_work
gcrypt_special_remote_fails_on_bare_remote_repos
gcrypt_special_remote_not_working
get_--json_fails_whenever_plain_get_works___40__with_https_urls__41__
get_-J8_on_OSX_leads_to_git-annex__58___git__58___createProcess__58___runInteractiveProcess__58___pipe__58___resource_exhausted___40__Too_many_open_files__41__
get_-J___34__fails__34___to_get_files_with_the_same_key
get_-J_cannot_be_used_with_password-based_authentication
get_-J_from_ssh_remote_tries_to_lock_in_home_directory__63__
get_-JX__58____transfer_already_in_progress_..._for_some_files
get_fails___40__only_in_--debug__41___with_rsync_error Added a comment 2021-08-09 17:58:55 +00:00
get_fails_to_place_v7_unlocked_file_content_into_the_file_tree_in_v7_in_repo_with_detached_HEAD
Get_gpg_subkey_id_used_for_encryption
get_is_stuck_unless_a_clone_was_previously_explicitly___34__annex_init__34__ed
get_over_ssh_fails_with___fd__58__19__58___hClose__58___resource_vanished
gets_confused_files_synchronized_out_of_band response and close 2021-09-08 12:12:11 -04:00
git-annex-copy_--json-error-messages_does_not_write_error_messages_to_stderr_
git-annex-copy_fails_with___34__thread_blocked_indefinitely_in_an_STM_transaction__34__
git-annex-fsck__fails_for_missing_dead_keys fix fsck --from --all to not fall over trying to check required content 2021-03-22 15:08:07 -04:00
git-annex-fsck_fails___34__thread_blocked_indefinitely_in_an_STM_transaction__34__
git-annex-fsck_reports_dead_keys_as_errors
git-annex-import_declines_to_import_git-ignored_fies
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 comment 2021-08-24 12:38:08 -04: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 Fix build with persistent-2.12.0.1 2021-04-01 12:21:02 -04:00
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___content_is_locked__while_trying_to_move_under_NFS_and_pidlock
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__58___Unexpected_parameters__58___exporttree
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_build_reproducibly_from_readdir_order
git-annex_does_not_install_on_windows_without_admin_rights
git-annex_does_not_operate_on_all_keys_in_tuned_repository_with_annex.tune.branchhash1__61__true
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__58___createDirectory__58___does_not_exist avoid making absolute git remote path relative 2021-02-08 13:18:01 -04:00
git-annex_get_with_umlaut_characters_in_filenames
git-annex_has_no_useful_debug_logging
git-annex_info_rounding_error Fix a rounding bug in display of data sizes 2021-07-30 09:56:04 -04:00
git-annex_looses_itself_on_Windows__63__ Added a comment 2020-10-27 19:44:36 +00:00
git-annex_merge_stalls
git-annex_no_longer_provides_remote_name_with_GETCONFIG_name
git-annex_precommit_.__gets_stuck_after_likely_interrupted___96__annex_add__96___call
git-annex_remotedaemon_--foreground_exits_immediately_if_run_as_systemd_service
git-annex_sometimes_messes_up___126____47__.git-credentials Added a comment 2020-12-02 16:52:10 +00:00
git-annex_standalone_runshell_locale_cache_fails_on_too-long_filenames
git-annex_sucking_up_all_available_RAM_after_startup
git-annex_upgrade_fails
git-annex_wants_to_repair_because_of_duplicateEntries_in_git_fsck merge 2021-01-29 15:24:47 -04:00
git-annex_won__39__t_execute_on_WD_My_Cloud_NAS
git-lfs_remote_URL_is_not_recorded__63__
GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match
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_can__39__t_see_connected_remote
git_annex_cannot_get_my_files_after_clone
git_annex_config_doesn__39__t_support_leading_dash comment 2021-02-01 12:16:26 -04:00
git_annex_copy_fails_without_error_message_on_macOS___40__but_works_on_Linux__41__
git_annex_creds_are_not_embedded_with_newer_git-annex_clients
git_annex_daemon_crashes_when_authenticating_with_jabber.de
git_annex_doesn__39__t_cope_with_a_gcrypt__58____58__rsync__58____47____47__ comment 2021-02-01 12:42:30 -04:00
git_annex_fix_broken close 2021-01-04 13:46:11 -04:00
git_annex_fsck_--time-limit_broken comment 2021-01-04 14:32:29 -04:00
git_annex_get_fails_with___34__Unable_to_access_these_remotes__34__
git_annex_import_is_dangerous_if_you_have_unused_objects comment 2021-01-29 14:44:03 -04:00
git_annex_info_fails_on_NFS__58___waitToSetLock__58___resource_exhausted___40__No_locks_available__41__
git_annex_init_fails Added a comment 2020-10-23 16:51:04 +00:00
git_annex_move_--unused_not_moving_some_files comment 2021-09-27 12:35:15 -04:00
git_annex_should_check_that_stdout_isatty_when_reporting_progress
git_annex_still_deleting_content_when_merging
git_annex_sync__58___--fast_and_REMOTE_should_be_exclusive
git_annex_sync_remove_all_recently_added_files comment 2021-05-12 11:24:55 -04:00
git_annex_test_fails_when_run_through_powershell
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 comment 2021-11-09 16:04:54 -04:00
git_config_merge.ff__61__only_breaks_sync
Git_copy_fails_with_absolute_path_on_mavericks
git_fsck_duplicateEntries_errors_when_using_adjusted_branch merge 2021-01-29 15:24:47 -04:00
git_index_lock_
git_keeps_refreshing_index Added a comment: I have this behavior consistently on the 2 repos I use 2021-08-11 18:49:41 +00:00
Git_LFS_as_a_special_remote_on_GitLab_not_working Added a comment: It works 2021-11-12 08:14:33 +00:00
git_proxy_uses_ls-files_without_--exclude-standard
git_rename_detection_on_file_move
Git_repos_corrupt_themselves closing 2021-06-30 11:47:39 -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
gpgconf__58___invalid_option___34__--kill__34_____40__gpg_2.0.22__41___ move gpg tmp home to system temp dir 2021-10-12 13:29:56 -04:00
graft__47__graft_cleanup_commits_--_really_needed__63__
Guard_against_previously_annexed_dotfiles_being_converted_to_git_files__63__
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
hooks_permissions Added a comment 2020-11-18 10:54:56 +00:00
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__
howto_guarantee_a_single_instance_of_a_special_remote__63__
httpalso_mode_expects_encryption
huge_multiple_copies_of___39__.nfs__42____39___and___39__.panfs__42____39___being_created
Hybrid_encryption_can__39__t_generate_the_right_key_after_moving_files
import_tree_on_adjusted_unlocked_branch_issues
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__ Fix bug importing from a special remote into a subdirectory more than one level deep 2021-03-26 16:04:36 -04:00
impossible__40____63____41___to_continuously_re-import_a_directory_while_keeping_original_files_in_place
Impossible_to_enable_an_existing_gcrypt_repo_in_the_webapp
impossible_to_login_to_the_website_at_times
impossible_to_perform___34__read-only__34___git_annex_info_without_write_permissions
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
Inconsistent_results_between_git-annex-fsck_and_git-annex-whereis
Incorrect_install_dir_for_fish_completion
indeterminite_preferred_content_state_for_duplicated_file comments 2021-05-31 17:54:17 -04:00
Infinite_loop_when_synchronizing_between_many_machines
Initial___34__Make_repository__34___fails_due_to___34__empty_ident_name___40__for___60__email-address__62____41___not_allowed__34__
initial_get_-J_on_exported_S3_bucket_fails
initremote_doesn__39__t_work_in_scripts
initremote_with_export_and_import_allowed_with_encryption Added a comment: encryption=onlycreds 2020-12-17 21:01:33 +00:00
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 assistant: Fix a crash on startup by avoiding using forkProcess 2021-05-12 15:08:03 -04:00
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
JSON_results_for___96__export__96___have_file__58__null_property Added a comment: Thx! 2021-03-13 16:05:52 +00:00
keeps_demanding_ssh_key_even_if_all_sync__39__s_turned_down
kite_net_OSX__47__current__47___distribution_is_8.20200618_but_8.20200720.1_expected
leaks_git_config_error_message_upon_inability_to_read_downloaded___34__config__34___file
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
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_debianstandalone_-_FTBFS Added a comment 2020-11-07 23:59:52 +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_--remove_stalls_as_of_88a7fb5cb
Metadata_charset_not_uniform close with proof this is not a bug 2021-01-29 15:33:15 -04:00
metadata_cmd._vs._--json-error-messages metadata --batch: Avoid crashing when a non-annexed file is input 2021-11-01 13:40:43 -04:00
metadata_view_does_not_vpop_to_original_view
migrate_and_move_duplicates_data
migrated_files_not_showing_up_in_unused_list
Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed
move_violates_numcopies___40__regression__41__ Added a comment 2020-11-13 23:08:26 +00:00
Moved_files_are_not_picked_up_by_the_assistant_on_OS_X
multiple_ssh_prompts__44___and_thread_blocked_indefinitely_in_an___63____63____63___transaction
mysterious_dependency_of_git_annex_status_output_of_the_added_file
Nearline_bucket_stopped_working___40__can__39__t_even_HEAD_files__41__
networkbsd_flag_default_differs_in_stack.yaml_and_git-annex.cabal
new_repo_with_git-lfs_as_only_annex_remote
newly_created_annex_fails_fsck response and close 2021-04-26 13:34:00 -04:00
no_git-annex_shell_on_Windows
no_way_to_disable_repository_auto_upgrade comment 2021-02-22 12:38:34 -04:00
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 and close not a bug 2021-02-24 13:31:19 -04:00
Offline_editing_in_Android_removes_files_and_creates_links
old__40__er__41___cp_from_coreutils_lacks_--reflink avoid using cp --reflink=auto on windows 2021-06-28 12:51:40 -04:00
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_some_remotes_failing_to_detect_annex_spits_out_message_to_stderr_and_empty_lines_to_stderr__44___ignores_--json-error-messages
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_annex_test_FAILs_when_HOME_is_a_crippled_fs
One_Client_Not_Syncing_Content
openTempFile Added a comment 2021-02-25 21:46:22 +00:00
OSX__58___Assistant_leaves_repo_in_inconsistent_state
OSX__58___Pushed_changes_are_autocommited Added a comment 2021-07-16 22:47:44 +00:00
OSX_assistant_fails_to_download_new_file_after_initial_pass
OSX_Assistant_will_not_automatically_drop
OSX_case_insensitive_filesystem
p2p_auth_token_can_only_be_retrieved_at_generation_time
Packfile_does_not_match_digest__58___gcrypt_with_assistant
parallel_copy_fails
parallel_copy_to_S3_fails
Parallel_fsck_on_files_with_same_content_in_bup_remote_can_fail
parallel_get_can_fail_some_downloads_and_require_re-getting_
parallel_get_to_the_files_for_the_same_key_would_fail_with__thread_blocked_indefinitely_in_an_STM_transaction
parens_without_explicit_and__47__or_gives_wrong_matches fix handling of implicit and before parens 2021-01-28 13:51:07 -04:00
Patch_for_compilation_errors_on_Windows Added a comment 2020-11-23 15:02:29 +00:00
Podcast_filename_encoding_breaks_Android_client
poor_choice_of_name_for_adjusted_branches Added a comment: sparse checkouts to hide non-present files 2021-04-24 22:00:14 +00:00
preferred_content__58___include_statement_does_not_allow_spaces_in_filenames
presence_of_AWS_creds_ruins_access_to_public_urls comment 2021-03-17 11:29:57 -04:00
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__isomorphic__95__key__95__encode_fails_with_external_backend_changes
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
prop__95__relPathDirToFileAbs__95__basics_fail_on_crippled___126__ fix problem on windows with newly rewritten prop_relPathDirToFileAbs_basics 2021-01-22 14:30:48 -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
Q__58___is_there_a_reason_to___34__sense__34___git_annex_post-receive_in_a_hook__63__
R__47__O_permissions_are_stalking_me_somehow
Race_condition_between_watch__47__assistant_and_addurl
ran_once_then_stopped_running_opensuse_13.1
random_files_vanishing_when_assistant_gets_restarted
Recent_hang_with_rsync_remote_with_older_systems___40__Xenial__44___Jessie__41__
Recreating_remote_repository__39__s_annex
regression_-_fails_to_drop_._Exit_code_11_wo_--debug__44___and_1_with_--debug
regression_-_yt__58___prefix_for___34__regular__34___urls
regression__58___fails_to_detect_need_for_pidlock_on_an_NSF_mount
regression__58___http_downloads_redirecting_to_ftp_are_no_longer_supported
regression__58___index.lck_in_shared-group_is_not_g+w comment 2021-07-12 16:00:59 -04:00
regression__58___standalone_build_is_deficient_on_linux_after_7.20190819+git2-g908476a9b-1__126__ndall+1_some_time
Regression_in___96__find_--json__96___output
regression_with_S3_creds_not_used
reinject__58___silent_failure_with_absolute_path_to_poi Added a comment: thanks 2021-05-07 18:07:24 +00:00
release_8.20201116_doesn__39__t_build_on_windows comment 2020-11-19 13:02:17 -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
removeLink_failed_when_initializing_a_repo_in_a_VirtualBox_shared_folder
Resource_exhausted
Resource_temporarily_unavailable_when_running_enableremote
rmurl_marks_url_not_available_in_wrong_remote comment 2021-03-17 10:22:38 -04:00
rsync__58___protocol_version_mismatch
rsync_fails_with_sync_error__58___syntax_or_usage_error_
Running_fsck_on_a_remote_drops_bad_files
running_git_annex_commands_in_worktree_of_a_non-git-annex_repo_changes_the_.git
running_tests_on_NFS_HOME_does_not_exit_cleanly__58___gpgtmp
S3-remote_fail_to_get_data_on_some_clones__47__machines
s3_InternalIOException__63__
S3_remote___8212___un-embedding_creds__63__
S3_special_remote_support_for_DigitalOcean_Spaces
Selfsigned_certificates_with_jabber_fail_miserably
separate-git-dir_OK_under_Linux_FAIL_under_Windows
set_metadata_leaks_from_one___40__staged__41___key_to_another_during_rename_of_file
Share_with_a_friend_fails
shared_setting_of_git_causes_annex__39__ed_files_to_be_writeable__33__ open todo 2021-10-12 13:42:08 -04:00
should_be_possible_to_use_ssh_hosts_from_.ssh__47__config
Should_try_again_when_network_fails___40__esp._DNS__41__
shouldn__39__t_keep_permissions_of_the_ssh_remote__63__
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
smudge_filter_drastically_slows_down_git_diff
some_annex_addurl_--fast_--with-files_--json_--json-error-messages_--batch__do_not_quit
some_tests_fail_while_running_under_NFS
some_transfers_for_get_-J4_fail_over_ssh__47__rsync_and_require_retry
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 comment and reject 2021-01-29 14:33:26 -04:00
special_remote_protocol__58___adding_local_state_variables___40__not_under_git__41__
SSH-based_git-annex-init_hang_on_older_systems___40__Xenial__44___Jessie__41__
SSL_repos_does_not_show_up_in_Assistant
stack_build_failure_with_recent_update
standalone_build_is_slightly_out_of_date
standalone_runshell_can_race_and_fail_to_remove___96____126____47__.cache__47__git-annex__47__locales__47____96___dirs
standalone_shim_is_segfaulting_if_IFS__61____36____39____92__013__39__
startup_scan_extremely_slow
still_seeing_errors_with_parallel_git-annex-add linked bugs 2021-10-20 13:39:13 -04:00
storeKey_when_already_present_failures_on_Windows Added a comment 2020-10-24 12:26:02 +00:00
Strange_case_of_data_loss__44___possibly_linked_to_git-annex_with_encrypted_rsync_remote
Stress_test
Submodule_deletion_not_synced_from_adjusted_branch merged fix from kyle 2021-01-07 13:47:36 -04:00
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 improve man page wording 2021-04-01 12:58:06 -04:00
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_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_of_adjusted_branch_does_not_propagate_changed_submodule_commit
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
test_fail_on_windows__58___permission_denied_ Added a comment 2021-08-31 20:47:24 +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_breeds_way_too_many_instances_of_the_externals_remote
testremote_failures_starting_with_aeca7c220
testremote_with_external_remote_hangs_after_asyncexternal_merge
tests_fail___40__gpg-agent_related__63____41___when_running_build_inside_singularity_container
tests_fail_on_Linux_build remove digression 2020-11-30 13:31:02 -04:00
tests_fail_on_windows__58___retrieveKeyFile_resume Revert "reorder another test" 2021-04-23 01:01:29 -04:00
Tests_failing_on_Windows close 2020-11-24 14:32:34 -04:00
Too_difficult_if_not_impossible_to_explicitly_add__47__keep_file_under_git___40__not_annex__41___in_v6_without_employing_.gitattributes
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_get__47__addurl_to_http_link__58___download_failed__58___InvalidHeader___34__preload__34__
unable_to_get_content_via_ssh_without_write_perms Added a comment 2021-09-01 18:05:26 +00:00
unable_to_get_from_public_S3_remote_without_clear_reasoning_why
Unable_to_setup_gcrypt_Remote_with_encryption__61__shared
unannex__58___Cannot_proceed_with_uncommitted_changes_staged_in_the_index
unclear_why_annex_fails_to_get_a_file_from_a_public_S3_bucket_where_it_exported_before
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
unlock_should_warn_if_file_isn__39__t_in_repo
Upgrade_impossible_om_Mac_OSX
upgrade_to_V8_fails
Upgrader_crashed comment 2020-11-19 13:02:23 -04:00
Upload_to_S3_fails_
URL_key_potential_data_loss comment 2021-01-29 14:12:25 -04:00
use_new_hash_format_on_non-crippled_filesystems Added a comment 2021-04-26 16:40:15 +00:00
using_old_remote_format_generates_irritating_output
v6_-_under_subdir__58___git_add___34__whines__34____44___git_commit___34__blows__34__
v6_appears_to_not_thin
Very_not_graceful_exit_on_cwd_deletion_while_git_annex_adding_files
very_slow_export_to_directory_special_remote___40__on_USB_drive__41__
vicfg_and_description_often_not_propagated
warning__58___unable_to_convert_submodule_to_form_that_ followup 2021-01-22 14:36:34 -04:00
warning_about_ssh_caching_keeps_showing
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__
WEBDAV_export_has_wrong_subdirectory_content webdav: deal with buggy webdav servers in renameExport 2021-03-22 13:08:18 -04:00
webdav_export_slow__44___does_not_reuse_connections
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
whereis_shouldn__39__t_just_crash_if_one_of_the_special_remotes___34__drivers__34___is_not_available
windows__58___autostart_for_annex_64bit_looks_under_x86
windows__58___commits_created_despite_alwayscommit__61__fals comment 2021-01-11 14:55:46 -04:00
Windows__58___Doesn__39__t_want_to_handle_files_with_2_dots_in_filename
Windows__58___drop_claims_that___34__content_is_locked__34__ Added a comment 2021-06-29 17:27:35 +00:00
Windows__58___git_annex_get_failed
Windows__58___git_annex_view_fails comment 2021-03-22 13:52:11 -04:00
windows__58___plenty_of_unit_tests_fail_aftr_8.20211028 Added a comment 2021-11-05 10:25:32 +00:00
Windows__58___substantial_per-file_cost_for___96__add__96__ comment 2021-09-28 17:58:10 -04:00
Windows__58___The_process_cannot_access_the_file_because_it_is_being_used_by_another_process
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_dosn__39__t_build_again__63____33__ Added a comment: where to trace the Windows build errors? 2020-10-25 15:23:01 +00:00
Windows_installer_includes_curl_and_wget__44___but_not_required_DLLs
Wrong_backend_extension_in_files_with_multiple_dots
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 comment 2021-11-02 15:24:22 -04:00
--debug_is_not_in_effect_if_precedes_-c.mdwn
1_test_failure_under_conda_on_Windows_10__58___prop__95__view__95__roundtrips.mdwn view: Avoid using ':' from metadata when generating a view 2020-10-26 15:38:08 -04:00
2_mac_crippled_FS__58___Unable_to_remove_all_write.mdwn defer write permissions checking in import until after copy to repo 2021-09-02 13:45:21 -04:00
2_ssh_connection_prompts_for_password.mdwn
3_tests_fail_while_trying_to_build_fresh_git_annex_6.20181011+git109-gff9ba1f4d.mdwn
7.20181211+git29-gab4a1bed9_fails_tests_during_neurodebian_build.mdwn
__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 close 2021-01-29 14:47:31 -04:00
__34__Cannot_handle_files_this_big__34___error_for_unlocked_files.mdwn close git bug 2021-01-29 12:58:05 -04:00
__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__failed_to_send_content_to_remote__34__.mdwn close 2021-07-30 15:22:22 -04:00
__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__git_submodule_foreach_git_annex_init__34___fails.mdwn rename 2 bug report titles that are too long due to pasting enormous error messages into title entry 2020-11-02 15:25:10 -04:00
__34__Illegal_instruction__34___when_running_certain_tests_on_AMD_Phenom_II.mdwn
__34__invalid_object__34___errors_cropping_up.mdwn
__34__metadata_only__34___git-remote-gcrypt_syncing_files_anyway.mdwn
__34__no_such_file_or_directory__34___when_using_bundle.mdwn already fixed 2020-11-02 13:25:07 -04:00
__34__rename__58___permission_denied__34__.mdwn 2021-05-05 19:06:19 +00:00
__34__Unsupported_url_scheme__34___message_when_trying_to_cconnect_to_ftp_server.mdwn
__34__Variable_not_in_scope__34___when_compiling_on_Windows.mdwn
__39__add__39___results_in_max_cpu__44___long_run_and_huge_repo.mdwn
__39__Beyond_symbolic__39___link_error_when_link_is_upstream_of_repo.mdwn
__39__git_annex_test__39___failures_introduced_by_75aab72d2.mdwn
__39__init_--version__61__N__39___can_land_on_unsupported_N+1.mdwn
__91__meta__93___ikiwiki_is___42__slow__42__.mdwn
__91__Patch__93___fix___34__mdwn2man__58___cannot_execute_-_...__34__.mdwn deal with cabal unpack not preserving execute bit 2021-02-08 14:32:24 -04:00
__91__PATCH__93___incorrect_behaviour_in_expandTilde.mdwn Bug fix: Fix tilde expansion in ssh urls when the tilde is the last character in the url. Thanks, Grond for the patch. 2021-01-18 12:22:48 -04:00
__91__PATCH__93___OpenBSD__58___fix_Utility.DirWatcher.Kqueue.mdwn Fix build on openbsd. Thanks, James Cook for the patch. 2021-02-01 11:56:17 -04:00
__96__git_annex_direct__96___failed_and_will_not_resume.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
A_case_where_file_tracked_by_git_unexpectedly_becomes_annex_pointer_file.mdwn
acl_not_honoured_in_rsync_remote.mdwn
adb_special_remote_fetches_but_does_not_add_all_files.mdwn
add_--force-small_fails_on_modified_submodules.mdwn
add_--json_should_provide_a___34__note__34___with_an_error_message_in_case_of_an_error.mdwn
add_--largerthan_reversion.mdwn
add__58___inconsistently_treats_files_in_dotdirs_as_dotfiles.mdwn
Add_day_to_metadata.mdwn
add_FILE__report_line_is_printed_twice___40__in_a_particular_scenario__41__.mdwn close 2021-01-29 14:16:16 -04:00
Add_support_for_skein512__95__256_hash.mdwn reject 2021-01-29 15:13:16 -04:00
added_branches_makes___39__git_annex_unused__39___slow.mdwn
adding_a_remote_server_fails.mdwn
Adding_files_fails_with_--jobs_more_than_2.mdwn
Adding_zip_or_7z_or_tar_archive_builds_for_windows.mdwn
adds_file_destined_for_annex_into_git_in___39__addurl__39__.mdwn
addurl_--batch__--with-files_doesn__39__t_add_file_into_git_until_pipe_is_closed.mdwn
addurl_--batch___40__--json_or_not__41___doesn__39__t_report_failure_correctly_if_non-annexed_file_exists.mdwn
addurl_--batch_decides_to_talk_to_ssh_remotes_for_some_reason.mdwn
addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn
addurl_--file_only_works_with_youtube-dl_with_--fast_or_--relaxed.mdwn
addurl_--preserve-filename_still_modifies_file_names.mdwn
addurl__58___content-disposition_field_should_be_taken_as_is_without_obfuscation_.mdwn
addurl_fails_because_special_remote_is_not_available.mdwn
addurl_fails_with_non-youtube_url_with___34__This_url_is_supported_by_youtube-dl__44___but_youtube-dl_could_potentially_access_any_address__34__.mdwn
addurl_failure_has_empty_error-messages.mdwn fix addurl concurrency issue 2021-10-27 16:15:41 -04:00
addurl_unittest_failing_under_windows.mdwn
Adjust_--unlock_not_using_--reflink__63__.mdwn
adjustedbranchrefresh_ignored_by_git_annex_add.mdwn When adding files to an adjusted branch set up by --unlock-present, add them unlocked, not locked 2021-01-28 12:47:46 -04:00
aeson_bound_can_be_bumped_to___60___1.6.mdwn close 2020-11-19 12:08:06 -04:00
after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified.mdwn 2020-11-19 22:15:58 +00:00
all_files_are_annexed_by_default.mdwn
All_inodes_eaten.mdwn close 2021-01-29 15:27:43 -04:00
Allow_automatic_retry_git_annex_get.mdwn done 2021-01-29 15:35:30 -04:00
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 close direct mode 2021-01-29 15:34:47 -04: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-ssh-options_dropped_since_8.20200330.mdwn
annex.autocommit_seems_ignored_for_new_files.mdwn
annex.genmetadata_should_default_to_true.mdwn
annex.hardlink_is_not___34__in_effect__34___in_thin_mode_.mdwn close 2020-11-09 13:50:16 -04:00
annex.thin_can_cause_corrupt___40__not_just_missing__41___data.mdwn
annex_add_ignores_.-prefixed_directories.mdwn
annex_doesn__39__t_fixup_symlinks_when___34__git_commit_path__95__to__95__repo__34___is_used.mdwn
annex_drop_fails_to_determine_availability_on_a_http_url_redirecting_to_ftp.mdwn
annex_drop_is_not___34__in_effect__34___for_load_which_was___34__addurl_--batch__34__ed_but_not_yet_committed.mdwn
annex_get_-J_16_via_ssh_stalls_.mdwn
annex_get_fails_with___39__not_available__39___for_git__58____47____47___protocol.mdwn
annex_init_no_longer_generates_default_description.mdwn
annex_metadata___40__not_--batch__39__ed__41___is_not_aware_of_files_added_via_addurls_--batch.mdwn
annex_remotedaemon_100__37___cpu_hungry.mdwn
annex_sets_remote___40__regular_http__41___to_be_ignored_while_running_in_docker_container.mdwn
annex_sync___40__in_direct_mode_only__41___does_not_actually_update_local_branch__47__tree.mdwn
annex_tries_to_start_old_binaray.mdwn
annex_unannex__47__uninit_should_handle_copies.mdwn
annex_view_barfs__fatal__58___Unable_to_add___40__null__41___to_database.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_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 comment and close 2021-05-10 11:04:50 -04:00
async_external_special_remote__39__s_stdin_not_closed.mdwn Fix hang on shutdown of external special remote using ASYNC protocol extension. 2020-11-30 13:04:02 -04:00
Attempting_to_repair_repository_almost_every_day.mdwn
Auto-repair_greatly_slows_down_the_machine.mdwn
autoenable__61__true_seems_to_not_work_any_longer.mdwn
automerge_leaves_cruft_behind.mdwn
autostart__47__git-annex.desktop_gets_resurrected.mdwn
awkward_error_from_annex_whenever_operating_on_a_clone_with_submodules.mdwn close 2021-01-29 15:52:45 -04:00
backend_option_for_init_is_in_no_effect__63__.mdwn
bare_remote_is_not_automatically_synced_to_local_repo.mdwn
be_like_git_and_ask_for_credentials_if_404.mdwn close 2021-01-28 12:40:04 -04:00
be_robust_to_additions_of_more_specific_mime_types_to_libmagic___40__e.g._application__47__json__41__.mdwn
beegfs__58___init_tests_FAIL_resource_busy.mdwn addurl: Avoid crashing when used on beegfs. 2021-07-05 13:02:40 -04:00
behavior_change_on_unstaged_deleted_files.mdwn
Beware__58___there_is_a_file-losing_bug_in_unused_cmd.mdwn close moreinfo 2021-01-29 12:50:38 -04:00
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
Bootstrap3_icons_missing_on_Android.mdwn
borg_not_recognizing_WORM.mdwn borg: Support importing files that are hard linked in the borg backup 2021-03-26 13:29:34 -04:00
borg_special_remote_memory_usage_high_for_large_borg_repo.mdwn ImportableContentsChunkable 2021-10-08 13:15:22 -04:00
borg_uses_non_unique_contentidentifier_which_gets_lost.mdwn remove ContentIndentifiersCidRemoteIndex uniqueness constraint 2020-12-23 14:03:33 -04:00
brew_install_git-annex_failed.mdwn
broken_repo_when_inodes_exhausted.mdwn
Buggy_external_special_remote_stalls_after_7245a9e.mdwn done 2020-11-20 12:53:13 -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__47__OSXMkLibs.hs_does_not_resolve___64__loader__95__path.mdwn close 2021-01-13 13:19:54 -04:00
Build_failing_because_MonadFail_is_not_in_scope.mdwn fix build failure by avoiding refutable pattern match 2020-12-09 12:43:38 -04:00
Build_fails_on_Windows_as_of_commit_0a9a9c44e.mdwn fix build on windows 2021-07-01 12:52:33 -04:00
Build_fails_on_Windows_as_of_commit_4b1b9d7a8.mdwn fix windows build 2021-06-22 09:46:06 -04:00
Build_fails_on_Windows_as_of_commit_a706708d1.mdwn fix windows build 2021-06-14 12:43:26 -04:00
Build_fails_on_Windows_as_of_commit_ddd7d1d11.mdwn close dup 2021-09-02 18:50:05 -04:00
Build_fails_with_type_error_on_Windows.mdwn
Build_failures_with_tasty_1.3.mdwn
build_of_7.20191230+git152-gefb981388_fails_the_prop__95__read__95__write__95__transferinfo_test.mdwn
Button_to_cancel_conistency_checks.mdwn
Can__39__t_add_a_git_repo_to_git_annex__58_____34__Invalid_path_repo__47__.git__47__X__34___for_many_X.mdwn
can__39__t_build_without_assistant.mdwn
can__39__t_connect_jabber_with_custom_google_apps_domain.mdwn
can__39__t_get.mdwn
cannot___34__install__34___standalone_git_annex_within_afs_mount.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_commit___34__annex_add__34__ed_modified_file_which_switched_its_largefile_status_to_be_committed_to_git_now.mdwn
Cannot_delete_remote_when_ssh_sync_fails.mdwn
Cannot_integrate_git-annex_with_SourceTree_in_Catalina.mdwn
cannot_remove___96__.t__96___directory.mdwn close 2021-01-29 15:54:13 -04:00
case_where_keys_db_lags_reality.mdwn correctly update keys db in merge conflict 2021-06-07 12:52:36 -04:00
case_where_using_pathspec_with_git-commit_leaves_s.mdwn Revert "smudge: check for known annexed inodes before checking annex.largefiles" 2021-05-10 12:20:13 -04:00
change_in_behavior_after_8.20210621.mdwn close as dup 2021-07-12 10:32:19 -04:00
CHECKPRESENT_could_check_file_size_as_well.mdwn
checkpresentkey_fails_on_read-only_remote.mdwn
checkpresentkey_false_negatives_in_bare_repos.mdwn
checkpresentkey_wrongly_reports_key_absense.mdwn
clash_of_-j__in_copy_for_--json_--json-progress.mdwn
commands_on_unlocked__44___changed_file_use_its_old_key.mdwn close 2021-01-29 13:24:28 -04:00
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
commits_created_despite_alwayscommit__61__false_as_of_recent_change.mdwn
concurrent_git-annex-copy_to_s3_special_remote_fails.mdwn
concurrent_git-annex_processes_can_lead_to_locking_issues.mdwn
confirmed.mdwn
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_--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 bug report 2020-12-20 16:27:32 -04:00
copy_does_not_reflect_some_failed_copies_in_--json_output.mdwn close 2021-06-28 13:11:13 -04: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
could_standalone_copy_of_git_ship__47__deploy_hooks_samples_as_well_as_stock_git__63__.mdwn
could_webdav_be_more_resilient_to_timeouts__63__.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_filesystem__58___SQLite3_returned_ErrorBusy.mdwn
crippled_fs___40__pidlock__41___leads_to_git-annex__58___SQLite3_error.mdwn rename 2 bug report titles that are too long due to pasting enormous error messages into title entry 2020-11-02 15:25:10 -04:00
crippledfs__58___annex-init_crash_when_remote_name_is.mdwn fix hardcoded origin name in checkAdjustedClone 2021-04-14 18:53:27 -04:00
cygwin.mdwn
data_loss_on_Windows__58___git_annex_sync_--no-content_drops_last_copy_unexpectedly.mdwn close 2021-05-03 12:24:06 -04:00
Data_loss_when_copying_files_with_running_assistant.mdwn
Deasn__39__t_clean_up_ssh_keys_after_removing_remote_repo.mdwn
Debian_and_MacOSX_cannot_read_eachother__39__s_S3_credentials.mdwn
default_cabal_install_on_OSX_lacks_S3.mdwn close 2021-01-29 15:48:45 -04:00
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
Deleted_files_not_considered_with_wanted__61____34__anything__34__.mdwn
Deleting_last_copy_of_files_doesn__39__t_mark_them_dead.mdwn
describe_what_git-annex_actually_is.mdwn Suggest description 2021-11-07 20:50:03 +00:00
diff_driver_using_hash_without_subdir.mdwn respond and close as not a bug 2021-09-24 14:20:40 -04:00
diffdriver_does_not_workout_on_unlocked_file__63__.mdwn diffdriver: Support unlocked files 2021-04-08 14:32:09 -04:00
Direct_mode_repositories_still_use_symlinks_sometimes.mdwn
Directory_remotes_with_same_mount_point.mdwn close 2021-01-28 12:42:05 -04:00
directory_special_remote_export_file_mode.mdwn
Disconcerting_warning_from_git-annex.mdwn close moreinfo 2021-01-29 14:35:25 -04:00
does_not_complain__47__fail_if_by_mistake_option_value_passed_within_arg_for__-c.mdwn
does_not_handle_youtube_playlists.mdwn
does_not_understand___34__yes__34___as_boolean_true_value_for_autoenable.mdwn
Doesn__39__t_build_with_hinotify__44__0.3.10___47___fsnotify__44__0.2.1.2.mdwn
done.mdwn fix name 2021-07-15 12:56:44 -04:00
dotfiles_handled_differently.mdwn
download_failed__58___Requested_Range_Not_Satisfiable.mdwn don't rely on exception for http 416 2020-11-19 14:44:42 -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_claims_that_content_is_required___40__8.20201127__41__.mdwn add key to FileInfo 2020-12-14 17:42:02 -04:00
Drop_doesn__39__t_respect_mincopies.mdwn check mincopies is satisfied even when numcopies is known to be satisfied 2021-04-27 13:37:18 -04:00
drop_file_denied_with_required__61__groupwanted_and_groupwanted__61__nothing.mdwn
drop_from_special_hybrid_encryption_remote_fails.mdwn
drop_on_NFS___40__no_pidlock_need_detected__41___leaves_annex__47__objects__47__XX__47__YY__47__KEY_dir_behind_.mdwn
dropkey_--batch_--json_--force_is_always_succesfull.mdwn
duplicate.mdwn
duplicate_progress_reports_in_parallel___39__get__39__.mdwn
embedcreds_with_external_special_remotes.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
enableremote_stuck_with_a_recentish_git-annex.mdwn
encfs_support_--_shouldn__39__t_it_be_treated_as_crippled_already__63__.mdwn
Encoding_error_in_webapp.mdwn
encryption__61__none_doesn__39__t_work_with_enableremote.mdwn
error__58___invalid_object__while_setting_metadata.mdwn close as not a git-annex bug 2021-01-13 14:51:44 -04:00
Error_attempting_to_create_adb_special_remote.mdwn
Error_cloning_repository_on_Windows.mdwn
error_message_in_addurl_is_not_channeled_into_json_record_with_--json-error-messages.mdwn
error_on_only_repository_copy_deletion.mdwn
error_when_remote_path_contains_space.mdwn Fix support for local gcrypt repositories with a space in their URI 2021-03-09 12:49:51 -04:00
EvilLinker_needs_to_escape_spaces_in_user_name.mdwn
Exclude_submodules_from_export_to_WEBDAV.mdwn avoid importing deleting submodule 2021-03-12 13:31:21 -04:00
export-tree_exports___34__small__34___files_even_if_they_don__39__t_match_the_wanted_expression.mdwn
export_-J_6__to_S3__58___transfer_already_in_progress.mdwn Bug fix: export with -J could fail when two files had the same content. 2021-01-13 14:50:48 -04:00
export__95__import_fails_on_crippled_FS_on_ubuntu.mdwn fix export overwrite on FAT 2021-01-25 13:31:17 -04:00
exporttree_+_importtree_+_wanted___61___deleted_files.mdwn formatLsTree did not use a tab where git does 2021-01-28 12:36:37 -04:00
exporttree_interaction_with_adjusted_branch.mdwn
failing_tests_in_master.mdwn
Failing_to_execute_bash_remotes_windows.mdwn
fails_to___96__get__96___in_parallel_for_a_freshly_clone_from_public_s3_bucket_where_versioning_info_was_forgotten.mdwn
fails_to_init_under_a_directory_with_a___34__tricky__34___name.mdwn
fails_to_preserve_mode_bits___40__executable_files_becomes_non-executable.mdwn
fails_to_verify_presence_via_http_while_wget_fetches_it_just_fine.mdwn
fat_support.mdwn
fatal__58___Cannot_handle_files_this_big.mdwn
fatal__58___relative_path_syntax_can__39__t_be_used_outside_working_tree.mdwn
file_modification_time_should_be_stored_in_exactly_one_metadata_field.mdwn
file_not_correctly_added.mdwn add warning on add of annex link 2020-11-10 12:10:51 -04:00
filemanager_integration_broken.mdwn
filenames_with_dots_and_spaces_can_not_be_exported.mdwn
Files_disappear_from_locally_paired_annexes_when_edited.mdwn
Files_reappear_after_delete.mdwn close 2021-01-29 15:26:06 -04:00
Files_unaccessible_in___40__some__63____41___views_on_a_crippled_filesystem.mdwn
find_--batch_reports_files_that_have_no_content.mdwn
find_--branch__58___no_results_with_--__123__un__44____125__locked.mdwn fix --branch combined with --unlocked or --locked 2021-03-02 13:47:27 -04:00
find_by_metadata_is_slow.mdwn
fix_git-annex_paths___47___objects___40__repository_not_available__41__.mdwn
forwarded.mdwn
fresh_3_tests_fails-_openBinaryFile__58___resource_busy.mdwn fix reversion in recent CoW changes 2021-04-20 11:41:43 -04:00
fresh_build_for_neurodebian__58___test_failure.mdwn
fresh_test_fails_for___34__trust__58____34___-_trust_failed_.mdwn fixed 2021-01-11 15:55:33 -04:00
fromkey__58___create_directories_for_pointer_files__63__.mdwn applied patch 2021-05-07 11:11:10 -04:00
fsck_--key_without___34__chunking__34___information_in_git-annex_does_not_try_chunks.mdwn
fsck_does_not_detect__47__fix_some_key_directories_correctly.mdwn
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 close 2021-04-27 18:11:29 -04:00
fsck_tells___39__ok__39___also_if_no_file_present.mdwn
Future_proofing_regression__63__.mdwn close 2021-01-29 14:26:32 -04:00
gcrypt__58___..but_repository_ID_is_set._Aborting.mdwn
gcrypt__58___WARNING__58___Remote_ID_has_changed__33__.mdwn
gcrypt_remote__58___every_sync_uploads_huge_manifest.mdwn Added support for git-remote-gcrypt's rsync URIs 2021-03-09 15:58:09 -04:00
gcrypt_rsync__58____47____47___repositories_don__39__t_work.mdwn close as dup 2021-03-09 11:48:41 -04:00
gcrypt_rsync_remotes_don__39__t_work.mdwn update 2021-01-18 13:02:28 -04:00
gcrypt_special_remote_fails_on_bare_remote_repos.mdwn close 2021-03-09 14:00:11 -04:00
gcrypt_special_remote_not_working.mdwn
get_--json_fails_whenever_plain_get_works___40__with_https_urls__41__.mdwn
get_-J8_on_OSX_leads_to_git-annex__58___git__58___createProcess__58___runInteractiveProcess__58___pipe__58___resource_exhausted___40__Too_many_open_files__41__.mdwn
get_-J___34__fails__34___to_get_files_with_the_same_key.mdwn
get_-J_cannot_be_used_with_password-based_authentication.mdwn
get_-J_from_ssh_remote_tries_to_lock_in_home_directory__63__.mdwn
get_-JX__58____transfer_already_in_progress_..._for_some_files.mdwn
get_behavior_when_location_log_is_out_of_date.mdwn
get_fails___40__only_in_--debug__41___with_rsync_error.mdwn response 2021-08-09 12:46:10 -04:00
get_fails_to_place_v7_unlocked_file_content_into_the_file_tree_in_v7_in_repo_with_detached_HEAD.mdwn
get_from_the_web_remote_fails___40__redirect__63____41___-_lack_of_further_debug_info.mdwn
Get_gpg_subkey_id_used_for_encryption.mdwn
get_is_stuck_unless_a_clone_was_previously_explicitly___34__annex_init__34__ed.mdwn
get_over_ssh_fails_with___fd__58__19__58___hClose__58___resource_vanished.mdwn
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
git-annex-copy_--json-error-messages_does_not_write_error_messages_to_stderr_.mdwn
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 fromkey unlocked files support 2021-05-03 11:26:18 -04:00
git-annex-fsck__fails_for_missing_dead_keys.mdwn fix fsck --from --all to not fall over trying to check required content 2021-03-22 15:08:07 -04:00
git-annex-fsck_fails___34__thread_blocked_indefinitely_in_an_STM_transaction__34__.mdwn
git-annex-fsck_reports_dead_keys_as_errors.mdwn
git-annex-import_declines_to_import_git-ignored_fies.mdwn close 2021-01-29 14:19:01 -04:00
git-annex-install_for_Android_crashes_on___34__arm7el__34__.mdwn
git-annex-move_not_using_parallelism__63__.mdwn
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 2021-08-19 14:44:56 +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 Fix build with persistent-2.12.0.1 2021-04-01 12:21:02 -04:00
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___content_is_locked__while_trying_to_move_under_NFS_and_pidlock.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__58___Unexpected_parameters__58___exporttree.mdwn
Git-annex_and_Microsoft_Office_files_on_OS_X.mdwn
git-annex_branch_caching_bug.mdwn fix --all to include not yet committed files from the journal 2021-04-21 15:40:32 -04:00
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_build_reproducibly_from_readdir_order.mdwn
git-annex_does_not_install_on_windows_without_admin_rights.mdwn
git-annex_does_not_operate_on_all_keys_in_tuned_repository_with_annex.tune.branchhash1__61__true.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
git-annex_get__58___createDirectory__58___does_not_exist.mdwn avoid making absolute git remote path relative 2021-02-08 13:18:01 -04:00
git-annex_get_with_umlaut_characters_in_filenames.mdwn
git-annex_has_no_useful_debug_logging.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_looses_itself_on_Windows__63__.mdwn not a bug 2020-11-02 13:24:23 -04:00
git-annex_merge_stalls.mdwn
git-annex_no_longer_provides_remote_name_with_GETCONFIG_name.mdwn
git-annex_precommit_.__gets_stuck_after_likely_interrupted___96__annex_add__96___call.mdwn
git-annex_remotedaemon_--foreground_exits_immediately_if_run_as_systemd_service.mdwn
git-annex_sometimes_messes_up___126____47__.git-credentials.mdwn 2020-11-30 20:35:21 +00:00
git-annex_stack.yml_misses_extra-deps..mdwn
git-annex_standalone_runshell_locale_cache_fails_on_too-long_filenames.mdwn
git-annex_sucking_up_all_available_RAM_after_startup.mdwn
git-annex_upgrade_fails.mdwn
git-annex_wants_to_repair_because_of_duplicateEntries_in_git_fsck.mdwn merge 2021-01-29 15:24:47 -04:00
git-annex_won__39__t_execute_on_WD_My_Cloud_NAS.mdwn
git-lfs_remote_URL_is_not_recorded__63__.mdwn
GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match.mdwn
git_annex_add_out_of_memory__63___mmap_failed__58___No_such_file_or_directory.mdwn
git_annex_adjust_--unlock_seems_to_cause_migration_of_a_file_to_another_backend.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_can__39__t_see_connected_remote.mdwn
git_annex_cannot_get_my_files_after_clone.mdwn
git_annex_config_annex.securehashesonly_fails.mdwn git-annex-config: Allow setting annex.securehashesonly 2021-04-26 13:50:37 -04:00
git_annex_config_doesn__39__t_support_leading_dash.mdwn notabug 2021-01-25 11:20:46 -04:00
git_annex_copy_fails_without_error_message_on_macOS___40__but_works_on_Linux__41__.mdwn
git_annex_creds_are_not_embedded_with_newer_git-annex_clients.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 avoid crashing when there are remotes using unparseable urls 2021-01-18 14:59:08 -04:00
git_annex_enableremote_gcrypt_failure_leaves_a_remote.mdwn
git_annex_fix_broken.mdwn close 2021-01-04 13:46:11 -04:00
git_annex_forget_can_confuse_updating_exporttree_remotes.mdwn forget: Preserve currently exported trees 2021-04-13 15:00:23 -04:00
git_annex_fsck_--time-limit_broken.mdwn fix --time-limit 2021-01-04 15:57:11 -04:00
git_annex_get_fails_with___34__Unable_to_access_these_remotes__34__.mdwn
git_annex_import_is_dangerous_if_you_have_unused_objects.mdwn
git_annex_info_fails_on_NFS__58___waitToSetLock__58___resource_exhausted___40__No_locks_available__41__.mdwn
git_annex_init_fails.mdwn close 2020-10-23 13:58:40 -04:00
git_annex_move_--unused_not_moving_some_files.mdwn 2021-09-10 13:57:53 +00:00
git_annex_should_check_that_stdout_isatty_when_reporting_progress.mdwn
git_annex_still_deleting_content_when_merging.mdwn
git_annex_sync__58___--fast_and_REMOTE_should_be_exclusive.mdwn
git_annex_sync_remove_all_recently_added_files.mdwn
git_annex_test_fails_when_run_through_powershell.mdwn
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 2021-10-21 17:17:42 +00:00
git_config_merge.ff__61__only_breaks_sync.mdwn
Git_copy_fails_with_absolute_path_on_mavericks.mdwn
git_fsck_duplicateEntries_errors_when_using_adjusted_branch.mdwn
git_index_lock_.mdwn close 2021-01-29 14:27:36 -04:00
git_keeps_refreshing_index.mdwn
Git_LFS_as_a_special_remote_on_GitLab_not_working.mdwn git-lfs gitlab interoperability fix 2021-11-10 13:51:11 -04:00
git_proxy_uses_ls-files_without_--exclude-standard.mdwn
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 close moreinfo 2021-01-29 13:25:25 -04:00
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
gpgconf__58___invalid_option___34__--kill__34_____40__gpg_2.0.22__41___.mdwn initial report about needing newer gpg to get tests pass 2021-08-16 21:58:07 +00:00
graft__47__graft_cleanup_commits_--_really_needed__63__.mdwn
Guard_against_previously_annexed_dotfiles_being_converted_to_git_files__63__.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
hooks_permissions.mdwn init: When writing hook scripts, set all execute bits, not only the user execute bit 2020-11-17 13:31:12 -04:00
Host_resolution_error_on_Android_when_adding_RSync.net_repo.mdwn
how_to_copy_tp_multiple_remotes_simultaneously__63__.mdwn
howto_guarantee_a_single_instance_of_a_special_remote__63__.mdwn
http_remote_on_local_network_bad_error_message.mdwn Improved display of errors when accessing a git http remote fails. 2021-03-24 14:19:32 -04:00
httpalso_mode_expects_encryption.mdwn
huge_multiple_copies_of___39__.nfs__42____39___and___39__.panfs__42____39___being_created.mdwn close 2021-06-28 13:14:19 -04:00
Hybrid_encryption_can__39__t_generate_the_right_key_after_moving_files.mdwn
import_tree_on_adjusted_unlocked_branch_issues.mdwn open bug 2020-06-23 17:07:46 -04:00
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
Importfeed_replaces_all___34__.__34___characters_with___34____95____34___in_filename.mdwn
Importing_into_nested_directory_overwrites_files__63__.mdwn Fix bug importing from a special remote into a subdirectory more than one level deep 2021-03-26 16:04:36 -04:00
impossible__40____63____41___to_continuously_re-import_a_directory_while_keeping_original_files_in_place.mdwn
Impossible_to_enable_an_existing_gcrypt_repo_in_the_webapp.mdwn
impossible_to_login_to_the_website_at_times.mdwn
impossible_to_perform___34__read-only__34___git_annex_info_without_write_permissions.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
inconsistent_output_upon_addurl_--batch_complicates_if_not_forbids_reliable_parsing_of_output.mdwn
Inconsistent_results_between_git-annex-fsck_and_git-annex-whereis.mdwn close 2021-01-29 14:50:52 -04:00
Incorrect_install_dir_for_fish_completion.mdwn
indeterminite_preferred_content_state_for_duplicated_file.mdwn fix longstanding indeterminite preferred content for duplicated file problem 2021-05-24 14:07:05 -04:00
Infinite_loop_when_synchronizing_between_many_machines.mdwn
info_--json_lists_backend_usage_stats_as_a_list_of_lists.mdwn
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_-J_on_exported_S3_bucket_fails.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 close moreinfo 2021-01-29 15:36:36 -04:00
initremote_with_export_and_import_allowed_with_encryption.mdwn initremote: Prevent enabling encryption with exporttree=yes/importtree=yes 2020-12-15 12:08:08 -04:00
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 assistant: Fix a crash on startup by avoiding using forkProcess 2021-05-12 15:08:03 -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
JSON_results_for___96__export__96___have_file__58__null_property.mdwn export --json: Fill in the file field 2021-03-12 14:11:31 -04:00
keeps_demanding_ssh_key_even_if_all_sync__39__s_turned_down.mdwn
kite_net_OSX__47__current__47___distribution_is_8.20200618_but_8.20200720.1_expected.mdwn
leaks_git_config_error_message_upon_inability_to_read_downloaded___34__config__34___file.mdwn
leaves_many_stray_processes_on_remote_server.mdwn
Linux_standalone__39__s_metadata_--batch_can__39__t_parse_UTF-8.mdwn retitle and confirmed 2021-01-29 14:53:45 -04:00
loadlocale_error_with_standalone_build.mdwn
Local_network___40__ssh__41___fails_to_pair__47__sync.mdwn
Location_change_of_remote_DNS_ignored.mdwn
lookupkey_does_not_work_from_subdirectory.mdwn Fix using lookupkey inside a subdirectory 2021-10-26 15:00:45 -04:00
lookupkey_started_to_spit_out___34__debug__34___messages_to_stdout.mdwn
Low_disk_space_corrupts_state.mdwn
MacOSX__58___archive_folders_not_working_as_expected.mdwn
make_debianstandalone_-_FTBFS.mdwn update after RawFilePath transition 2020-11-09 12:12:25 -04:00
make_install_doesn__39__t_create_git-annex-shell.mdwn
man_page_for_command_misses_actual_command_in_the_synopsis_for_git-annex-checkpresentkey.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_--remove_stalls_as_of_88a7fb5cb.mdwn
Metadata_charset_not_uniform.mdwn close with proof this is not a bug 2021-01-29 15:33:15 -04:00
metadata_cmd._vs._--json-error-messages.mdwn metadata --batch: Avoid crashing when a non-annexed file is input 2021-11-01 13:40:43 -04:00
metadata_view_does_not_vpop_to_original_view.mdwn
migrate_and_move_duplicates_data.mdwn
migrated_files_not_showing_up_in_unused_list.mdwn
Missing_sanity_check_of_group_names._Special_group_names_should_not_be_allowed.mdwn
moreinfo.mdwn
move_from_ssh_when_not_present_displays_misleading.mdwn
move_violates_numcopies___40__regression__41__.mdwn move: Fix a regression in the last release that made move --to not honor numcopies settings 2020-11-13 14:19:32 -04:00
Moved_files_are_not_picked_up_by_the_assistant_on_OS_X.mdwn
multiple_ssh_prompts__44___and_thread_blocked_indefinitely_in_an___63____63____63___transaction.mdwn
mysterious_dependency_of_git_annex_status_output_of_the_added_file.mdwn
Nearline_bucket_stopped_working___40__can__39__t_even_HEAD_files__41__.mdwn
networkbsd_flag_default_differs_in_stack.yaml_and_git-annex.cabal.mdwn
new_merge.directoryRenames_behavior_breaks_sync_merge_conflict_resolution.mdwn
new_repo_with_git-lfs_as_only_annex_remote.mdwn
new_whereis_--json_lost_information_about_web_urls_if_other_special_remotes_provide_them.mdwn
newly_created_annex_fails_fsck.mdwn response and close 2021-04-26 13:34:00 -04:00
no_git-annex_shell_on_Windows.mdwn
no_way_to_disable_repository_auto_upgrade.mdwn 2021-02-20 19:02:26 +00: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 comment and close not a bug 2021-02-24 13:31:19 -04:00
Offline_editing_in_Android_removes_files_and_creates_links.mdwn
old__40__er__41___cp_from_coreutils_lacks_--reflink.mdwn avoid using cp --reflink=auto on windows 2021-06-28 12:51:40 -04:00
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_some_remotes_failing_to_detect_annex_spits_out_message_to_stderr_and_empty_lines_to_stderr__44___ignores_--json-error-messages.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_annex_test_FAILs_when_HOME_is_a_crippled_fs.mdwn
One_Client_Not_Syncing_Content.mdwn
openTempFile.mdwn retitle 2021-02-24 13:16:03 -04:00
OSX__58___addurl_--batch_--json_spits_out_shortened_output_string__dies_off_with_4.mdwn
OSX__58___Assistant_leaves_repo_in_inconsistent_state.mdwn
OSX__58___Pushed_changes_are_autocommited.mdwn 2021-02-23 15:16:50 +00:00
OSX_assistant_fails_to_download_new_file_after_initial_pass.mdwn
OSX_Assistant_will_not_automatically_drop.mdwn
OSX_case_insensitive_filesystem.mdwn
p2p_auth_token_can_only_be_retrieved_at_generation_time.mdwn
p2p_protocol_misbehavior_when_location_log_out_of_date.mdwn improve p2p protocol handling of requested object not available 2020-12-01 16:05:55 -04:00
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
parallel_copy_fails.mdwn
parallel_copy_to_S3_fails.mdwn
Parallel_fsck_on_files_with_same_content_in_bup_remote_can_fail.mdwn
parallel_get_can_fail_some_downloads_and_require_re-getting_.mdwn
parallel_get_to_the_files_for_the_same_key_would_fail_with__thread_blocked_indefinitely_in_an_STM_transaction.mdwn
parens_without_explicit_and__47__or_gives_wrong_matches.mdwn fix handling of implicit and before parens 2021-01-28 13:51:07 -04:00
Patch_for_compilation_errors_on_Windows.mdwn close 2020-11-24 14:33:52 -04:00
Please_include_version_of_used_to_build_ghc_within___34__git_annex_version__34__.mdwn
Podcast_filename_encoding_breaks_Android_client.mdwn
poor_choice_of_name_for_adjusted_branches.mdwn 2021-04-20 13:49:58 +00:00
possible_data_loss_when_unsized_key_stored_chunked.mdwn turns out this was fixed in 2014 2020-10-22 19:54:26 -04:00
preferred_content__58___include_statement_does_not_allow_spaces_in_filenames.mdwn
prematurely___40__can__39__t_check_offline__41___marks_remote_as_annex-ignore.mdwn
presence_of_AWS_creds_ruins_access_to_public_urls.mdwn forgot to close this 2021-03-22 11:31:00 -04:00
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 update tutorial to work with 6 year old version of git-annex-shell 2021-02-02 12:26:37 -04:00
prop__95__isomorphic__95__key__95__encode_fails_with_external_backend_changes.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
prop__95__relPathDirToFileAbs__95__basics_fail_on_crippled___126__.mdwn rewrite prop_relPathDirToFileAbs_basics 2021-01-13 13:23:26 -04:00
proposal_for_timestamp_semantics.mdwn
Pusher_crashed__58___fd__58__56__58___hPutStr__58___illegal_operation___40__handle_is_closed__41__.mdwn
Q__58___is_there_a_reason_to___34__sense__34___git_annex_post-receive_in_a_hook__63__.mdwn
R__47__O_permissions_are_stalking_me_somehow.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
Recent_hang_with_rsync_remote_with_older_systems___40__Xenial__44___Jessie__41__.mdwn
Recreating_remote_repository__39__s_annex.mdwn
regression_-_fails_to_drop_._Exit_code_11_wo_--debug__44___and_1_with_--debug.mdwn
regression_-_yt__58___prefix_for___34__regular__34___urls.mdwn
regression__58___fails_to_detect_need_for_pidlock_on_an_NSF_mount.mdwn
regression__58___http_downloads_redirecting_to_ftp_are_no_longer_supported.mdwn
regression__58___index.lck_in_shared-group_is_not_g+w.mdwn close bug 2021-07-12 10:45:57 -04:00
regression__58___standalone_build_is_deficient_on_linux_after_7.20190819+git2-g908476a9b-1__126__ndall+1_some_time.mdwn
Regression_in___96__find_--json__96___output.mdwn
regression_with_S3_creds_not_used.mdwn
reinject__58___silent_failure_with_absolute_path_to_poi.mdwn reinject: Error out when run on a file that is not annexed 2021-05-07 13:31:03 -04:00
release_8.20201116_doesn__39__t_build_on_windows.mdwn Fix build on Windows 2020-11-19 12:33:00 -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_repository_must_be_version_6_as_well_to_have_copied_files_appear_correctly.mdwn
Remote_Tests__58___storeKey_fails_for_http_remotes___40__skip_instead__63____41__.mdwn
Remote_webapp_on_debian_stretch_not_responding.mdwn
remotes_disappeared.mdwn
removeLink_failed_when_initializing_a_repo_in_a_VirtualBox_shared_folder.mdwn
Renamed_special_remote_cannot_be_reactivated_by_the_webapp.mdwn
Repo_contains_invalid_Windows_paths_again.mdwn rename forum post ending in a dot which breaks cloning on windows 2021-01-26 13:19:05 -04:00
reports_success_when_addurl_--batch__a_file_which_is_.gitignore__39__d.mdwn
Resource_exhausted.mdwn
resource_exhausted_at_end_of_100k_files_copy.mdwn
Resource_temporarily_unavailable_when_running_enableremote.mdwn
rmurl_marks_url_not_available_in_wrong_remote.mdwn rmurl: remove all forms of an url, no matter what the downloader is set to 2021-03-22 12:09:15 -04:00
rsync__58___protocol_version_mismatch.mdwn
rsync_fails_with_sync_error__58___syntax_or_usage_error_.mdwn
Running_fsck_on_a_remote_drops_bad_files.mdwn
running_git_annex_commands_in_worktree_of_a_non-git-annex_repo_changes_the_.git.mdwn
running_tests_on_NFS_HOME_does_not_exit_cleanly__58___gpgtmp.mdwn
S3-remote_fail_to_get_data_on_some_clones__47__machines.mdwn
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
Selfsigned_certificates_with_jabber_fail_miserably.mdwn
separate-git-dir_OK_under_Linux_FAIL_under_Windows.mdwn
set_metadata_leaks_from_one___40__staged__41___key_to_another_during_rename_of_file.mdwn
Share_with_a_friend_fails.mdwn
shared_setting_of_git_causes_annex__39__ed_files_to_be_writeable__33__.mdwn
should_be_possible_to_use_ssh_hosts_from_.ssh__47__config.mdwn
should_not_assume_entire_name_to_be_an_extension__63__.mdwn add: When adding a dotfile, avoid treating its name as an extension. 2021-08-03 12:22:58 -04:00
Should_try_again_when_network_fails___40__esp._DNS__41__.mdwn
shouldn__39__t_keep_permissions_of_the_ssh_remote__63__.mdwn close 2021-03-29 13:08:22 -04:00
Show_current_config_of_special_remote.mdwn close 2021-01-29 14:14:15 -04:00
signal_weirdness.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
Small_patch_to_make_93520790a_compile_on_Windows.mdwn close 2020-11-25 06:25:58 -04:00
SmartGit__39__s_Cherry-Pick_function_throws_error_with_git-annex.mdwn
smudge_clean_can_fail_on_URL_key.mdwn support modifying and running git add on an unlocked file that used an URL key 2021-01-25 17:37:16 -04:00
smudge_filter_drastically_slows_down_git_diff.mdwn
some_annex_addurl_--fast_--with-files_--json_--json-error-messages_--batch__do_not_quit.mdwn
Some_calls_to_git_repeat_--config_values.mdwn
some_tests_fail_while_running_under_NFS.mdwn
some_transfers_for_get_-J4_fail_over_ssh__47__rsync_and_require_retry.mdwn
special_characters___34____63____58___on_FAT_partition.mdwn close 2021-01-29 14:20:09 -04:00
special_directory_remotes__58___git_annex_copy_fails_if_tmp__47___is_a_symbolic_link_to_another_device.mdwn comment and reject 2021-01-29 14:33:26 -04:00
special_remote_protocol__58___adding_local_state_variables___40__not_under_git__41__.mdwn
SSH-based_git-annex-init_hang_on_older_systems___40__Xenial__44___Jessie__41__.mdwn
SSL_repos_does_not_show_up_in_Assistant.mdwn
stack_build_failure_with_recent_update.mdwn
Stall_detection__58___no_external_remote_debug_output.mdwn Make --debug also enable debugging in child git-annex processes 2021-03-22 14:25:28 -04:00
standalone_build_is_slightly_out_of_date.mdwn
standalone_builds_shouldn__39__t_pollute___126____47__.ssh_with_helpers_merely_upon_annex_init.mdwn
standalone_runshell_can_race_and_fail_to_remove___96____126____47__.cache__47__git-annex__47__locales__47____96___dirs.mdwn
standalone_shim_is_segfaulting_if_IFS__61____36____39____92__013__39__.mdwn
startup_scan_extremely_slow.mdwn
still_seeing_errors_with_parallel_git-annex-add.mdwn
storeKey_when_already_present_failures_on_Windows.mdwn close 2020-10-26 12:02:35 -04:00
Strange_case_of_data_loss__44___possibly_linked_to_git-annex_with_encrypted_rsync_remote.mdwn
Stress_test.mdwn
strips___95___from_extensions_in_E_backends__63__.mdwn
Submodule_deletion_not_synced_from_adjusted_branch.mdwn merged fix from kyle 2021-01-07 13:47:36 -04:00
support_bare_git_repo__44___with_the_annex_directory_exposed_to_http.mdwn
Support_manual_configuration_of_tor_hidden_service.mdwn
surprising_behavior_operating_on_file_behind_symlink.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 added bug report re: git-annex-sync succeeding without fetching all files 2021-03-30 15:00:56 +00:00
sync_claims_data_loss_but_seems_to_just_lose_tracking.mdwn
sync_content_copies_unwanted_removed_files.mdwn use MatchingKey when a Key is known 2020-11-09 15:17:22 -04:00
sync_deletes_files.mdwn close 2021-01-29 15:29:55 -04:00
sync_does_not_merge_after_branch_rollback.mdwn 2021-10-26 22:37:52 +00: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_of_adjusted_branch_does_not_propagate_changed_submodule_commit.mdwn
sync_on_a_repository_on_removable_media_should_not_leave_ssh_conns_open.mdwn close 2021-01-29 15:50:08 -04:00
sync_to_export_with-J_STM_error.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
Syntax_error_in_comit_f29d49d47.mdwn close 2020-12-29 12:48:21 -04:00
tahoe_remote_has_no_repair.mdwn
test_fail_on_windows__58___permission_denied_.mdwn close 2021-09-03 11:54:45 -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
Test_prop__95__viewedFile__95__rountrips_fails_occasionally.mdwn close 2020-11-30 12:28:20 -04:00
testremote_breeds_way_too_many_instances_of_the_externals_remote.mdwn
testremote_failure_with_s3.mdwn
testremote_failures_starting_with_aeca7c220.mdwn
testremote_with_external_remote_hangs_after_asyncexternal_merge.mdwn
tests_fail___40__gpg-agent_related__63____41___when_running_build_inside_singularity_container.mdwn
tests_fail_on_Linux_build.mdwn fix typo closing 2020-11-17 12:00:03 -04:00
Tests_fail_on_Windows_10.mdwn close old bug 2021-04-23 00:25:22 -04:00
tests_fail_on_windows__58___retrieveKeyFile_resume.mdwn windows needs to die 2021-04-23 00:38:18 -04:00
Tests_failing_on_Windows.mdwn close 2020-11-24 14:32:34 -04:00
thread_blocked_indefinitely_in_an_STM_transaction__while_moving_within__a_local_clone.mdwn
Too_difficult_if_not_impossible_to_explicitly_add__47__keep_file_under_git___40__not_annex__41___in_v6_without_employing_.gitattributes.mdwn
too_many_ssh_connections_during_sync_of_gcrypt_remotes.mdwn
touch.hsc_has_problems_on_non-linux_based_systems.mdwn
Transfers_continue_after_daemon_stopped.mdwn
TransferScanner_crashed__58___fd__58__59__58___hGetLine__58___end_of_file.mdwn
treatment_of_largefiles_is_not_working_for_addurl_--fast___40__or_--relaxed__41__.mdwn
Tries_to_upload_to_remote_although_remote_is_dead.mdwn
Unable_to_addurl_file__58____47____47____47___on_Windows.mdwn
Unable_to_get__47__addurl_to_http_link__58___download_failed__58___InvalidHeader___34__preload__34__.mdwn
unable_to_get_content_via_ssh_without_write_perms.mdwn close 2021-09-01 10:47:33 -04:00
unable_to_get_from_public_S3_remote_without_clear_reasoning_why.mdwn
Unable_to_setup_gcrypt_Remote_with_encryption__61__shared.mdwn close long-fixed bug 2021-03-09 13:58:22 -04:00
unannex__58___Cannot_proceed_with_uncommitted_changes_staged_in_the_index.mdwn
unannex_of_modified_file_loses_modification.mdwn fix unannex data overwrite bug 2021-02-22 13:35:00 -04:00
unclear_why_annex_fails_to_get_a_file_from_a_public_S3_bucket_where_it_exported_before.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
unlock_should_warn_if_file_isn__39__t_in_repo.mdwn
upgrade___40__from_v5__41___fails_without_stating_any_reason__47__hints.mdwn
Upgrade_impossible_om_Mac_OSX.mdwn
upgrade_to_V8_fails.mdwn
Upgrader_crashed.mdwn fix windows assistant upgrade glitch 2020-11-19 12:50:25 -04:00
Upload_to_S3_fails_.mdwn
URL_key_potential_data_loss.mdwn
use_new_hash_format_on_non-crippled_filesystems.mdwn
use_of_annex_in_submodule_replaces_.git_with_incorrect_symlink.mdwn
using_old_remote_format_generates_irritating_output.mdwn
using_regular_magic_file__warning_pollutes_stderr.mdwn
Utility__47__libkqueue.h_left_out_on_hackage.mdwn Include libkqueue.h file needed to build the assistant on BSDs 2021-02-01 12:00:56 -04:00
v5_direct_upgrade_fail_with_annex.alwayscommit=false.mdwn upgrade: Support an edge case upgrading a v5 direct mode repo where nothing had ever been committed to the head branch 2020-11-24 12:31:17 -04:00
v6_-_under_subdir__58___git_add___34__whines__34____44___git_commit___34__blows__34__.mdwn
v6_appears_to_not_thin.mdwn
v7_upgrade_of_local_clone_bug.mdwn
Very_not_graceful_exit_on_cwd_deletion_while_git_annex_adding_files.mdwn
very_slow_export_to_directory_special_remote___40__on_USB_drive__41__.mdwn
VFAT_crazy_limit_on_max_filenames_in_directory.mdwn
vicfg_and_description_often_not_propagated.mdwn
view.mdwn view: Fix a reversion in 8.20200522 that broke entering or changing views. 2020-11-02 14:47:08 -04:00
W__58__prop__95__relPathDirToFileAbs__95__basics_started_to_fail.mdwn fix prop_relPathDirToFileAbs_basics fail on windows 2021-01-18 13:26:10 -04:00
wanted_started_to_dump_debug_output_to_stdout_.mdwn --debug output goes to stderr again, not stdout 2021-07-12 09:40:38 -04:00
warning__58___unable_to_convert_submodule_to_form_that_.mdwn fix a bug that prevented git-annex init from working in a submodule 2021-01-21 15:33:15 -04:00
warning_about_ssh_caching_keeps_showing.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
WEBDAV_export_has_wrong_subdirectory_content.mdwn webdav: deal with buggy webdav servers in renameExport 2021-03-22 13:08:18 -04:00
webdav_export_slow__44___does_not_reuse_connections.mdwn
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_stopping___96__git_annex_get__96___files_left_broken.mdwn close moreinfo 2021-01-29 14:55:48 -04:00
when_you_get_a_file_but_don__39__t_actually_have_enough_space_for_it__44___the_error_message_makes_useless_suggestions.mdwn get: Improve output when failing to get a file fails 2021-01-29 15:11:19 -04:00
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
whereis_shouldn__39__t_just_crash_if_one_of_the_special_remotes___34__drivers__34___is_not_available.mdwn
whereused_false_match_on_longer_key.mdwn better key matching with a regexp 2021-07-14 16:31:17 -04:00
windows__58___autostart_for_annex_64bit_looks_under_x86.mdwn
windows__58___commits_created_despite_alwayscommit__61__fals.mdwn bug: alwayscommit=false on windows 2020-12-04 21:05:25 +00:00
Windows__58___Doesn__39__t_want_to_handle_files_with_2_dots_in_filename.mdwn
Windows__58___drop_claims_that___34__content_is_locked__34__.mdwn close per comment 2021-10-12 13:42:55 -04:00
Windows__58___git_annex_get_failed.mdwn
Windows__58___git_annex_view_fails.mdwn close 2021-03-22 10:17:41 -04:00
windows__58___plenty_of_unit_tests_fail_aftr_8.20211028.mdwn close 2021-11-05 12:46:56 -04:00
Windows__58___substantial_per-file_cost_for___96__add__96__.mdwn 2021-09-21 09:22:19 +00: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___git-annex__58___failed_to_read_sha_from_git_write-tree.mdwn
windows_autostart.mdwn
Windows_build_failing_as_of_commit_cb7bb3e.mdwn windows build fix from jwodder 2021-02-15 13:35:01 -04:00
Windows_build_test_failures.mdwn
windows_dosn__39__t_build_again__63____33__.mdwn
Windows_installer_includes_curl_and_wget__44___but_not_required_DLLs.mdwn
Wrong_backend_extension_in_files_with_multiple_dots.mdwn close 2021-01-29 14:49:55 -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