summaryrefslogtreecommitdiff
path: root/doc/git-annex-list.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-annex-list.mdwn')
-rw-r--r--doc/git-annex-list.mdwn34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/git-annex-list.mdwn b/doc/git-annex-list.mdwn
new file mode 100644
index 000000000..2997ca762
--- /dev/null
+++ b/doc/git-annex-list.mdwn
@@ -0,0 +1,34 @@
+# NAME
+
+git-annex list - show which remotes contain files
+
+# SYNOPSIS
+
+git annex list `[path ...]`
+
+# DESCRIPTION
+
+Displays a table of remotes that contain the contents of the specified
+files. This is similar to `git annex whereis` but a more compact display.
+
+# OPTIONS
+
+* `--allrepos`
+
+ Only configured remotes are shown by default; this option
+ adds all known repositories to the list.
+
+* file matching options
+
+ The [[git-annex-matching-options]](1)
+ can be used to specify files to list.
+
+# SEE ALSO
+
+[[git-annex]](1)
+
+# AUTHOR
+
+Joey Hess <id@joeyh.name>
+
+Warning: Automatically converted into a man page by mdwn2man. Edit with care.