diff options
Diffstat (limited to 'doc/git-annex-indirect.mdwn')
-rw-r--r-- | doc/git-annex-indirect.mdwn | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/git-annex-indirect.mdwn b/doc/git-annex-indirect.mdwn new file mode 100644 index 000000000..42dc0a045 --- /dev/null +++ b/doc/git-annex-indirect.mdwn @@ -0,0 +1,26 @@ +# NAME + +git-annex indirect - switch repository to indirect mode + +# SYNOPSIS + +git annex indirect + +# DESCRIPTION + +Switches a repository back from direct mode to the default, indirect +mode. + +Some systems cannot support git-annex in indirect mode, because they +do not support symbolic links. Repositories on such systems instead +default to using direct mode. + +# SEE ALSO + +[[git-annex]](1) + +# AUTHOR + +Joey Hess <id@joeyh.name> + +Warning: Automatically converted into a man page by mdwn2man. Edit with care. |