2015-03-23 22:20:42 +00:00
|
|
|
# NAME
|
|
|
|
|
2019-08-26 18:52:55 +00:00
|
|
|
git-annex indirect - switch repository to indirect mode (deprecated)
|
2015-03-23 22:20:42 +00:00
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
git annex indirect
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
2019-08-26 18:52:55 +00:00
|
|
|
This command was used to switch a repository back from direct mode
|
|
|
|
indirect mode.
|
2015-03-23 22:20:42 +00:00
|
|
|
|
2019-08-26 18:52:55 +00:00
|
|
|
Now git-annex automatically converts direct mode repositories to v7
|
|
|
|
with adjusted unlocked branches, so this command does nothing.
|
2015-03-23 22:20:42 +00:00
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
[[git-annex]](1)
|
|
|
|
|
2015-05-29 16:12:55 +00:00
|
|
|
[[git-annex-direct]](1)
|
|
|
|
|
2015-03-23 22:20:42 +00:00
|
|
|
# AUTHOR
|
|
|
|
|
|
|
|
Joey Hess <id@joeyh.name>
|
|
|
|
|
|
|
|
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|