git-annex/doc
Joey Hess 2fe36b35a2
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were last edited or commented before 2024.

Except for ones tagged projects/* since projects like datalad want to keep
around records of old deleted bugs longer.

Command line used:

	for f in $(grep -l '|done\]\]' -- ./*.mdwn); do if ! grep -q "projects/" "$f"; then d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2024 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2024 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; fi; done
	for f in $(grep -l '\[\[done\]\]' -- ./*.mdwn); do if ! grep -q "projects/" "$f"; then d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2024 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2024 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; fi; done
2025-01-01 13:09:36 -04:00
..
Android Added a comment: git-annex for managing music 2024-07-21 19:08:45 +00:00
android update android docs for termux 2018-10-13 12:11:47 -04:00
assistant response 2019-09-16 13:52:36 -04:00
automatic_conflict_resolution
backends Added a comment: combine worm with partial hash 2024-02-01 11:53:54 +00:00
bare_repositories comment 2016-10-26 13:49:32 -04:00
bugs remove old closed bugs and todo items to speed up wiki updates and reduce size 2025-01-01 13:09:36 -04:00
chunking comment 2023-02-27 12:03:09 -04:00
coding_style response 2015-09-29 11:26:42 -04:00
contribute update comment about updating comments :) 2022-07-27 19:29:43 -04:00
copies link comment to todo 2023-06-19 11:42:45 -04:00
design implement put data-present parameter in http servant 2024-10-29 13:32:43 -04:00
devblog devblog 2024-05-16 13:23:36 -04:00
direct_mode response 2018-09-24 11:41:36 -04:00
download remove spam 2016-06-08 13:29:46 -04:00
encryption Added a comment 2021-04-18 15:40:55 +00:00
footer new devblog for new year of crowdfunded development 2013-08-28 17:40:09 -04:00
forum 2024-12-27 05:30:53 +00:00
future_proofing Added a comment: Regarding accessing files in a time capsule... 2014-08-25 15:51:00 +00:00
git-annex-add comment 2022-04-19 12:14:12 -04:00
git-annex-addurl promote comment to bug 2023-03-27 14:10:32 -04:00
git-annex-adjust removed 2022-01-10 08:34:19 +00:00
git-annex-benchmark comment 2022-12-20 14:30:18 -04:00
git-annex-checkpresentkey response 2018-09-24 11:31:37 -04:00
git-annex-config Added a comment: [FR] Remote Settings for All Clones 2024-10-09 23:10:17 +00:00
git-annex-copy removed 2016-10-23 18:17:01 +00:00
git-annex-diffdriver Added a comment: Minimum required version 2023-10-24 14:27:25 +00:00
git-annex-direct Added a comment: … 2015-06-13 13:07:49 +00:00
git-annex-drop comment 2022-04-19 11:56:32 -04:00
git-annex-enableremote Added a comment 2017-02-14 20:21:41 +00:00
git-annex-export Added a comment: parameter --from not accepted 2024-08-14 14:27:54 +00:00
git-annex-find findkeys: New command, very similar to git-annex find but operating on keys 2023-01-17 14:51:57 -04:00
git-annex-fsck response 2024-10-21 15:03:55 -04:00
git-annex-get lookupkey: Added --ref option 2023-09-12 12:49:11 -04:00
git-annex-import comment 2021-02-22 12:31:55 -04:00
git-annex-importfeed Added a comment 2016-01-02 21:02:51 +00:00
git-annex-lookupkey comment 2019-04-03 13:01:07 -04:00
git-annex-matching-options fix a typo 2023-12-18 13:40:23 -04:00
git-annex-metadata comment 2021-01-04 12:07:01 -04:00
git-annex-move comment 2021-01-04 12:05:32 -04:00
git-annex-p2p Added a comment: --link accepts itself 2019-10-10 05:28:53 +00:00
git-annex-preferred-content Support "inbackend" in preferred content expressions 2022-09-26 16:06:49 -04:00
git-annex-reinject Added a comment 2021-01-02 15:16:04 +00:00
git-annex-repair
git-annex-reregisterurl Added a comment 2024-11-11 22:18:37 +00:00
git-annex-rmurl clean up url removal presence update 2018-10-04 17:35:49 -04:00
git-annex-setpresentkey Added a comment 2018-10-08 21:43:17 +00:00
git-annex-sync comment and improve docs 2023-04-19 12:20:26 -04:00
git-annex-test Added a comment 2018-09-25 18:22:17 +00:00
git-annex-unannex Added a comment: Re: Weird behavior of git archive in combination with largefiles configuration 2023-02-26 18:45:31 +00:00
git-annex-undo Added a comment: git-annex-undo: 3 issues and fix suggestions 2016-10-21 09:21:16 +00:00
git-annex-uninit move a comment that is a bug report 2023-11-21 15:57:10 -04:00
git-annex-unlock Added a comment: re: clarifying unlocked files 2021-04-21 16:34:50 +00:00
git-annex-unused fix sequence 2021-03-11 12:30:02 -04:00
git-annex-webapp
git-annex-whereis promote comment to todo 2024-04-30 15:13:59 -04:00
git-annex-whereused comment 2023-05-05 13:36:57 -04:00
how_it_works Added a comment 2021-08-18 21:07:12 +00:00
install Added a comment: Remote Helper? 2024-08-17 05:33:01 +00:00
internals update 2024-05-28 13:36:27 -04:00
license remove LGPL, after removing the LGPLed file 2016-03-05 11:24:05 -04:00
links move clusters page to tips 2024-06-27 15:41:38 -04:00
metadata
news add news item for git-annex 10.20241202 2024-12-02 12:36:44 -04:00
not
polls polls moved (and synced) 2013-11-13 20:01:55 -04:00
preferred_content Added a comment: Re: default preferred content 2024-09-25 09:25:42 +00:00
profiling remove an out of date comment 2023-10-25 13:08:01 -04:00
projects add IMN7 to projects and tag a relevant issue 2024-10-17 10:06:08 -04:00
required_content
scalability
security Added a comment 2020-02-21 00:07:56 +00:00
sims formatting 2024-09-25 14:50:17 -04:00
special_remotes Added a comment: Sync git-annex metadata subset with S3 metadata. 2024-12-18 19:35:00 +00:00
stickers
submodules Added a comment 2024-03-05 05:21:59 +00:00
sync Added a comment: git annex sync --ff-only 2024-07-21 01:04:44 +00:00
templates
testimonials
thanks update 2024-12-17 14:51:25 -04:00
tips Added a comment: Overriding git folder 2024-11-25 02:55:25 +00:00
todo remove old closed bugs and todo items to speed up wiki updates and reduce size 2025-01-01 13:09:36 -04:00
trust
tuning remove warnings about tuning being experimental 2024-10-22 13:27:25 -04:00
upgrades
use_case
users Added contributions section to track my bugs and inquiries 2024-08-26 20:02:03 +00:00
videos add my distribits talk 2024-06-20 11:03:19 -04:00
walkthrough
workflow
Android.mdwn add webapp workaround for nix-on-droid 2023-06-22 21:39:25 +00:00
assistant.mdwn fix markup 2016-12-28 12:34:42 -04:00
automatic_conflict_resolution.mdwn
backends.mdwn Make VURL a proper list item 2024-10-17 09:18:04 +00:00
bare_repositories.mdwn
bugs.mdwn fix name 2021-07-15 12:56:44 -04:00
builds.mdwn update github badges 2024-07-29 13:00:00 -04:00
chunking.mdwn Various typo fixes in doc/*.mdwn 2015-04-02 01:50:17 +02:00
coding_style.mdwn m 2015-12-05 19:52:38 +00:00
comments.mdwn remove comment posted directly to comments page 2014-02-01 15:05:21 -04:00
contact.mdwn
contribute.mdwn policy on AI generated content 2024-03-18 16:57:54 -04:00
copies.mdwn mincopies 2021-01-06 14:15:19 -04:00
design.mdwn use map 2014-02-11 16:35:52 -04:00
devblog.mdwn remove calendar 2023-01-05 14:50:26 -04:00
direct_mode.mdwn Automatically convert direct mode repositories to v7 with adjusted unlocked branches 2019-08-26 15:05:25 -04:00
distributed_version_control.mdwn formatting 2011-12-31 15:18:29 -04:00
download.mdwn fix git:// url for repo 2019-08-25 19:12:58 +00:00
encryption.mdwn Fix compatable typo (yet to add to codespell) 2024-05-01 15:46:25 -04:00
favicon.ico
forum.mdwn rename tag page 2021-07-15 12:55:05 -04:00
future_proofing.mdwn preparing to merge git-remote-annex 2024-05-10 15:06:15 -04:00
git-annex-add.mdwn add: Consistently treat files in a dotdir as dotfiles, even when ran inside that dotdir 2024-11-13 13:43:01 -04:00
git-annex-addunused.mdwn addunused, dropunused: Support --json and --json-error-messages 2023-05-05 14:01:40 -04:00
git-annex-addurl.mdwn implement URL to VURL migration 2024-03-01 16:42:02 -04:00
git-annex-adjust.mdwn
git-annex-assist.mdwn
git-annex-assistant.mdwn
git-annex-backends.mdwn improve documentation about backends 2022-09-26 15:59:10 -04:00
git-annex-benchmark.mdwn Typo fix unncessary -> unnecessary. 2022-08-20 09:40:19 -04:00
git-annex-calckey.mdwn typo fix 2022-08-03 11:11:10 -04:00
git-annex-checkpresentkey.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-common-options.mdwn S3: Send git-annex or other configured User-Agent. 2024-11-13 16:10:37 -04:00
git-annex-config.mdwn add: Consistently treat files in a dotdir as dotfiles, even when ran inside that dotdir 2024-11-13 13:43:01 -04:00
git-annex-configremote.mdwn configremote 2023-04-18 15:30:49 -04:00
git-annex-contentlocation.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-copy.mdwn copy/move --from-anywhere --to remote 2023-11-30 16:34:30 -04:00
git-annex-dead.mdwn info: Added --dead-repositories option 2023-08-09 12:43:48 -04:00
git-annex-describe.mdwn expire, trust et al, dead, describe: Support --json and --json-error-messages 2023-05-05 15:33:30 -04:00
git-annex-diffdriver.mdwn diffdriver: Added --get option 2023-08-22 11:58:53 -04:00
git-annex-direct.mdwn Automatically convert direct mode repositories to v7 with adjusted unlocked branches 2019-08-26 15:05:25 -04:00
git-annex-drop.mdwn Revert "--json-exceptions" 2023-04-25 17:37:34 -04:00
git-annex-dropkey.mdwn Revert "--json-exceptions" 2023-04-25 17:37:34 -04:00
git-annex-dropunused.mdwn dropunused: Support --jobs 2023-07-21 14:03:34 -04:00
git-annex-edit.mdwn splitting up the man page 2015-03-23 15:36:10 -04:00
git-annex-enable-tor.mdwn fix name of option 2022-01-21 14:51:57 -04:00
git-annex-enableremote.mdwn initremote, enableremote: Added --with-url to enable using git-remote-annex 2024-05-24 14:29:36 -04:00
git-annex-examinekey.mdwn fix typo in example 2024-03-01 15:44:46 -04:00
git-annex-expire.mdwn expire, trust et al, dead, describe: Support --json and --json-error-messages 2023-05-05 15:33:30 -04:00
git-annex-export.mdwn export: Added --from option 2024-08-08 12:08:55 -04:00
git-annex-extendcluster.mdwn layout 2024-06-27 15:52:58 -04:00
git-annex-filter-branch.mdwn fix link to git-annex-initremote 2022-08-02 13:51:47 +00:00
git-annex-filter-process.mdwn Typo fix unncessary -> unnecessary. 2022-08-20 09:40:19 -04:00
git-annex-find.mdwn avoid quoting spaces in git-annex find output to terminal 2023-04-26 00:18:30 -04:00
git-annex-findkeys.mdwn avoid quoting spaces in git-annex find output to terminal 2023-04-26 00:18:30 -04:00
git-annex-findref.mdwn add --branch option to git-annex find and mildly deprecate findref in favor of it 2018-12-09 14:10:37 -04:00
git-annex-fix.mdwn fix: Support --json and --json-error-messages 2023-05-04 14:28:21 -04:00
git-annex-forget.mdwn add a link to git-annex-dead 2022-04-05 14:47:27 -04:00
git-annex-fromkey.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-fsck.mdwn
git-annex-fuzztest.mdwn
git-annex-get.mdwn Revert "--json-exceptions" 2023-04-25 17:37:34 -04:00
git-annex-group.mdwn group: Added --list option 2024-05-29 13:37:35 -04:00
git-annex-groupwanted.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-import.mdwn multiple -m second try 2024-04-09 12:56:47 -04:00
git-annex-importfeed.mdwn support VURL backend 2024-02-29 13:48:51 -04:00
git-annex-indirect.mdwn
git-annex-info.mdwn info: Added "annex sizes of repositories" table to the overall display 2023-12-29 12:09:30 -04:00
git-annex-init.mdwn init: Support --json and --json-error-messages 2023-05-08 14:58:08 -04:00
git-annex-initcluster.mdwn layout 2024-06-27 15:52:58 -04:00
git-annex-initremote.mdwn initremote, enableremote: Added --with-url to enable using git-remote-annex 2024-05-24 14:29:36 -04:00
git-annex-inprogress.mdwn note about encryption/chunking 2021-10-18 11:11:24 -04:00
git-annex-list.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-lock.mdwn Revert "--json-exceptions" 2023-04-25 17:37:34 -04:00
git-annex-log.mdwn git-annex log --gnuplot 2023-11-14 14:56:58 -04:00
git-annex-lookupkey.mdwn lookupkey: Added --ref option 2023-09-12 12:49:11 -04:00
git-annex-map.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-matchexpression.mdwn git-annex sim command is working 2024-09-12 16:10:52 -04:00
git-annex-matching-expression.mdwn annex.addunlocked support for tree imports 2024-12-19 11:43:51 -04:00
git-annex-matching-options.mdwn Added --expected-present file matching option 2024-01-25 12:56:41 -04:00
git-annex-maxsize.mdwn maxsize of 0 to disable 2024-09-09 09:32:43 -04:00
git-annex-merge.mdwn git-annex pull and push 2023-05-16 16:51:07 -04:00
git-annex-metadata.mdwn Revert "--json-exceptions" 2023-04-25 17:37:34 -04:00
git-annex-migrate.mdwn clarification 2024-03-01 17:03:40 -04:00
git-annex-mincopies.mdwn config: Added the --show-origin and --for-file options 2023-06-12 16:24:31 -04:00
git-annex-mirror.mdwn add a warning about --json not being self describing 2023-06-29 15:38:37 -04:00
git-annex-move.mdwn
git-annex-multicast.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-numcopies.mdwn
git-annex-oldkeys.mdwn oldkeys: check associated files by default and add --unchecked 2023-08-23 13:46:41 -04:00
git-annex-p2p.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-p2phttp.mdwn p2phttp --directory implementation 2024-11-21 14:02:58 -04:00
git-annex-post-receive.mdwn update 2024-08-07 11:49:53 -04:00
git-annex-pre-commit.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-preferred-content.mdwn empty preferred content 2024-12-13 13:26:48 -04:00
git-annex-proxy.mdwn
git-annex-pull.mdwn 2024-05-02 14:32:26 +00:00
git-annex-push.mdwn initial support for annexobjects=yes 2024-08-02 14:07:45 -04:00
git-annex-readpresentkey.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-registerurl.mdwn
git-annex-reinit.mdwn reinit: Support --json and --json-error-messages 2023-05-08 15:07:40 -04:00
git-annex-reinject.mdwn reinject: Added --guesskeys option 2023-06-26 14:05:31 -04:00
git-annex-rekey.mdwn rekey, setpresentkey: Support --json and --json-error-messages 2023-05-04 16:03:54 -04:00
git-annex-remotedaemon.mdwn
git-annex-renameremote.mdwn configremote 2023-04-18 15:30:49 -04:00
git-annex-repair.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-required.mdwn document empty expression 2024-12-13 13:31:21 -04:00
git-annex-reregisterurl.mdwn add reregisterurl command 2024-03-05 15:06:14 -04:00
git-annex-resolvemerge.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-restage.mdwn restage: New git-annex command, handles restaging unlocked files 2022-09-23 16:29:59 -04:00
git-annex-rmurl.mdwn rmurl: Support --json and --json-error-messages 2023-05-04 11:28:27 -04:00
git-annex-satisfy.mdwn initial support for annexobjects=yes 2024-08-02 14:07:45 -04:00
git-annex-schedule.mdwn
git-annex-semitrust.mdwn expire, trust et al, dead, describe: Support --json and --json-error-messages 2023-05-05 15:33:30 -04:00
git-annex-setkey.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-setpresentkey.mdwn rekey, setpresentkey: Support --json and --json-error-messages 2023-05-04 16:03:54 -04:00
git-annex-shell.mdwn git-annex-shell: accept uuid of remote that proxying is enabled for 2024-06-10 12:44:35 -04:00
git-annex-sim.mdwn sim: document interruption and concurrency issues 2024-09-26 12:26:47 -04:00
git-annex-smudge.mdwn update content of .git/info/attributes 2022-06-02 11:45:49 -04:00
git-annex-status.mdwn Revert "--json-exceptions" 2023-04-25 17:37:34 -04:00
git-annex-sync.mdwn multiple -m second try 2024-04-09 12:56:47 -04:00
git-annex-test.mdwn test annex.shared-sop-command 2024-01-10 16:30:38 -04:00
git-annex-testremote.mdwn improve special remote docs 2024-02-05 15:48:15 -04:00
git-annex-transferkey.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-transferkeys.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-transferrer.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-trust.mdwn expire, trust et al, dead, describe: Support --json and --json-error-messages 2023-05-05 15:33:30 -04:00
git-annex-unannex.mdwn unannex: Support --json and --json-error-messages 2023-05-03 15:56:20 -04:00
git-annex-undo.mdwn migrate, undo: Support --json and --json-error-messages 2023-05-04 16:34:35 -04:00
git-annex-ungroup.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-uninit.mdwn uninit: Support --json and --json-error-messages 2023-05-11 13:43:02 -04:00
git-annex-unlock.mdwn Revert "--json-exceptions" 2023-04-25 17:37:34 -04:00
git-annex-unregisterurl.mdwn add reregisterurl command 2024-03-05 15:06:14 -04:00
git-annex-untrust.mdwn expire, trust et al, dead, describe: Support --json and --json-error-messages 2023-05-05 15:33:30 -04:00
git-annex-unused.mdwn oldkeys: New command that lists the keys used by old versions of a file 2023-08-22 14:51:06 -04:00
git-annex-updatecluster.mdwn layout 2024-06-27 15:52:58 -04:00
git-annex-updateproxy.mdwn added retrieveKeyFileInOrder and ORDERED to external special remote protocol 2024-10-15 15:40:14 -04:00
git-annex-upgrade.mdwn upgrade: Support --json and --json-error-messages and --json-progress 2023-05-10 12:54:48 -04:00
git-annex-vadd.mdwn add directory to views for files that lack specified metadata 2023-02-07 16:28:46 -04:00
git-annex-vcycle.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-version.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-vfilter.mdwn add directory to views for files that lack specified metadata 2023-02-07 16:28:46 -04:00
git-annex-vicfg.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-view.mdwn annex.maxextensionlength for view 2023-03-24 14:01:38 -04:00
git-annex-vpop.mdwn split out common options to its own page and mention it on each subcommand page 2021-05-10 15:00:13 -04:00
git-annex-wanted.mdwn document empty expression 2024-12-13 13:31:21 -04:00
git-annex-watch.mdwn
git-annex-webapp.mdwn
git-annex-whereis.mdwn Revert "--json-exceptions" 2023-04-25 17:37:34 -04:00
git-annex-whereused.mdwn migrate, undo: Support --json and --json-error-messages 2023-05-04 16:34:35 -04:00
git-annex.mdwn annexInsteadOf config 2024-12-03 14:39:07 -04:00
git-remote-annex.mdwn tip 2024-05-30 13:26:34 -04:00
git-remote-tor-annex.mdwn fix name of gitremote-helpers 2024-05-06 12:07:05 -04:00
git-union-merge.mdwn More typo fixes in doc/*.mdwn 2015-04-17 18:32:03 +02:00
how_it_works.mdwn improve 2021-01-15 11:31:08 -04:00
index.mdwn twitter search seems to be too broken to include a feed from it anymore 2015-05-16 15:41:12 -04:00
install.mdwn move a paragraph into the pages that the links it talks about were long ago moved to 2023-02-11 16:07:05 -04:00
internals.mdwn implement maxsize log and command 2024-08-11 15:41:26 -04:00
license.mdwn update 2019-02-08 15:26:15 -04:00
location_tracking.mdwn update 2011-11-27 13:57:56 -04:00
logo-old-bw.svg
logo-old.png
logo-old.svg
logo-old_small.png
logo-with-cli.png
logo-with-cli.svg
logo.mdwn Add link to hellotux.com git-annex shirts 2024-03-25 06:18:36 +00:00
logo.svg
logo_16x16.png
logo_32x32.png
logo_small.png
meta.mdwn fix 2011-11-08 12:24:56 -04:00
metadata.mdwn link to git-annex-metadata-gui 2016-12-07 16:09:30 -04:00
news.mdwn add security page with current and past security holes 2018-06-18 14:19:58 -04:00
not.mdwn Update boar link 2018-01-12 01:15:23 +00:00
polls.mdwn 2015 user survey 2015-10-19 15:15:04 -04:00
preferred_content.mdwn balanced preferred content and --rebalance 2024-08-09 14:16:09 -04:00
privacy.mdwn remove mention of XMPP which is no longer used 2024-06-27 15:56:30 -04:00
profiling.mdwn rename page 2019-01-14 15:57:04 -04:00
projects.mdwn add projects page, move datalad there 2019-09-19 10:47:12 -04:00
publicrepos.mdwn we grew up to over 50TB 2018-09-14 02:53:11 +00:00
related_software.mdwn 2024-07-16 15:42:54 +00:00
repomap.png
required_content.mdwn fsck: Warn when required content is not present in the repository that requires it. 2018-02-08 14:08:41 -04:00
scalability.mdwn added a hyperlink from scalability page to scalability tips page 2020-01-30 15:52:53 +00:00
security.mdwn link to contact 2019-07-31 16:37:21 -04:00
shortcuts.mdwn add custom shortcuts page, including a !commit shortcut to link to a git commit 2013-11-10 14:03:34 -04:00
sidebar.mdwn remove flattr link, add patreon link 2016-08-03 17:40:26 -04:00
sims.mdwn adds sims collection 2024-09-23 13:43:55 -04:00
sitemap.mdwn trim sitemap 2013-03-11 18:53:29 -04:00
special_remotes.mdwn update docs for git-remote-annex 2024-05-14 15:31:16 -04:00
stickers.mdwn improve 2015-11-19 18:56:24 -04:00
submodules.mdwn Automatically convert direct mode repositories to v7 with adjusted unlocked branches 2019-08-26 15:05:25 -04:00
summary.mdwn improve description 2022-01-06 12:24:27 -04:00
sync.mdwn comment and improve docs 2023-04-19 12:20:26 -04:00
testimonials.mdwn
thanks.mdwn scaling 2024-10-31 17:27:13 -04:00
tips.mdwn reorg 2011-10-17 13:56:36 -04:00
todo.mdwn fix syntax 2021-02-02 13:01:31 -04:00
transferring_data.mdwn Various typo fixes in doc/*.mdwn 2015-04-17 16:42:16 +02:00
trust.mdwn Behavior change: --trust option no longer overrides trust 2021-01-07 10:34:57 -04:00
tuning.mdwn remove warnings about tuning being experimental 2024-10-22 13:27:25 -04:00
upgrades.mdwn v8 repositories automatically upgrade to v9 2022-07-25 16:20:04 -04:00
users.mdwn add 2010-11-14 14:14:27 -04:00
videos.mdwn move new video into feed 2023-07-05 14:54:21 -04:00
walkthrough.mdwn remove recent addition of receive.denyNonFastForwards to walkthrough 2017-02-13 16:02:53 -04:00
workflow.mdwn link to the assistant page here 2017-04-24 13:56:08 +00:00