git-annex/doc/todo
Joey Hess 05989556a2
start implementing hidden git-annex repositories
This adds a separate journal, which does not currently get committed to
an index, but is planned to be committed to .git/annex/index-private.

Changes that are regarding a UUID that is private will get written to
this journal, and so will not be published into the git-annex branch.

All log writing should have been made to indicate the UUID it's
regarding, though I've not verified this yet.

Currently, no UUIDs are treated as private yet, a way to configure that
is needed.

The implementation is careful to not add any additional IO work when
privateUUIDsKnown is False. It will skip looking at the private journal
at all. So this should be free, or nearly so, unless the feature is
used. When it is used, all branch reads will be about twice as expensive.

It is very lucky -- or very prudent design -- that Annex.Branch.change
and maybeChange are the only ways to change a file on the branch,
and Annex.Branch.set is only internal use. That let Annex.Branch.get
always yield any private information that has been recorded, without
the risk that Annex.Branch.set might be called, with a non-private UUID,
and end up leaking the private information into the git-annex branch.

And, this relies on the way git-annex union merges the git-annex branch.
When reading a file, there can be a public and a private version, and
they are just concacenated together. That will be handled the same as if
there were two diverged git-annex branches that got union merged.
2021-04-20 15:04:53 -04:00
..
--batch_for_add
--batch_for_find
--debug-level___40__and__47__or_-c_annex.debug-level__41___+_more_debug_information_from_git-annex comment and close, open related todo 2021-04-06 16:51:38 -04:00
--get_option_for_diffdriver
__91__FR__93___No_consistency_check_while_on_battery-only
accellerate_ssh_remotes_with_git-annex-shell_mass_protocol
add_--json-progress_to___96__git_annex_add__96__ comment 2019-04-26 10:18:55 -04:00
add_a_--branch_to_applicable_git-annex_commands
add_ancient_armel_build
Add_confirmation_dialog_to_the_restart_option
Add_FAT_mode_without_double_using_disk_space close as dup 2021-02-08 14:19:43 -04:00
add_import_--to_command comments 2019-11-19 13:07:54 -04:00
add_limit_to_matching_options
add_option_to_disable_fsck_upgradable_key_warnings Added a comment: migration warning still present after migration 2021-04-18 09:37:10 +00:00
add_prefix_option_to_export
add_sftp_special_remote
add_tests_under_concurrency Added a comment 2019-05-09 21:07:39 +00:00
add_xxHash_backend update 2020-12-15 16:35:06 -04:00
addunlocked_config_setting Added a comment: re: what am I doing wrong? 2020-01-14 03:19:22 +00:00
addurl___8211__force-torrent_option
addurl_improvements
addurl_video_from_a_Twitter_post respond and close 2020-06-22 14:44:14 -04:00
Allow_for_TRANSFER-SUCCESS_to_report_also_a_URL_where_key_could_now_be_obtained_from
Allow_globally_limiting_filename_length
alternate_keys_for_same_content Added a comment: potential security issues? 2020-02-06 21:00:57 +00:00
Alternative_mode_control_for_import
Amazon_Cloud_Drive
Android__58___add_a___34__Share_via__34___shortcut___34__Add_to_Annex__34__
annex_add___40__-u__124__--update__41___mode
annex_merge_--remotes tagging todo items 2020-01-29 11:28:32 -04:00
append-only_mode
arm64_autobuilder
assistant_cannot_set_up_remote_repo_via_an_ssh_alias_or_an_ip_address
assistant_should_detect_added_remotes
assistant_web_switch_repo_Internal_Server_Error Added a comment 2021-02-21 15:50:49 +00:00
assure_correct_names___40__and_values__41___for_special_remotes_parameters done 2020-01-17 17:18:44 -04:00
auto-lock_files_after_one_edit adjust --lock: This enters an adjusted branch where files are locked. 2019-09-27 14:23:25 -04:00
Avoid_lengthy___34__Scanning_for_unlocked_files_...__34__ Added a comment: annex.supportunlocked=false 2021-03-23 20:02:19 +00:00
batch_async update 2020-09-14 16:57:47 -04:00
batch_command_result_status
batch_operations_for_remotes comment 2019-03-19 13:45:28 -04:00
be_able_to_refer_to_remotes_by_uuid
be_able_to_specify_custom_commit_message_for_git-annex_branch_commit
better_error_messages_for_local_remote comment 2021-02-02 13:10:07 -04:00
better_exceptions_to_annex.security.allow-unverified-downloads
Bidirectional_metadata
Bittorrent-like_features
bittorrent__58___support_offline_operation_and_verification
borg_special_remote idea 2020-12-04 00:00:40 -04:00
cache_key_info
calckey___91__--path__93___given_a_checksum_and_filename__63__ examinekey: Added a "file" format variable 2020-11-16 09:59:11 -04:00
calckey_cannot_be_used_outside_of_git_repo
Can__39__t_access_files_from___39__Removable_drive__39___repo_even_if_set_as_client
change_git-annex-import_not_to_delete_original_files_by_default tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
CHECKPRESENT-MULTI removed 2020-09-29 08:36:37 +00:00
checksum_verification_on_transfer comment 2019-05-23 13:36:59 -04:00
clarify_that_v7_applies_to_all_clones Added a comment 2020-10-05 23:17:08 +00:00
cleaner_hack_for_man_pages
cloning_direct_mode_repo_over_http
Compatibility_with_socks-0.6_and_persistant-template-2.7 comment 2019-06-25 11:08:45 -04:00
config_option_to_use_all_processors_by_default
config_setting_to_force_--progress_reporting_for_some_git_calls already fixed 2020-01-30 12:40:39 -04:00
configuration_option_for_default___34__mode__34___on_crippled_file_systems
Configuring_metadata_view_filenames
consider_meow_backend comment 2020-01-06 15:39:50 -04:00
copy_instead_of_rename_on_reinject
create_debug_logs_but_erase_them_on_success Added a comment 2020-03-26 20:36:28 +00:00
ctrl_c_handling
custom_f-droid_repo
Describe_a_file_in_function_of_another_file Added a comment: special remote that restores contents by running a command 2019-10-04 18:16:39 +00:00
ditch_yesod
do_not_block_on_crypto_key_generation
dockerized_external_special_remotes comment 2021-04-08 13:51:43 -04:00
document_git-annex_dependencies comment 2020-05-05 12:33:28 -04:00
documenting_sqlite_database_schemas comments 2020-01-06 14:33:29 -04:00
does_not_preserve_timestamps Added a comment 2020-11-22 16:07:16 +00:00
Don__39__t_re-encrypt_when_key_is_already_in_.git__47__annex__47__tmp comment 2020-02-28 14:18:09 -04:00
dumb__44___unsafe__44___human-readable_backend
easy_way_to_reproduce_normal_download_command
enable_a_discussion_forum_or_support_system
encrypt_only_the_credentials
encrypting_URLs tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
export
external_backends Added a comment: streaming data and external backends 2020-07-30 15:58:24 +00:00
external_remote_querying_transition
external_remotes__58___Add_support_for_ErrorMsg_to_-FAILURE_messages_lacking_it add missing CHECKURL-FAILURE ErrorMsg to docs 2020-09-18 11:58:18 -04:00
Facilitate_public_pretty_S3_URLs
faster___40__took_2_min__41___way_to_realize_the_need_in_pidlock__63__ Added a comment 2020-06-05 22:15:09 +00:00
Faster___171__git_annex_status__187___when___171__git_annex_watch__187___is_running
feature_request__58___pubkey-only_encryption_mode
free_space_checking_for_local_special_remotes
Fsck_remote_files_in-flight fsck: avoid redundant checksum when transfer is Verified 2021-04-14 13:22:54 -04:00
generic_readonly_http_remote Added http special remote, which is useful for accessing other remotes that publish content stored in them via http/https. 2020-09-01 15:16:35 -04:00
git-annex-cat Added a comment: re: git-annex-cat 2020-07-09 01:06:37 +00:00
git-annex-export_--from_option comments 2019-11-19 13:07:54 -04:00
git-annex-get_--batch_--key Added a comment: Re: Usefulness of batch key processing 2020-05-15 09:33:22 +00:00
git-annex-init_should_configure_git_diff_driver comment and close 2020-01-06 14:42:40 -04:00
git-annex-migrate_using_git-replace Added a comment 2020-02-01 02:55:07 +00:00
git-annex-reinject_--known_should_not_fail_when_the_file_extension_is_different Added a comment 2020-01-07 12:29:49 +00:00
git-annex-sync_handling_of_linked_worktrees tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
git-annex-test___58___skip_tests_if_external_utils_have_problems comment 2019-03-22 10:30:22 -04:00
git-annex-unused_--history comment 2021-03-12 11:45:28 -04:00
git-annex_7.20181105_not_buildable_against_Debian_stretch
git-annex_7.20181121_not_buildable_against_Debian_stretch
git-annex_find_--batch_will_not_accept_absolute_paths fix absolute filenames fed into --batch and git-annex info 2020-04-15 16:04:05 -04:00
git-annex_ignores_GIT__95__SSH
git-lfs_special_remote_simpler_setup Added a comment: reference original bug report 2019-11-29 17:58:29 +00:00
git_annex_info___60__remote__62___does_not_list_all_the_parameters_for_the_remote
git_annex_info_to_include_information_about_repo_version__63__
git_annex_open
git_annex_repair__58___performance_can_be_abysmal__44___huge_improvements_possible
git_repo_tracking___40__not_storage__41__ tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
git_smudge_clean_interface_suboptiomal Added a comment: Other benefits of proposed improvements to the smudge/clean API 2021-01-26 14:25:59 +00:00
globus_special_remote_as_a___34__transport__34___layer Merge branch 'master' into v8 2020-02-19 14:32:11 -04:00
hide_missing_files
hiding_a_repository comment 2021-04-16 14:45:46 -04:00
idea__58___external_special_remote___34__async__34___protocol_for_transfers Merge branch 'asyncexternal' 2020-08-14 16:00:49 -04:00
idea__58___git-annex_cat Added a comment: git-annex-cat 2020-07-09 00:21:02 +00:00
immediate_stream-to-sync
import_--reinject
import_from_directory_does_not_use_cp_--reflink__63___ Added a comment 2021-04-14 20:46:11 +00:00
import_tree_annexes_files_that_were_exported_non-annexed close todo 2021-03-05 14:46:09 -04:00
importfeed__58___allow___36____123__itemdate__125___with_--template
importing_from_special_remote_without_downloading add 2020-07-24 14:11:08 -04:00
include_msg_with_possible_reason_why_command___40__e.g._add__41___failed_into_--json_output
Incremental_git_annex_sync_--content_--all Added a comment 2021-01-19 16:27:07 +00:00
INFO_message_for_custom_special_remotes
inode_based_clean_filter_for_less_surprising_git_add Added a comment: searching by inode 2019-10-23 16:32:37 +00:00
integrate_support_for_spideroak_as_archive__47__backup
Invert_remote_selection tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
keep_git-annex_branch_checked_out__63__ Added a comment: git pack files 2020-07-01 17:32:45 +00:00
key_checksum_from_chunk_checksums Added a comment: chunks and checksums 2020-01-28 18:20:36 +00:00
LFS_API_support
LIst_of_Available_Remotes_in_Webapp
lockContent_for_special_remotes Added a comment: lockContent for special remotes 2021-04-15 16:32:34 +00:00
lockdown_hooks Added a comment: ACLs keep fighting back 2019-10-29 18:03:57 +00:00
Long_Running_Filter_Process
Lower-case_extension_for_SHA256E_and_similar comment 2020-05-25 11:47:10 -04:00
machine_readable_information_about_reason_of_failure_in_enableremote
make___34____Try_making_some_of_these_repositories_available__34___more_informative cache remote.log 2020-09-22 13:52:26 -04:00
make_annex_info_more_efficient
make_copy_--fast__faster
Make_default_annex_version_match___40__clone_or_sync__41___parent
Make_git_annex_sync_--content_trust_location_logs comment 2020-11-30 13:13:56 -04:00
make_git_check-ignore_less___34__cpu_heavy__34___while_addurl_--batch_--fast___63__ addurl: Avoid a redundant git ignores check for speed 2020-09-29 13:00:41 -04:00
make_glacier-cli_executable_path_configurable
make_status_show_staged_files
making_it_easier_to_smudge_dotfiles comment 2020-03-02 15:02:22 -04:00
may_be___40__again__41___to_prelink_or_somehow_avoid_all_the_failing_opens__63__ runshell LD_HWCAP_MASK=0 optimisation 2020-08-03 14:34:15 -04:00
MD5E_keys_without_file_size
memory_use_increase update 2020-10-19 14:49:16 -04:00
metadata_batch_command_should_allow_changes_by_key
Metadata_changes_are_not_reflected_in_a_view
Metadata_on_regular_git_objects___40__blob__44___trees__41____63__
more_efficient_memory_usage_with_git-annex_unused
more_efficient_resolution_of_trivial_export_conflicts prove this optimisation would not be safe, so close 2020-05-04 14:49:42 -04:00
more_extensive_retries_to_mask_transient_failures design work 2020-12-02 14:31:24 -04:00
more_of_diagnostic_information_in_case_of_failures_into_returned_json
Move_ssh_config_to___126____47__ssh__47__git-annex__47__config
multicast___34__broadcasting__34___of_content_on_local_net
Natively_support_s3__58____47____47___urls___40__for_addurl__44___get__44___etc__41__
Not_working_on_Android-x86
only_pass_unlocked_files_through_the_clean__47__smudge_filter comments 2021-03-23 12:05:05 -04:00
openwrt_package
operate_on_files_affected_by_a_commit_range comment 2019-10-08 12:11:19 -04:00
OPT__58_____34__bundle__34___get_+_check___40__of_checksum__41___in_a_single_operation comment 2021-02-10 21:49:25 -04:00
optimization_needed__58___slow_uninit unannex, uninit: Avoid running git rm once per annexed file, for a large speedup. 2021-02-22 12:56:11 -04:00
optimize_by_converting_String_to_ByteString use filepath-bytestring for annex object manipulations 2019-12-11 15:25:07 -04:00
option_for___40__fast__41___compression_on_special_remotes_like___34__directory__34__ comment 2019-03-19 13:40:46 -04:00
option_in_git-annex-export_to_include_git_files Added a comment 2019-08-26 20:58:14 +00:00
option_to___96__drop_path__96___to_not_drop___34__all_copies__34__ Added a comment 2021-04-18 23:45:26 +00:00
option_to_add_user-specified_string_to_key tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
option_to_block_git_from_pushing_references_to_not-yet-saved_contents Added a comment: issue of pushing refs to annexed files but not info on how to fetch them 2021-03-01 16:46:57 +00:00
option_to_individually_hash_chunks Added a comment: another deduplication option 2021-03-22 13:51:35 +00:00
option_to_put_temp_files_on_a_RAM_disk correction 2020-01-30 13:04:53 -04:00
output_of_wanted___40__and_possibly_group_etc__41___should_not_be_polluted_with___34__informational__34___messages
Package_for_Lacie_NasOS__63__
parallel_possibilities Added a comment: running parallel commands with xargs 2020-02-20 20:48:36 +00:00
per-branch_git-annex_branch tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
preserve_file_extensions_in_WORM_and_URL_keys tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
prevent_unwanted_init
Provide_a_way_to_white_list_local_networks___40__not_just_specific_IPs__41__ comment 2020-02-25 16:16:18 -04:00
provide_machine_readable___40__--json__63____41___version_of_initremote_--whatelse comment 2020-02-17 12:26:09 -04:00
provide_windows_build_with_MagicMime Added a comment: windows build with magic 2020-10-22 19:32:55 +00:00
publicurl_config_for_all_special_remotes Added a comment 2020-09-01 20:50:02 +00:00
read-only_removable_drives
redundancy_stats_in_status
reinit_current_repo_to_new_uuid tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
reinit_should_work_without_arguments tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
remote-ready-command Added a comment 2019-09-13 23:17:37 +00:00
report_PID___40__and_may_be_failure_details__63____41___in___34__process_done__34___debug_messages Improve --debug output to show pid of processes that are started and stopped 2020-09-24 12:39:57 -04:00
Request__58___Date_limit_with_importfeed comment 2020-07-27 11:37:12 -04:00
required_content
restore_--include-dotfiles_as_a_no-op_for_backwards_compatibility comment 2020-03-02 14:52:02 -04:00
restore_original_environment_when_running_external_special_remotes_from_standalone_git-annex__63__ Added a comment 2020-03-04 21:34:42 +00:00
Retire_Esqueleto_as_a_dependency
S3_fsck_support
separate_annex.largefiles.git-add_and_annex.largefiles.git-annex-add_settings Merge branch 'master' of ssh://git-annex.branchable.com 2019-10-23 15:30:55 -04:00
Set_total_storage_limit_for_special_remotes
setpresentkey_option_to_record_chunked_state comment 2020-01-30 12:43:31 -04:00
shorten_git-annex_manpage
shorter_keys_through_better_encoding external backends implemented 2020-07-29 17:24:34 -04:00
show_me_where_unused_file_was__44___i_can_wait
show_readonly_removable_drives_in_the_webapp
Show_repo_type_in_repo_list
show_time_of_last_interaction_with_a_repo Merge branch 'master' of ssh://git-annex.branchable.com 2021-03-30 12:58:34 -04:00
simpler__44___trusted_export_remotes tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
skip_first_pass_in_git_annex_sync Added a comment 2020-09-25 16:33:42 +00:00
Slow_transfer_for_a_lot_of_small_files
smudge
some_way_to_get_a_list_of_options_for_a_special_remote_of_a_given_type comment 2020-02-17 12:04:54 -04:00
Specify_maximum_usable_space_per_remote
speculate-can-get___58___extension_of_speculate-present Added a comment 2019-05-03 16:31:18 +00:00
Speed_up___39__import_--clean-duplicates__39__
speed_up_git_annex_sync_--content_--all Added a comment 2020-08-04 14:10:33 +00:00
speed_up_transfers_over_ssh+rsync_--_directly_reuse_the_same_connection__63__
split_off_clean__47__smudge_filter__63__ Added a comment: limiting clean/smudge filter to unlocked files 2019-11-08 19:48:11 +00:00
stop_using_createDirectoryIfMissing_True link to upstream bug report 2020-03-06 13:52:48 -04:00
stop_using_curl_and_wget
stream_feature__63__
support_.netrc_for_fsck_--from_web
support___126____47__.netrc_for_http_access_authentication_specs_as_was_done_when_wget_was_used
support_disabling_git-annex___47___guard Added a comment: .noannex 2020-05-27 15:34:54 +00:00
support_disabling_verification_of_transfer_over_p2p_protocol
Support_for_include_matching_option_in_findref
support_for_storing_xattrs
support_longer_file_extensions
support_multiple_special_remotes_with_same_uuid looked over all my old comments, current status of all concerns 2019-10-11 16:06:42 -04:00
support_ssh__58____47____47___or_sftp__58____47____47___urls_via___34__built-in__34___ssh_support
symlinks_for_not-present_unlocked_files comment 2020-09-01 15:36:28 -04:00
symlinks_to_symlinks_to_the_annex
sync_--branches__to_sync_only_specified_branches___40__e.g._git-annex__41__ comment 2020-02-25 12:46:01 -04:00
sync_content_of_a_single_directory_or_file
sync_my_local_git-annex_from_a_dump_remote
tahoe_lfs_for_reals
termux_package
Test_cases_for_exporttree_special_remotes
test_suite_failures_since_7.20181121
testremote_for_read-only_remotes
to_and_from_multiple_remotes
tolerate_intermittent_errors_upon___34__export__34_____40__and_probably_copy__41___to_S3 import: Retry downloads that fail 2020-09-04 13:54:05 -04:00
tracking_changes_to_metadata
transfer_between_git-annexes
transitive_transfers Added a comment: copying directly from directory special remote to the cloud 2020-10-18 21:00:59 +00:00
unable_to_add_files_to_a_git-annex_repo_in_Windows
union_mounting Added a comment: Three union-mounting methods that *don't* work 2020-02-08 06:21:05 +00:00
universal_batch_mode comment 2020-01-06 15:29:51 -04:00
unlock_--json
unlock_--read-only Added a comment 2020-04-26 20:18:48 +00:00
unregisterurl_KEY_URL comment 2021-03-01 13:52:19 -04:00
Use_a_remote_as_a_sharing_site_for_files_with_obfuscated_URLs
using_file_metadata_for_preferred___40__wanted__41___content Added a comment: wanted content commands 2019-10-10 08:16:59 +00:00
utilising_the_mklink_command_on_windows_to_utilise_symlinks_and_therefore_indirect_mode_on_windows
When_autostarting_the_assistant_on_boot_delay_the_execution_2min
windows_support
wishlist__58___--dry-run_option_for_all_commands comment 2020-04-23 16:21:18 -04:00
wishlist__58___--maxdepth_option_for_git_annex_find
wishlist__58_____39__get__39___queue_and_schedule
wishlist__58_____96__git_annex_drop_--relaxed__96__
Wishlist__58___additional_environment_variables_for_hooks
wishlist__58___allow_custom_S3_url_in_webapp
wishlist__58___an___34__assistant__34___for_web-browsing_--_tracking_the_sources_of_the_downloads
wishlist__58___annex.largefiles_configuration_in_webapp_and_sync
wishlist__58___archive_from_remote_with_the_least_free_space
wishlist__58___assistant_logging_improvements
Wishlist__58___disable_auto-repair_for_the_assistant
wishlist__58___disable_automatic_commits Added a comment: Update on my auto-commit / auto-sync scripts 2020-07-09 14:23:15 +00:00
wishlist__58___do_not_import_new_files
wishlist__58___global_progress_status
wishlist__58___history_of_operations
wishlist__58___make_partial_files_available_during_transfer
wishlist__58___matching_options_for_branches
wishlist__58___more_info_in_the_standard_commit_message_of___96__sync__96__
wishlist__58___move_pending_transfers_for_a_host_to_the_end_of_the_queue_when_one_fails
wishlist__58___Option_to_specify_max_transfer_rate
wishlist__58___optionally_print_key_in_output_of_checkpresentkey_batch_mode
wishlist__58___pack_metadata_in_direct_mode
wishlist__58___Parity_files_for_encrypted_remotes
Wishlist__58___Parity_files_on_all_files
wishlist__58___per-repository_autocommit__61__false
wishlist__58___perform_fsck_remotely
wishlist__58___recursive_directory_remote_setup__47__addurl
wishlist__58___Restore_s3_files_moved_to_Glacier
wishlist__58___rsync_efficiency
wishlist__58___spec.remotes_for_other_peer_network_data_stores___40__gnunet__44___freenet__41__
wishlist__58___special_remote_Ubuntu_One
wishlist__58___unify_directory_scheme_for_the_store
wishlist__58___use_cp_--reflink__61__auto_for_git-annex-__123__copy__44__get__125__
wishlist__91__minor__93____58___add_time_stamps_to_annex_log_popups_in_webapp
Workflow_guide
--batch_for_add.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
--batch_for_copy.mdwn
--batch_for_find.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
--batch_for_info.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
--debug-level___40__and__47__or_-c_annex.debug-level__41___+_more_debug_information_from_git-annex.mdwn comment and close, open related todo 2021-04-06 16:51:38 -04:00
--get_option_for_diffdriver.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
__39__info_filename__39___to_provide_information_either_content_is_locally_present.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
__91__FR__93___No_consistency_check_while_on_battery-only.mdwn
accellerate_ssh_remotes_with_git-annex-shell_mass_protocol.mdwn
adb_import.mdwn adb import 2019-04-09 17:52:41 -04:00
adb_special_remote.mdwn close 2019-04-15 12:59:39 -04:00
add_--json-progress_to___96__git_annex_add__96__.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
add_--json-progress_to_fsck_--json.mdwn 2021-03-26 12:34:01 +00:00
add_a_--branch_to_applicable_git-annex_commands.mdwn close 2020-05-25 11:56:27 -04:00
Add_a_way_to_mark_exporttree_remotes_dead.mdwn
add_ancient_armel_build.mdwn
Add_confirmation_dialog_to_the_restart_option.mdwn
Add_FAT_mode_without_double_using_disk_space.mdwn close as dup 2021-02-08 14:19:43 -04:00
add_import_--to_command.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
add_import_tree_to_external_special_remote_protocol.mdwn close import_tree todo 2020-12-30 13:40:49 -04:00
add_limit_to_matching_options.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
add_option_to_disable_fsck_upgradable_key_warnings.mdwn added todo: add option to disable fsck upgradable key warnings 2020-03-07 21:01:41 +00:00
add_option_to_whereis_to_avoid_network_interactions.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
add_prefix_option_to_export.mdwn
add_sftp_special_remote.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
add_tests_under_concurrency.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
add_xxHash_backend.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
additional_git-annex-config_settings__63__.mdwn added suggestion for additional git-annex-config settings 2021-03-23 20:11:39 +00:00
addunlocked_config_setting.mdwn annex.addunlocked expressions 2019-12-20 15:56:25 -04:00
addurl___8211__force-torrent_option.mdwn
addurl_improvements.mdwn fix typo in close 2020-01-06 15:35:11 -04:00
addurl_should_fail_when_youtube-dl_disabled.mdwn
addurl_video_from_a_Twitter_post.mdwn respond and close 2020-06-22 14:44:14 -04:00
allow_disk_space_quota_independent_of_free_disk_space.mdwn
Allow_for_TRANSFER-SUCCESS_to_report_also_a_URL_where_key_could_now_be_obtained_from.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
allow_git-annex_addon_commands.mdwn addon commands 2021-02-02 16:32:49 -04:00
Allow_globally_limiting_filename_length.mdwn reject 2021-02-02 13:19:28 -04:00
allow_overriding_untrust_of_import_remotes.mdwn borg appendonly config 2020-12-28 16:23:38 -04:00
alternate_keys_for_same_content.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
Alternative_mode_control_for_import.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
Amazon_Cloud_Drive.mdwn
amazon_prime_photos.mdwn
Android__58___add_a___34__Share_via__34___shortcut___34__Add_to_Annex__34__.mdwn
annex.addunlocked_in_gitattributes.mdwn close, redundant 2020-01-06 14:44:37 -04:00
annex.thin_without_hardlinks.mdwn close 2021-02-08 18:17:59 -04:00
annex_add___40__-u__124__--update__41___mode.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
annex_merge_--remotes.mdwn tagging todo items 2020-01-29 11:28:32 -04:00
append-only_mode.mdwn
arm64_autobuilder.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
assistant_cannot_set_up_remote_repo_via_an_ssh_alias_or_an_ip_address.mdwn
assistant_importtree.mdwn fix handling of importtree-only remotes 2020-12-18 15:13:30 -04:00
assistant_parallel_file_transfers.mdwn
assistant_should_detect_added_remotes.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
assistant_support_hide-missing.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
assistant_web_switch_repo_Internal_Server_Error.mdwn Add workaround 2021-02-20 19:05:42 +00:00
assure_correct_names___40__and_values__41___for_special_remotes_parameters.mdwn done 2020-01-17 17:18:44 -04:00
auto-lock_files_after_one_edit.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
avoid_autoinit_when_git-annex_branch_already_exists.mdwn improve some edge cases around partial initialization 2020-12-14 13:17:43 -04:00
Avoid_lengthy___34__Scanning_for_unlocked_files_...__34__.mdwn an idea to avoid lengthy Scanning for unlocked files (this may take some time) 2021-03-15 17:57:53 +00:00
Avoid_repo_fixup_if___34__.noannex__34___is_present.mdwn
batch_async.mdwn Merge branch 'batchasync' into master 2020-09-16 13:02:58 -04:00
batch_command_result_status.mdwn
batch_operations_for_remotes.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
be_able_to_refer_to_remotes_by_uuid.mdwn
be_able_to_specify_custom_commit_message_for_git-annex_branch_commit.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
better_error_messages_for_local_remote.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
better_exceptions_to_annex.security.allow-unverified-downloads.mdwn
better_way_to_get_missing_files.mdwn remove no longer relevant part 2021-02-02 13:15:32 -04:00
Bidirectional_metadata.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
Bittorrent-like_features.mdwn
bittorrent__58___support_offline_operation_and_verification.mdwn
borg_special_remote.mdwn merged borg 2020-12-22 16:22:44 -04:00
borg_special_remote_add_subdir_config.mdwn borg: add subdir= config 2020-12-23 13:12:11 -04:00
borg_sync_tree_not_grafted.mdwn graft in imported tree to avoid gc 2020-12-23 14:27:38 -04:00
build_a_user_guide.mdwn
bwlimit.mdwn tag confirmed 2021-04-14 13:45:59 -04:00
cache_key_info.mdwn
calckey___91__--path__93___given_a_checksum_and_filename__63__.mdwn examinekey: Added --migrate-to-backend 2020-11-12 14:09:14 -04:00
calckey_cannot_be_used_outside_of_git_repo.mdwn
Can__39__t_access_files_from___39__Removable_drive__39___repo_even_if_set_as_client.mdwn
change_git-annex-import_not_to_delete_original_files_by_default.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
CHECKPRESENT-MULTI.mdwn 2020-02-27 08:54:34 +00:00
checkpresentkey_without_explicit_remote.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
checksum_verification_on_transfer.mdwn close 2019-05-10 13:34:44 -04:00
clarify_that_v7_applies_to_all_clones.mdwn
cleaner_hack_for_man_pages.mdwn
cloning_direct_mode_repo_over_http.mdwn close all old direct mode issues 2019-09-11 13:44:17 -04:00
Compatibility_with_socks-0.6_and_persistant-template-2.7.mdwn Support building with socks-0.6 and persistant-template-2.7 2019-07-30 12:50:48 -04:00
complete_annex.skipunknown_transition_in_2022.mdwn annex.skipunknown with transition plan 2020-05-28 15:55:17 -04:00
config_option_to_use_all_processors_by_default.mdwn annex.jobs=cpus etc 2019-05-10 13:27:08 -04:00
config_setting_to_force_--progress_reporting_for_some_git_calls.mdwn already fixed 2020-01-30 12:40:39 -04:00
configuration_option_for_default___34__mode__34___on_crippled_file_systems.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
Configuring_metadata_view_filenames.mdwn
confirmed.mdwn fix inline 2020-01-30 15:40:46 -04:00
consider_meow_backend.mdwn link to the xxhash todo 2020-01-30 19:46:11 +00:00
copy_instead_of_rename_on_reinject.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
could_standalone___39__fixed__39___git-annex_binaries_be_prelinked__63__.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
create_debug_logs_but_erase_them_on_success.mdwn added todo suggestion: create debug logs but erase them on success 2020-02-24 22:37:51 +00:00
ctrl_c_handling.mdwn meant to close this earlier 2020-12-11 14:25:54 -04:00
ctrl_c_propagation_to_transferrer_process.mdwn propagate signals to the transferrer process group 2020-12-11 15:32:00 -04:00
custom_f-droid_repo.mdwn close old todo 2019-05-10 13:35:55 -04:00
deferred_update_mode.mdwn
delete_old_misctmp_files.mdwn
Describe_a_file_in_function_of_another_file.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
Display_fingerprint_to_WebApps_GPG___34__create_encrypted_new_repo__34__.mdwn
Display_the_version_of_a_library_corresponding_to_a_build_flag.mdwn
ditch_yesod.mdwn
do_not_allow_using_stop_in_CommandPerform.mdwn
do_not_block_on_crypto_key_generation.mdwn
do_not_bug_me_about_intermediate_files.mdwn
dockerized_external_special_remotes.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
document_git-annex_dependencies.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
document_standard_groups_more_extensively_in_the_UI.mdwn
documenting_sqlite_database_schemas.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
does_not_preserve_timestamps.mdwn
Don__39__t_re-encrypt_when_key_is_already_in_.git__47__annex__47__tmp.mdwn 2020-02-06 06:56:41 +00:00
done.mdwn
drop_--batch.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
dumb__44___unsafe__44___human-readable_backend.mdwn
dynamic_stall_detection.mdwn suggest when user may want annex.stalldetection 2021-02-03 15:57:19 -04:00
easy_way_to_reproduce_normal_download_command.mdwn
enable_a_discussion_forum_or_support_system.mdwn
encrypt_only_the_credentials.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
encrypting_URLs.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
Error_when_using_6.20180913_with_6.20170101-1+deb9u2.mdwn
export.mdwn
export_--json_--json-progress_--json-error-messages.mdwn export: Added options for json output 2020-05-26 10:31:10 -04:00
export_paired_rename_innefficenctcy.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
export_preferred_content.mdwn honor preferred content when importing 2019-05-21 14:38:06 -04:00
Exporting_with_exporttree_should_sync_files_deleted_from_the_remote.mdwn close 2019-04-25 10:49:55 -04:00
extend_external_special_remote_protocol_with_way_to_get_git_config_of_remote.mdwn Added GETGITREMOTENAME to extenal special remote protocol 2021-01-26 12:42:47 -04:00
external_backends.mdwn external backends implemented 2020-07-29 17:24:34 -04:00
external_remote_querying_transition.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
external_remotes__58___Add_support_for_ErrorMsg_to_-FAILURE_messages_lacking_it.mdwn add missing CHECKURL-FAILURE ErrorMsg to docs 2020-09-18 11:58:18 -04:00
Facilitate_public_pretty_S3_URLs.mdwn
faster___40__took_2_min__41___way_to_realize_the_need_in_pidlock__63__.mdwn init: When annex.pidlock is set, skip lock probing. 2020-06-05 11:12:16 -04:00
Faster___171__git_annex_status__187___when___171__git_annex_watch__187___is_running.mdwn
faster_key_lookup_for_limits.mdwn seek: defer matcher check until more info is known 2020-09-24 17:59:12 -04:00
feature_request__58___pubkey-only_encryption_mode.mdwn
File_deletion_workflow.mdwn fix url 2021-04-08 11:56:13 +00:00
find_unlocked_files.mdwn added --unlocked and --locked 2019-09-19 12:33:13 -04:00
Finding_content_in_other_repositories_should_not_need_a_git_remote.mdwn
forget_dead_keys.mdwn thoughts 2021-04-13 14:41:27 -04:00
free_space_checking_for_local_special_remotes.mdwn
Fsck_remote_files_in-flight.mdwn 2021-04-14 16:14:20 +00:00
generic_readonly_http_remote.mdwn rename http special remote to httpalso 2020-09-02 10:41:53 -04:00
get_--batch.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
git-annex-cat.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
git-annex-export_--from_option.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
git-annex-fromkey_behavior_when_target_file_exists.mdwn
git-annex-get_--batch_--key.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
git-annex-init_should_configure_git_diff_driver.mdwn comment and close 2020-01-06 14:42:40 -04:00
git-annex-inprogress_--key.mdwn inprogress: Support --key 2019-12-18 14:14:16 -04:00
git-annex-migrate_using_git-replace.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
git-annex-reinject_--known_should_not_fail_when_the_file_extension_is_different.mdwn mention limitation of --known 2020-01-30 12:54:15 -04:00
git-annex-reinject_does_not_work_in_a_bare_repo.mdwn reinject --known: Fix bug that prevented it from working in a bare repo. 2020-01-06 14:22:22 -04:00
git-annex-sync_handling_of_linked_worktrees.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
git-annex-test___58___skip_tests_if_external_utils_have_problems.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
git-annex-unused_--history.mdwn todo from comment 2021-03-11 12:26:10 -04:00
git-annex_7.20181105_not_buildable_against_Debian_stretch.mdwn
git-annex_7.20181121_not_buildable_against_Debian_stretch.mdwn
git-annex_find_--batch_will_not_accept_absolute_paths.mdwn fix absolute filenames fed into --batch and git-annex info 2020-04-15 16:04:05 -04:00
git-annex_ignores_GIT__95__SSH.mdwn
git-annex_transferrer_does_not_propigate_-c.mdwn propagate git-annex -c on to transferrer child process 2020-12-15 11:36:25 -04:00
git-hook_to_sanity-check_git-annex_branch_pushes.mdwn
git-lfs_http_authentication.mdwn git-lfs: Added support for http basic auth 2019-09-24 14:46:20 -04:00
git-lfs_special_remote_simpler_setup.mdwn Merge branch 'master' into sqlite 2019-11-21 17:26:50 -04:00
git_annex_add_option_to_control_to_where.mdwn add --force-annex/--force-git 2020-01-01 14:03:06 -04:00
git_annex_info___60__remote__62___does_not_list_all_the_parameters_for_the_remote.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
git_annex_info_to_include_information_about_repo_version__63__.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
git_annex_open.mdwn
git_annex_repair__58___performance_can_be_abysmal__44___huge_improvements_possible.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
git_repo_tracking___40__not_storage__41__.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
git_smudge_clean_interface_suboptiomal.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
git_status_smudges_unncessarily_after_unlock.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
globus_special_remote_as_a___34__transport__34___layer.mdwn tagging todo items 2020-01-29 11:28:32 -04:00
hidden_files.mdwn
hide_missing_files.mdwn
hiding_a_repository.mdwn start implementing hidden git-annex repositories 2021-04-20 15:04:53 -04:00
idea__58___external_special_remote___34__async__34___protocol_for_transfers.mdwn async extension done 2020-08-14 15:24:34 -04:00
idea__58___git-annex_cat.mdwn close as dup 2020-09-01 11:58:08 -04:00
immediate_stream-to-sync.mdwn
import_--no-content_largefiles_conflict.mdwn import --no-content: Check annex.largefiles 2020-09-28 13:28:57 -04:00
import_--reinject.mdwn
import_from_directory_does_not_use_cp_--reflink__63___.mdwn directory CoW on export 2021-04-14 16:19:43 -04:00
import_from_special_remote_large_git_log.mdwn Improve shape of commit tree when importing from unversioned special remotes 2019-05-21 11:32:54 -04:00
import_only_remotes_need_a_way_to_resolve_conflicts.mdwn todo 2020-12-17 16:30:51 -04:00
import_tree.mdwn close import_tree todo 2020-12-30 13:40:49 -04:00
import_tree_annexes_files_that_were_exported_non-annexed.mdwn close todo 2021-03-05 14:46:09 -04:00
import_tree_from_FAT_does_unncessary_work_due_to_inode_instability.mdwn omit inode from ContentIdentifier for directory special remote 2021-01-19 13:15:07 -04:00
import_tree_from_rsync_special_remote.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
import_tree_should_honor_annex.largefiles.mdwn Honor annex.largefiles when importing a tree from a special remote. 2020-06-23 16:07:18 -04:00
importfeed__58___allow___36____123__itemdate__125___with_--template.mdwn importfeed: Added some additional --template variables for date and time 2020-06-24 14:24:50 -04:00
importfeed_needs_more_memory_the_more_urls_there_are.mdwn importfeed: Made checking known urls step around 10% faster. 2020-07-14 12:47:51 -04:00
importing_from_special_remote_without_downloading.mdwn close 2020-07-03 14:31:12 -04:00
improve_gcrypt_remote.mdwn
improve_memory_usage_of_--all.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
include_msg_with_possible_reason_why_command___40__e.g._add__41___failed_into_--json_output.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
Incremental_git_annex_sync_--content_--all.mdwn 2020-11-05 18:41:25 +00:00
INFO_message_for_custom_special_remotes.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
inneficiency_on_slow_filesystems_opening_nonexistant_journal_files.mdwn close as basis of this is wrong 2019-04-04 12:50:55 -04:00
inode_based_clean_filter_for_less_surprising_git_add.mdwn annex.gitaddtoannex configuration 2019-10-23 15:29:46 -04:00
integrate_support_for_spideroak_as_archive__47__backup.mdwn close 2019-05-10 13:59:39 -04:00
interface_to_the___34__progress__34___of_annex_operations.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
interruped_move_resume.mdwn move: Improve resuming a move that was interrupted after the object was transferred 2020-10-21 10:31:56 -04:00
introspect_preferred_content_expressions.mdwn make MatchFiles introspectable 2020-09-24 14:01:53 -04:00
Invert_remote_selection.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
keep_annexed_files_for_a_while.mdwn close 2020-05-25 12:04:56 -04:00
keep_git-annex_branch_checked_out__63__.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
key_checksum_from_chunk_checksums.mdwn external backends implemented 2020-07-29 17:24:34 -04:00
learn_about_remotes_that_are_currently_unavailable.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
let_external_remotes_declare_support_for_named_pipes.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
let_git-annex-matching-options_query_gitattributes.mdwn added suggestion: let git-annex-matching-options query .gitattributes 2021-04-17 20:38:09 +00:00
LFS_API_support.mdwn close 2019-08-05 13:44:24 -04:00
limit_forwardRetry.mdwn Limit retrying of failed transfers when forward progress is being made to 5 2020-09-04 12:46:37 -04:00
limit_to_low_cost_remotes.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
LIst_of_Available_Remotes_in_Webapp.mdwn
lockContent_for_special_remotes.mdwn update 2021-04-12 14:13:44 -04:00
lockdown_hooks.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
Long_Running_Filter_Process.mdwn
Lower-case_extension_for_SHA256E_and_similar.mdwn
machine_readable_information_about_reason_of_failure_in_enableremote.mdwn tagging todo items 2020-01-29 11:28:32 -04:00
make___34____Try_making_some_of_these_repositories_available__34___more_informative.mdwn Improve the "Try making some of these repositories available" message 2020-09-22 14:10:30 -04:00
make_addurl_respect_annex.largefiles_option.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
make_annex_info_more_efficient.mdwn tagging todo items 2020-01-29 11:28:32 -04:00
make_copy_--fast__faster.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
Make_default_annex_version_match___40__clone_or_sync__41___parent.mdwn
Make_git_annex_sync_--content_trust_location_logs.mdwn 2020-11-29 19:06:37 +00:00
make_git_check-ignore_less___34__cpu_heavy__34___while_addurl_--batch_--fast___63__.mdwn close 2020-09-18 13:21:32 -04:00
make_glacier-cli_executable_path_configurable.mdwn
make_http_special_remote_support_exporttree_remotes.mdwn httpalso: support exporttree=yes 2020-09-02 11:26:00 -04:00
Make_webapp_port_configurable.mdwn move to todo 2021-01-29 13:07:49 -04:00
making_it_easier_to_smudge_dotfiles.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
may_be___40__again__41___to_prelink_or_somehow_avoid_all_the_failing_opens__63__.mdwn runshell LD_HWCAP_MASK=0 optimisation 2020-08-03 14:34:15 -04:00
MD5E_keys_without_file_size.mdwn meant to close this earlier 2021-02-02 13:12:47 -04:00
memory_use_increase.mdwn update 2020-10-19 14:49:16 -04:00
metadata_--batch.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
metadata_batch_command_should_allow_changes_by_key.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
Metadata_changes_are_not_reflected_in_a_view.mdwn
Metadata_on_regular_git_objects___40__blob__44___trees__41____63__.mdwn
more_efficient_memory_usage_with_git-annex_unused.mdwn
more_efficient_resolution_of_trivial_export_conflicts.mdwn prove this optimisation would not be safe, so close 2020-05-04 14:49:42 -04:00
more_extensive_retries_to_mask_transient_failures.mdwn stall detection is working 2020-12-08 15:22:18 -04:00
more_of_diagnostic_information_in_case_of_failures_into_returned_json.mdwn
moreinfo.mdwn tagging todo items 2020-01-29 11:28:32 -04:00
move_readonly_values_to_AnnexRead.mdwn comment and close, open related todo 2021-04-06 16:51:38 -04:00
Move_ssh_config_to___126____47__ssh__47__git-annex__47__config.mdwn
multicast___34__broadcasting__34___of_content_on_local_net.mdwn
Natively_support_s3__58____47____47___urls___40__for_addurl__44___get__44___etc__41__.mdwn tagging todo items 2020-01-29 11:28:32 -04:00
need_to_remove_remoteGitConfig_for_checkuuid_support.mdwn
needsthought.mdwn tagging todo items 2020-01-29 11:28:32 -04:00
network_test_suite.mdwn followup and close 2020-02-26 18:29:06 -04:00
Not_working_on_Android-x86.mdwn close old todo 2019-05-10 13:54:32 -04:00
only_allow_one_git_queue_to_be_flushed_at_a_time.mdwn Improved locking when multiple git-annex processes are writing to the .git/index file 2019-05-06 15:15:12 -04:00
only_pass_unlocked_files_through_the_clean__47__smudge_filter.mdwn close not viable 2019-11-22 12:10:59 -04:00
openwrt_package.mdwn
operate_on_files_affected_by_a_commit_range.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
OPT__58_____34__bundle__34___get_+_check___40__of_checksum__41___in_a_single_operation.mdwn remove tag 2021-03-08 14:47:40 -04:00
optimise_by_converting_Ref_to_ByteString.mdwn Ref ByteString conversion done 2020-04-07 17:41:09 -04:00
optimise_by_using_RawFilePath_for_gitAnnexIndex.mdwn cache annex index filename for 1.5% speedup to queries 2020-04-10 13:37:04 -04:00
optimise_journal_access.mdwn Sped up query commands that read the git-annex branch by around 5% 2020-04-09 13:54:43 -04:00
optimise_use_of_keys_db_on_local_remote.mdwn todo 2020-06-30 18:41:47 -04:00
optimization_needed__58___slow_uninit.mdwn unannex, uninit: Avoid running git rm once per annexed file, for a large speedup. 2021-02-22 12:56:11 -04:00
optimize_by_converting_String_to_ByteString.mdwn wrap up 2019-12-18 15:19:19 -04:00
option_for___40__fast__41___compression_on_special_remotes_like___34__directory__34__.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
option_in_git-annex-export_to_include_git_files.mdwn close 2019-08-27 11:39:52 -04:00
option_to___96__drop_path__96___to_not_drop___34__all_copies__34__.mdwn initial todo/report on drop dropping a key "for all paths" 2021-04-15 02:30:33 +00:00
option_to_add_user-specified_string_to_key.mdwn external backends implemented 2020-07-29 17:24:34 -04:00
option_to_block_git_from_pushing_references_to_not-yet-saved_contents.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
option_to_individually_hash_chunks.mdwn 2021-03-15 07:08:08 +00:00
option_to_put_temp_files_on_a_RAM_disk.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
output_of_wanted___40__and_possibly_group_etc__41___should_not_be_polluted_with___34__informational__34___messages.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
p2p_protocol_flag_days.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
Package_for_Lacie_NasOS__63__.mdwn
parallel_get.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
parallel_possibilities.mdwn close old todo 2021-02-02 13:25:58 -04:00
PATCH__58___drop_url_parameters_from_extension.hs
patch_generation_with_annexed_files.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
Pause_all_transfers_in_all_annexes_watched_by_the_assistant.mdwn
per-branch_git-annex_branch.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
per-remote_metadata_needs_to_be_cleaned_in_dropdead.mdwn
precache_logs_for_speed_with_cat-file_--buffer.mdwn better benchmark for move/copy speedup 2020-07-24 13:34:12 -04:00
preserve_file_extensions_in_WORM_and_URL_keys.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
prevent_directly_printing_to_stderr_error_from_an_attempt_to_download_remote___47__config_file.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
prevent_unwanted_init.mdwn
provide___39__file__39___in_--json-progress_record_for_addurl.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
Provide_a_way_to_white_list_local_networks___40__not_just_specific_IPs__41__.mdwn original TODO for more flexible security.allowed-ip-addresses 2020-02-21 00:04:30 +00:00
provide_machine_readable___40__--json__63____41___version_of_initremote_--whatelse.mdwn Initial TODO on making --whatelse machine readable 2020-02-14 17:18:37 +00:00
provide_windows_build_with_MagicMime.mdwn close 2021-01-11 12:26:52 -04:00
publicurl_config_for_all_special_remotes.mdwn Added http special remote, which is useful for accessing other remotes that publish content stored in them via http/https. 2020-09-01 15:16:35 -04:00
read-only_removable_drives.mdwn
redundancy_stats_in_status.mdwn
reinit_current_repo_to_new_uuid.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
reinit_should_work_without_arguments.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
remote-ready-command.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
remove_legacy_import_directory_interface.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
renameremote.mdwn added renameremote command 2019-04-15 13:49:03 -04:00
report_PID___40__and_may_be_failure_details__63____41___in___34__process_done__34___debug_messages.mdwn close 2020-10-19 12:16:15 -04:00
Request__58___Date_limit_with_importfeed.mdwn 2020-07-27 15:24:21 +00:00
required_content.mdwn
restore_--include-dotfiles_as_a_no-op_for_backwards_compatibility.mdwn close 2020-03-16 14:16:55 -04:00
restore_original_environment_when_running_external_special_remotes_from_standalone_git-annex__63__.mdwn added todo: restore original environment when running external special remotes from standalone git-annex? 2020-03-04 17:39:02 +00:00
Retire_Esqueleto_as_a_dependency.mdwn
return___34__key__34___entry_in_--json_output_for_addurl___40__and_future_add__41___--batch.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
S3_anonymous_exporttree_support.mdwn
S3_export_redirecting_to_key-value_store.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
S3_fsck_support.mdwn
S3_multipart_interruption_cleanup.mdwn
separate_annex.largefiles.git-add_and_annex.largefiles.git-annex-add_settings.mdwn annex.gitaddtoannex configuration 2019-10-23 15:29:46 -04:00
serialize_Messages_for_transferkeys.mdwn rename back, there were links to this 2020-12-09 13:14:54 -04:00
Set_total_storage_limit_for_special_remotes.mdwn
setpresentkey_option_to_record_chunked_state.mdwn tagging todo items 2020-01-29 11:28:32 -04:00
sha1_collision_embedding_in_git-annex_keys.mdwn
sharedRepository_mode_not_supported_by_git-annex.mdwn
shorten_git-annex_manpage.mdwn
shorter_keys_through_better_encoding.mdwn fix quoting 2020-01-30 15:44:11 -04:00
show_me_where_unused_file_was__44___i_can_wait.mdwn
show_readonly_removable_drives_in_the_webapp.mdwn
Show_repo_type_in_repo_list.mdwn
show_time_of_last_interaction_with_a_repo.mdwn added suggestion to have git-annex-info display the time of last interaction with repos 2021-03-30 14:31:14 +00:00
simpler__44___trusted_export_remotes.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
simpler_setup_for_remote_worktree_update_on_push.mdwn
skip_first_pass_in_git_annex_sync.mdwn sync --all avoid unncessary first pass 2020-09-24 15:12:09 -04:00
Slow_transfer_for_a_lot_of_small_files.mdwn close 2021-02-02 13:21:34 -04:00
smudge.mdwn
some_way_to_get_a_list_of_options_for_a_special_remote_of_a_given_type.mdwn --whatelse is a better name than --describe-other-params 2020-01-20 17:04:45 -04:00
Specify_maximum_usable_space_per_remote.mdwn
speculate-can-get___58___extension_of_speculate-present.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
Speed_up___39__import_--clean-duplicates__39__.mdwn
speed_up_annex.adjustedbranchrefresh.mdwn update 2020-11-23 13:00:20 -04:00
speed_up_git_annex_add_of_small_files.mdwn add: Significantly speed up adding lots of non-large files to git 2021-01-04 13:12:28 -04:00
speed_up_git_annex_sync_--content_--all.mdwn close 2020-08-11 14:01:22 -04:00
speed_up_transfers_over_ssh+rsync_--_directly_reuse_the_same_connection__63__.mdwn
split_off_clean__47__smudge_filter__63__.mdwn close as dup 2019-11-22 12:11:04 -04:00
sqlite_database_improvements.mdwn clean up 2020-02-19 15:04:31 -04:00
ssh_special_remote.mdwn
stalldetection_breaks_move.mdwn make getViaTmpFrom no longer update location log 2020-12-11 11:50:13 -04:00
stalldetection_for_import_and_export.mdwn note 2020-12-11 15:48:03 -04:00
stalldetection_progress_bar_lacks_ETA.mdwn extend transferrer protocol to send progress bar total size updates 2020-12-11 12:42:28 -04:00
stop_using_createDirectoryIfMissing_True.mdwn completed the createDirectoryIfMissing conversion 2020-03-06 12:55:03 -04:00
stop_using_curl_and_wget.mdwn
Store_git_pack_files_on_special_remotes.mdwn
stream_feature__63__.mdwn
support_.netrc_for_fsck_--from_web.mdwn
support___126____47__.netrc_for_http_access_authentication_specs_as_was_done_when_wget_was_used.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
support_concurrency_for_export.mdwn done 2020-05-27 11:00:57 -04:00
support_disabling_git-annex___47___guard.mdwn close 2020-06-22 14:46:02 -04:00
support_disabling_verification_of_transfer_over_p2p_protocol.mdwn
Support_for_include_matching_option_in_findref.mdwn
support_for_storing_xattrs.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
support_longer_file_extensions.mdwn
support_multiple_special_remotes_with_same_uuid.mdwn sameas done and merged 2019-10-14 16:07:49 -04:00
support_public_versioned_S3_access.mdwn
support_ssh__58____47____47___or_sftp__58____47____47___urls_via___34__built-in__34___ssh_support.mdwn tagging todo items 2020-01-29 11:28:32 -04:00
switch_from_quvi_to_youtube-dl.mdwn
symlinks_for_not-present_unlocked_files.mdwn close 2020-11-13 15:54:33 -04:00
symlinks_to_symlinks_to_the_annex.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
sync_--branches__to_sync_only_specified_branches___40__e.g._git-annex__41__.mdwn sync --only-annex and annex.synconlyannex 2020-02-17 16:33:10 -04:00
sync_--content_with_borg_does_not_get_content.mdwn make sync --content get from third-party populated remotes like borg 2020-12-23 12:10:39 -04:00
sync_content_of_a_single_directory_or_file.mdwn
sync_fast_import.mdwn consistently use importKey when available 2020-09-28 15:27:46 -04:00
sync_git-lfs_special_remote_should_sync_git_too.mdwn sync, assistant: Pull and push from git-lfs remotes. 2019-11-18 16:13:21 -04:00
sync_my_local_git-annex_from_a_dump_remote.mdwn close 2020-05-25 12:02:23 -04:00
sync_to_non_tracking_export_confusing.mdwn
syncthing_special_remote.mdwn
tahoe_lfs_for_reals.mdwn
termux_package.mdwn
Test_cases_for_exporttree_special_remotes.mdwn
test_suite_failures_since_7.20181121.mdwn close as probably fixed in recent test suite improvements 2019-08-26 12:27:27 -04:00
test_testremote.mdwn added remote variants 2020-04-30 13:52:03 -04:00
testremote_for_read-only_remotes.mdwn
timeout_support_for_importfeed.mdwn todo 2021-02-26 12:12:41 -04:00
to_and_from_multiple_remotes.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
tolerate_intermittent_errors_upon___34__export__34_____40__and_probably_copy__41___to_S3.mdwn Retry transfers to exporttree=yes remotes same as for other remotes 2020-09-04 13:24:08 -04:00
tor.mdwn
tracking_changes_to_metadata.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
transfer_between_git-annexes.mdwn
transferkeys_optimisation.mdwn close 2020-12-11 15:45:55 -04:00
transitive_transfers.mdwn
trust_presence_info_for_specific_remotes_for_specified_time.mdwn added todo suggestion: trust presence info for specific remotes for specified time 2020-02-28 20:14:26 +00:00
unable_to_add_files_to_a_git-annex_repo_in_Windows.mdwn
unify_adjust_with_view.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
union_mounting.mdwn
universal_batch_mode.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
unlikely.mdwn tagging todo items 2020-01-29 11:28:32 -04:00
unlock_--json.mdwn Embed projects/{datalad,repronim} tags for the past todo/bugs 2019-09-21 21:26:15 -04:00
unlock_--read-only.mdwn tagging todo items 2020-01-29 11:28:32 -04:00
unregisterurl_KEY_URL.mdwn unregisterurl: New command 2021-03-01 14:28:24 -04:00
unused_file_tracking_recommendation_changed_since_v7.mdwn
upload_large_chunks_without_buffering_in_memory.mdwn
Use_a_remote_as_a_sharing_site_for_files_with_obfuscated_URLs.mdwn
use_git-mktree_rather_than_index_file.mdwn
Use_MediaScannerConnection_on_Android.mdwn
use_same_vector_clock_for_content_identifier_updates_in_import.mdwn generate more compact git-annex branch for imports 2020-12-23 15:25:16 -04:00
using_file_metadata_for_preferred___40__wanted__41___content.mdwn
utilising_the_mklink_command_on_windows_to_utilise_symlinks_and_therefore_indirect_mode_on_windows.mdwn close 2020-05-25 11:52:45 -04:00
v7_InodeCache_timestamp_resolution.mdwn
v7_path_toward_default.mdwn close 2019-09-12 11:52:22 -04:00
versioning_in_export_remotes.mdwn
warn_of_breaking_changes_same_way_git_does.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
way_to_untrust_without_unncessary_branch_update.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
webapp__58___show_times_of_events.mdwn
webapp_export_remote_configuration_interface.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
webapp_nudge_when_less_than_numcopies_clones.mdwn
webapp_ssh_setup_should_work_with_locked_down_git-annex-shell_account.mdwn
When_autostarting_the_assistant_on_boot_delay_the_execution_2min.mdwn
whishlist__58___GPG_alternatives_like_AGE.mdwn 2021-04-04 09:23:41 +00:00
windows_support.mdwn update 2020-01-06 13:06:10 -04:00
wishlist__58___--dry-run_option_for_all_commands.mdwn
wishlist__58___--maxdepth_option_for_git_annex_find.mdwn
wishlist__58_____39__get__39___queue_and_schedule.mdwn
wishlist__58_____39__whereis__39___support_in_the_webapp.mdwn
wishlist__58_____96__git_annex_drop_--relaxed__96__.mdwn
wishlist__58_____96__git_annex_optimize__96__.mdwn
wishlist__58___Add_--byte-limit_option.mdwn
Wishlist__58___additional_environment_variables_for_hooks.mdwn
wishlist__58___allow_custom_S3_url_in_webapp.mdwn
wishlist__58___an___34__assistant__34___for_web-browsing_--_tracking_the_sources_of_the_downloads.mdwn 2020-06-01 13:47:30 +00:00
wishlist__58___annex.largefiles_configuration_in_webapp_and_sync.mdwn
wishlist__58___archive_from_remote_with_the_least_free_space.mdwn
wishlist__58___assistant_logging_improvements.mdwn
wishlist__58___derived_content_support.mdwn
Wishlist__58___disable_auto-repair_for_the_assistant.mdwn
wishlist__58___disable_automatic_commits.mdwn remotedaemon: Don't list --stop in help since it's not supported. 2019-09-30 14:40:46 -04:00
wishlist__58___display_status_of_remotes_in_the_webapp.mdwn
wishlist__58___do_not_import_new_files.mdwn
wishlist__58___encrypted_git_remote_on_hosting_site_from_webapp.mdwn
wishlist__58___Freeing_X_space_on_remote_Y.mdwn
wishlist__58___generic_annex.cost-command.mdwn
wishlist__58___global_progress_status.mdwn
wishlist__58___history_of_operations.mdwn
wishlist__58___make_partial_files_available_during_transfer.mdwn
wishlist__58___matching_options_for_branches.mdwn
wishlist__58___more_info_in_the_standard_commit_message_of___96__sync__96__.mdwn close 2020-05-25 11:31:38 -04:00
wishlist__58___move_pending_transfers_for_a_host_to_the_end_of_the_queue_when_one_fails.mdwn
wishlist__58___option_to_print_more_info_with___39__unused__39__.mdwn close dup 2020-05-25 11:48:39 -04:00
wishlist__58___Option_to_specify_max_transfer_rate.mdwn
wishlist__58___optionally_print_key_in_output_of_checkpresentkey_batch_mode.mdwn
wishlist__58___pack_metadata_in_direct_mode.mdwn close all old direct mode issues 2019-09-11 13:44:17 -04:00
wishlist__58___Parity_files_for_encrypted_remotes.mdwn
Wishlist__58___Parity_files_on_all_files.mdwn tagged the past 2 years of open todos and followed up to a few of them 2020-01-30 15:22:05 -04:00
wishlist__58___per-repository_autocommit__61__false.mdwn
wishlist__58___perform_fsck_remotely.mdwn
wishlist__58___print_locations_for_files_in_rsync_remote.mdwn close 2021-02-02 12:52:00 -04:00
wishlist__58___provide_a_config_option_for_using_new_hashing_scheme_in_non-bare_remotes.mdwn
wishlist__58___recursive_directory_remote_setup__47__addurl.mdwn
wishlist__58___Restore_s3_files_moved_to_Glacier.mdwn
wishlist__58___rsync_efficiency.mdwn
Wishlist__58___sanitychecker_fix_wrong_UUID__47__duplicate_remote.mdwn
wishlist__58___spec.remotes_for_other_peer_network_data_stores___40__gnunet__44___freenet__41__.mdwn
wishlist__58___special_remote_Ubuntu_One.mdwn
wishlist__58___traffic_accounting_for_git-annex.mdwn
wishlist__58___unify_directory_scheme_for_the_store.mdwn
wishlist__58___use_cp_--reflink__61__auto_for_git-annex-__123__copy__44__get__125__.mdwn
wishlist__91__minor__93____58___add_time_stamps_to_annex_log_popups_in_webapp.mdwn
wishlist_degraded_files.mdwn
Workflow_guide.mdwn