diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-15 17:17:13 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-15 17:17:13 -0400 |
commit | 42710158e49f8460ac50b6a77d317b2f6cda4b57 (patch) | |
tree | 627f5546fe591df3191a0dbc287a8262ef70efcd /doc/git-annex-init.mdwn | |
parent | 49983aafdc36f21aee6aef9a540ac93d7171ab69 (diff) |
Use git-annex init --version=6 to get v6 for now
Not ready to make it default because of the direct mode upgrade needing to
all happen at once.
Diffstat (limited to 'doc/git-annex-init.mdwn')
-rw-r--r-- | doc/git-annex-init.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/git-annex-init.mdwn b/doc/git-annex-init.mdwn index 145705105..29522181d 100644 --- a/doc/git-annex-init.mdwn +++ b/doc/git-annex-init.mdwn @@ -24,6 +24,13 @@ mark it as dead (see [[git-annex-dead]](1)). This command is entirely safe, although usually pointless, to run inside an already initialized git-annex repository. +# OPTIONS + +* `--version=N` + + Force the repository to be initialized using a different annex.version + than the current default. + # SEE ALSO [[git-annex]](1) |