add explicit upgrade command

This commit is contained in:
Joey Hess 2011-03-16 15:48:26 -04:00
parent bc21502b9a
commit d7ef5fd294
5 changed files with 34 additions and 3 deletions

View file

@ -261,6 +261,12 @@ Many git-annex commands will stage changes for later `git commit` by you.
git annex setkey --key=WORM-s3-m1287765018--file /tmp/file
* upgrade
Upgrades the repository to current layout. Upgrades are done automatically
whenever a newer git annex encounters an old repository; this command
allows explcitly starting an upgrade.
# OPTIONS
* --force