diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2015-05-29 12:12:55 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2015-05-29 12:12:55 -0400 |
commit | 39c4212769449c5c763dc047d299fadb330c3eb2 (patch) | |
tree | 5e54beb57ebf743e1e443bb333724a6b73ceca51 | |
parent | 7cbb246e3e4718d9c21fe737307b08d889f60090 (diff) |
expand manpages cross-references significantly
i found that most man pages only had references to the main git-annex
manpage, which i stillfind pretty huge and hard to navigate through.
i tried to sift through all the man pages and add cross-references
between relevant pages. my general rule of thumb is that links should
be both ways unless one of the pages is a more general page that would
become ridiculously huge if all backlinks would be added
(git-annex-preferred-content comes to mind).
i have also make the links one per line as this is how it was done in
the metadata pages so far.
i did everything but the plumbing, utility and test commands, although
some of those are linked from the other commands so cross-links were
added there as well.
54 files changed, 208 insertions, 7 deletions
diff --git a/doc/git-annex-add.mdwn b/doc/git-annex-add.mdwn index 20033412b..303b656b8 100644 --- a/doc/git-annex-add.mdwn +++ b/doc/git-annex-add.mdwn @@ -44,6 +44,18 @@ non-large file directly to the git repository, instead of to the annex. [[git-annex]](1) +[[git-annex-unlock]](1) + +[[git-annex-lock]](1) + +[[git-annex-undo]](1) + +[[git-annex-import]](1) + +[[git-annex-unannex]](1) + +[[git-annex-reinject]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-addunused.mdwn b/doc/git-annex-addunused.mdwn index 2eb308e0e..3dbddd641 100644 --- a/doc/git-annex-addunused.mdwn +++ b/doc/git-annex-addunused.mdwn @@ -17,6 +17,10 @@ The files will have names starting with "unused." [[git-annex]](1) +[[git-annex-add]](1) + +[[git-annex-unused]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-addurl.mdwn b/doc/git-annex-addurl.mdwn index 5e26035ec..99b1f8c65 100644 --- a/doc/git-annex-addurl.mdwn +++ b/doc/git-annex-addurl.mdwn @@ -59,6 +59,12 @@ be used to get better filenames. [[git-annex]](1) +[[git-annex-rmurl]](1) + +[[git-annex-registerurl]](1) + +[[git-annex-importfeed]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-assistant.mdwn b/doc/git-annex-assistant.mdwn index 5c0f6408b..ce2e996c9 100644 --- a/doc/git-annex-assistant.mdwn +++ b/doc/git-annex-assistant.mdwn @@ -11,9 +11,6 @@ git annex assistant Watches for changes to files in the current directory and its subdirectories, and automatically syncs them to other remotes. -For more details about the git-annex assistant, see -<https://git-annex.branchable.com/assistant/> - # OPTIONS * `--autostart` @@ -45,6 +42,13 @@ For more details about the git-annex assistant, see [[git-annex]](1) +[[git-annex-watch]](1) + +[[git-annex-schedule]](1) + +For more details about the git-annex assistant, see +<https://git-annex.branchable.com/assistant/> + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-copy.mdwn b/doc/git-annex-copy.mdwn index 19d328c19..5361e970c 100644 --- a/doc/git-annex-copy.mdwn +++ b/doc/git-annex-copy.mdwn @@ -68,6 +68,12 @@ Copies the content of files from or to another remote. [[git-annex]](1) +[[git-annex-get]](1) + +[[git-annex-move]](1) + +[[git-annex-drop]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-dead.mdwn b/doc/git-annex-dead.mdwn index 597d23fe5..680d8bba2 100644 --- a/doc/git-annex-dead.mdwn +++ b/doc/git-annex-dead.mdwn @@ -18,6 +18,14 @@ description, or their UUID. [[git-annex]](1) +[[git-annex-trust]](1) + +[[git-annex-semitrust]](1) + +[[git-annex-untrust]](1) + +[[git-annex-expire]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-describe.mdwn b/doc/git-annex-describe.mdwn index 5890801a2..cc5439ddd 100644 --- a/doc/git-annex-describe.mdwn +++ b/doc/git-annex-describe.mdwn @@ -22,6 +22,8 @@ no git remote corresponding to it. [[git-annex]](1) +[[git-annex-init]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-direct.mdwn b/doc/git-annex-direct.mdwn index 9a9d66d9e..457ae3116 100644 --- a/doc/git-annex-direct.mdwn +++ b/doc/git-annex-direct.mdwn @@ -21,6 +21,8 @@ commands. [[git-annex]](1) +[[git-annex-indirect]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-drop.mdwn b/doc/git-annex-drop.mdwn index c19a716e9..7a9d79c58 100644 --- a/doc/git-annex-drop.mdwn +++ b/doc/git-annex-drop.mdwn @@ -59,6 +59,12 @@ safe to do so. [[git-annex]](1) +[[git-annex-get]](1) + +[[git-annex-move]](1) + +[[git-annex-copy]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-dropunused.mdwn b/doc/git-annex-dropunused.mdwn index 5dedce718..baadd0cc3 100644 --- a/doc/git-annex-dropunused.mdwn +++ b/doc/git-annex-dropunused.mdwn @@ -32,6 +32,8 @@ Or, specify "all" to drop all unused data. [[git-annex]](1) +[[git-annex-unused]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-enableremote.mdwn b/doc/git-annex-enableremote.mdwn index cb4002a08..79b224a04 100644 --- a/doc/git-annex-enableremote.mdwn +++ b/doc/git-annex-enableremote.mdwn @@ -49,6 +49,8 @@ make little sense except in cases like the revoked key example above. [[git-annex]](1) +[[git-annex-initremote]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-find.mdwn b/doc/git-annex-find.mdwn index ce9c6326f..4c1501e96 100644 --- a/doc/git-annex-find.mdwn +++ b/doc/git-annex-find.mdwn @@ -58,6 +58,10 @@ finds files in the current directory and its subdirectories. [[git-annex]](1) +[[git-annex-whereis]](1) + +[[git-annex-list]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-fix.mdwn b/doc/git-annex-fix.mdwn index 8a7232ea3..bd6653550 100644 --- a/doc/git-annex-fix.mdwn +++ b/doc/git-annex-fix.mdwn @@ -25,6 +25,8 @@ but is done automatically when committing a change with git too. [[git-annex]](1) +[[git-annex-fsck]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-fsck.mdwn b/doc/git-annex-fsck.mdwn index 0912124db..1b1c0121b 100644 --- a/doc/git-annex-fsck.mdwn +++ b/doc/git-annex-fsck.mdwn @@ -84,7 +84,11 @@ With parameters, only the specified files are checked. # SEE ALSO -[[git-annex]](1), [[git-annex-repair]](1) +[[git-annex]](1) + +[[git-annex-repair]](1) + +[[git-annex-expire]](1) # AUTHOR diff --git a/doc/git-annex-get.mdwn b/doc/git-annex-get.mdwn index da9c8c05a..4f5917534 100644 --- a/doc/git-annex-get.mdwn +++ b/doc/git-annex-get.mdwn @@ -58,6 +58,10 @@ or transferring them from some kind of key-value store. [[git-annex-drop]](1) +[[git-annex-copy]](1) + +[[git-annex-move]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-group.mdwn b/doc/git-annex-group.mdwn index e219cd207..3b6bac109 100644 --- a/doc/git-annex-group.mdwn +++ b/doc/git-annex-group.mdwn @@ -22,6 +22,12 @@ A repository can be in multiple groups at the same time. [[git-annex]](1) +[[git-annex-ungroup]](1) + +[[git-annex-preferred-content]](1) + +[[git-annex-wanted]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-groupwanted.mdwn b/doc/git-annex-groupwanted.mdwn index ef20ccd3e..fd51d5038 100644 --- a/doc/git-annex-groupwanted.mdwn +++ b/doc/git-annex-groupwanted.mdwn @@ -25,6 +25,12 @@ make repositories in the group want to contain 3 copies of every file: [[git-annex]](1) +[[git-annex-group]](1) + +[[git-annex-wanted]](1) + +[[git-annex-preferred-content]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-import.mdwn b/doc/git-annex-import.mdwn index 69b9a5ebf..48c087aec 100644 --- a/doc/git-annex-import.mdwn +++ b/doc/git-annex-import.mdwn @@ -75,6 +75,8 @@ backend does not look at file content, but filename and mtime. [[git-annex]](1) +[[git-annex-add]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-importfeed.mdwn b/doc/git-annex-importfeed.mdwn index 3557866a2..8c2d9404e 100644 --- a/doc/git-annex-importfeed.mdwn +++ b/doc/git-annex-importfeed.mdwn @@ -42,6 +42,8 @@ To make the import process add metadata to the imported files from the feed, [[git-annex]](1) +[[git-annex-addurl]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-indirect.mdwn b/doc/git-annex-indirect.mdwn index 42dc0a045..99def6144 100644 --- a/doc/git-annex-indirect.mdwn +++ b/doc/git-annex-indirect.mdwn @@ -19,6 +19,8 @@ default to using direct mode. [[git-annex]](1) +[[git-annex-direct]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-init.mdwn b/doc/git-annex-init.mdwn index 1398923bf..2662ddc94 100644 --- a/doc/git-annex-init.mdwn +++ b/doc/git-annex-init.mdwn @@ -20,6 +20,12 @@ one will be generated using the username, hostname and the path. [[git-annex]](1) +[[git-annex-describe]](1) + +[[git-annex-reinit]](1) + +git-init(1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-initremote.mdwn b/doc/git-annex-initremote.mdwn index 28ea97378..5fe4749a5 100644 --- a/doc/git-annex-initremote.mdwn +++ b/doc/git-annex-initremote.mdwn @@ -50,6 +50,8 @@ access. [[git-annex]](1) +[[git-annex-enableremote]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-list.mdwn b/doc/git-annex-list.mdwn index 2997ca762..5c9034c1c 100644 --- a/doc/git-annex-list.mdwn +++ b/doc/git-annex-list.mdwn @@ -27,6 +27,10 @@ files. This is similar to `git annex whereis` but a more compact display. [[git-annex]](1) +[[git-annex-find]](1) + +[[git-annex-whereis]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-lock.mdwn b/doc/git-annex-lock.mdwn index 21be9f5aa..4bf279fb2 100644 --- a/doc/git-annex-lock.mdwn +++ b/doc/git-annex-lock.mdwn @@ -22,6 +22,10 @@ the files, or have made modifications you want to discard. [[git-annex]](1) +[[git-annex-add]](1) + +[[git-annex-unlock]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-merge.mdwn b/doc/git-annex-merge.mdwn index 346a94790..a86886e75 100644 --- a/doc/git-annex-merge.mdwn +++ b/doc/git-annex-merge.mdwn @@ -20,6 +20,8 @@ working copy automatically. [[git-annex]](1) +[[git-annex-sync]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-metadata.mdwn b/doc/git-annex-metadata.mdwn index c539de6ee..39bb7f2fd 100644 --- a/doc/git-annex-metadata.mdwn +++ b/doc/git-annex-metadata.mdwn @@ -89,6 +89,8 @@ To set some tags on a file and also its author: [[git-annex]](1) +[[git-annex-view]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-migrate.mdwn b/doc/git-annex-migrate.mdwn index b6e5f9f77..bc3c3dfaa 100644 --- a/doc/git-annex-migrate.mdwn +++ b/doc/git-annex-migrate.mdwn @@ -41,6 +41,8 @@ it's best to run migrate in all of them. [[git-annex]](1) +[[git-annex-upgrade]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-mirror.mdwn b/doc/git-annex-mirror.mdwn index 68bce3d47..9c07d2b4c 100644 --- a/doc/git-annex-mirror.mdwn +++ b/doc/git-annex-mirror.mdwn @@ -17,7 +17,7 @@ the source repository, it will be dropped from the destination repository when the numcopies setting allows. Note that mirror does not sync the git repository, but only the file -contents. +contents. Use [[git-annex-sync]](1) for that. # OPTIONS @@ -55,6 +55,8 @@ contents. [[git-annex]](1) +[[git-annex-sync]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-move.mdwn b/doc/git-annex-move.mdwn index f1cdb0bec..85af4aa19 100644 --- a/doc/git-annex-move.mdwn +++ b/doc/git-annex-move.mdwn @@ -51,6 +51,12 @@ Moves the content of files from or to another remote. [[git-annex]](1) +[[git-annex-get]](1) + +[[git-annex-copy]](1) + +[[git-annex-drop]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-registerurl.mdwn b/doc/git-annex-registerurl.mdwn index 05328abbb..baa8c8e94 100644 --- a/doc/git-annex-registerurl.mdwn +++ b/doc/git-annex-registerurl.mdwn @@ -25,6 +25,8 @@ valid url, an URL key is constructed from the url. [[git-annex]](1) +[[git-annex-addurl]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-reinit.mdwn b/doc/git-annex-reinit.mdwn index 5d1b42aae..ba324d5f6 100644 --- a/doc/git-annex-reinit.mdwn +++ b/doc/git-annex-reinit.mdwn @@ -21,6 +21,8 @@ a fsck. [[git-annex]](1) +[[git-annex-init]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-reinject.mdwn b/doc/git-annex-reinject.mdwn index bc4b32d91..f5019e4b5 100644 --- a/doc/git-annex-reinject.mdwn +++ b/doc/git-annex-reinject.mdwn @@ -25,6 +25,10 @@ Example: [[git-annex]](1) +[[git-annex-add]](1) + +[[git-annex-fsck]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-repair.mdwn b/doc/git-annex-repair.mdwn index a3cc26167..64363f89c 100644 --- a/doc/git-annex-repair.mdwn +++ b/doc/git-annex-repair.mdwn @@ -46,7 +46,9 @@ to make sure that the git-annex branch reflects reality. # SEE ALSO -[[git-annex]](1), [[gi-annex-fsck]](1) +[[git-annex]](1) + +[[git-annex-fsck]](1) # AUTHOR diff --git a/doc/git-annex-rmurl.mdwn b/doc/git-annex-rmurl.mdwn index 5e4d59f80..5faf9ea39 100644 --- a/doc/git-annex-rmurl.mdwn +++ b/doc/git-annex-rmurl.mdwn @@ -14,6 +14,8 @@ Record that the file is no longer available at the url. [[git-annex]](1) +[[git-annex-addurl]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-schedule.mdwn b/doc/git-annex-schedule.mdwn index bffb15ec5..b0be6cf37 100644 --- a/doc/git-annex-schedule.mdwn +++ b/doc/git-annex-schedule.mdwn @@ -40,6 +40,10 @@ To schedule multiple jobs, separate them with "; ". [[git-annex]](1) +[[git-annex-assistant]](1) + +[[git-annex-expire]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-semitrust.mdwn b/doc/git-annex-semitrust.mdwn index e164f965d..8bbc2c8ac 100644 --- a/doc/git-annex-semitrust.mdwn +++ b/doc/git-annex-semitrust.mdwn @@ -17,6 +17,14 @@ description, or their UUID. For the current repository, use "here". [[git-annex]](1) +[[git-annex-trust]](1) + +[[git-annex-untrust]](1) + +[[git-annex-dead]](1) + +[[git-annex-expire]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-status.mdwn b/doc/git-annex-status.mdwn index 9a8929029..7ad967bde 100644 --- a/doc/git-annex-status.mdwn +++ b/doc/git-annex-status.mdwn @@ -25,6 +25,8 @@ Particularly useful in direct mode. [[git-annex]](1) +git-status(1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-sync.mdwn b/doc/git-annex-sync.mdwn index fa539d8bc..ed3cc1855 100644 --- a/doc/git-annex-sync.mdwn +++ b/doc/git-annex-sync.mdwn @@ -47,7 +47,10 @@ by running "git annex sync" on the remote. By default, this tries to get each annexed file that the local repository does not yet have, and then copies each file to every remote that it is syncing with. This behavior can be overridden by configuring the preferred - content of a repository. See [git-annex-preferred-content](1) + content of a repository. See [[git-annex-preferred-content]](1). + + To make two repositories have the same set of fies, you should use + [[git-annex-mirror]](1) instead of this flag. * `--message=msg` @@ -57,6 +60,10 @@ by running "git annex sync" on the remote. [[git-annex]](1) +[[git-annex-preferred-content]](1) + +[[git-annex-mirror]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-trust.mdwn b/doc/git-annex-trust.mdwn index fcb4a06db..d8adbba0b 100644 --- a/doc/git-annex-trust.mdwn +++ b/doc/git-annex-trust.mdwn @@ -18,6 +18,12 @@ description, or their UUID. To trust the current repository, use "here". [[git-annex]](1) +[[git-annex-semitrust]](1) + +[[git-annex-untrust]](1) + +[[git-annex-dead]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-undo.mdwn b/doc/git-annex-undo.mdwn index 1fda4778e..cfdfbc8e6 100644 --- a/doc/git-annex-undo.mdwn +++ b/doc/git-annex-undo.mdwn @@ -26,6 +26,8 @@ operates on the file tree committed to git. [[git-annex]](1) +[[git-annex-add]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-ungroup.mdwn b/doc/git-annex-ungroup.mdwn index 4d105c0fa..164d132f0 100644 --- a/doc/git-annex-ungroup.mdwn +++ b/doc/git-annex-ungroup.mdwn @@ -14,6 +14,8 @@ Removes a repository from a group. [[git-annex]](1) +[[git-annex-group]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-uninit.mdwn b/doc/git-annex-uninit.mdwn index 89678e13d..b4c616b2b 100644 --- a/doc/git-annex-uninit.mdwn +++ b/doc/git-annex-uninit.mdwn @@ -18,6 +18,8 @@ git repository plus the previously annexed files. [[git-annex-unannex]](1) +[[git-annex-init]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-unlock.mdwn b/doc/git-annex-unlock.mdwn index ffcfe4523..ac8c21185 100644 --- a/doc/git-annex-unlock.mdwn +++ b/doc/git-annex-unlock.mdwn @@ -25,6 +25,12 @@ it back into the annex. [[git-annex]](1) +[[git-annex-edit]](1) + +[[git-annex-add]](1) + +[[git-annex-lock]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-untrust.mdwn b/doc/git-annex-untrust.mdwn index c0224a1dd..ec0a9e302 100644 --- a/doc/git-annex-untrust.mdwn +++ b/doc/git-annex-untrust.mdwn @@ -18,6 +18,12 @@ description, or their UUID. To untrust the current repository, use "here". [[git-annex]](1) +[[git-annex-trust]](1) + +[[git-annex-semitrust]](1) + +[[git-annex-dead]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-unused.mdwn b/doc/git-annex-unused.mdwn index 22fac5b7c..d54658f8a 100644 --- a/doc/git-annex-unused.mdwn +++ b/doc/git-annex-unused.mdwn @@ -65,6 +65,10 @@ and walking the list in order from left to right. [[git-annex]](1) +[[git-annex-dropunused]](1) + +[[git-annex-addunused]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-upgrade.mdwn b/doc/git-annex-upgrade.mdwn index 0922ad87f..7d3d5c479 100644 --- a/doc/git-annex-upgrade.mdwn +++ b/doc/git-annex-upgrade.mdwn @@ -25,6 +25,8 @@ allow archives to be taken offline for years and later used. [[git-annex]](1) +[[git-annex-migrate]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-vadd.mdwn b/doc/git-annex-vadd.mdwn index 3aaf08143..c97da13b5 100644 --- a/doc/git-annex-vadd.mdwn +++ b/doc/git-annex-vadd.mdwn @@ -21,6 +21,8 @@ to only those two. [[git-annex]](1) +[[git-annex-metadata]](1) + [[git-annex-view]](1) [[git-annex-vpop]](1) diff --git a/doc/git-annex-vcycle.mdwn b/doc/git-annex-vcycle.mdwn index b8f4f97ed..9d00d9fb9 100644 --- a/doc/git-annex-vcycle.mdwn +++ b/doc/git-annex-vcycle.mdwn @@ -17,6 +17,8 @@ it to author/tag/year. [[git-annex]](1) +[[git-annex-metadata]](1) + [[git-annex-view]](1) [[git-annex-vpop]](1) diff --git a/doc/git-annex-vfilter.mdwn b/doc/git-annex-vfilter.mdwn index 81c4cf224..8d909c092 100644 --- a/doc/git-annex-vfilter.mdwn +++ b/doc/git-annex-vfilter.mdwn @@ -15,6 +15,8 @@ specified field values and tags. [[git-annex]](1) +[[git-annex-metadata]](1) + [[git-annex-view]](1) [[git-annex-vpop]](1) diff --git a/doc/git-annex-vpop.mdwn b/doc/git-annex-vpop.mdwn index 8d0e748b4..89a83e966 100644 --- a/doc/git-annex-vpop.mdwn +++ b/doc/git-annex-vpop.mdwn @@ -17,6 +17,8 @@ The optional number tells how many views to pop. [[git-annex]](1) +[[git-annex-metadata]](1) + [[git-annex-view]](1) [[git-annex-vfilter]](1) diff --git a/doc/git-annex-wanted.mdwn b/doc/git-annex-wanted.mdwn index 131cbe798..ae7757a70 100644 --- a/doc/git-annex-wanted.mdwn +++ b/doc/git-annex-wanted.mdwn @@ -22,6 +22,12 @@ of the repository. [[git-annex]](1) +[[git-annex-required]](1) + +[[git-annex-preferred-content]](1) + +[[git-annex-groupwanted]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-watch.mdwn b/doc/git-annex-watch.mdwn index 07b0585c0..5a1230033 100644 --- a/doc/git-annex-watch.mdwn +++ b/doc/git-annex-watch.mdwn @@ -36,6 +36,8 @@ files that it does not match will instead be added with `git add`. [[git-annex]](1) +[[git-annex-assistant]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-webapp.mdwn b/doc/git-annex-webapp.mdwn index d9e34a2e3..ce9031469 100644 --- a/doc/git-annex-webapp.mdwn +++ b/doc/git-annex-webapp.mdwn @@ -42,6 +42,8 @@ one way to generate those files, using a self-signed certificate: [[git-annex]](1) +[[git-annex-assistant]](1) + # AUTHOR Joey Hess <id@joeyh.name> diff --git a/doc/git-annex-whereis.mdwn b/doc/git-annex-whereis.mdwn index c99e0722c..ed77ad7fa 100644 --- a/doc/git-annex-whereis.mdwn +++ b/doc/git-annex-whereis.mdwn @@ -49,6 +49,10 @@ For example: [[git-annex]](1) +[[git-annex-find]](1) + +[[git-annex-list]](1) + # AUTHOR Joey Hess <id@joeyh.name> |