diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-16 15:48:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-16 15:48:26 -0400 |
commit | d7ef5fd2941fa66aa7f9c998fe4acfda60e63295 (patch) | |
tree | f31d160f1ce06bf2c8d9cf072acc9c392d93b5cf /debian | |
parent | bc21502b9a640e798dc6bbbb255aa9742a1c6187 (diff) |
add explicit upgrade command
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e9fdceee6..a9b9249c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,8 @@ git-annex (0.20110316) UNRELEASED; urgency=low * New repository format, annex.version=2. * The first time git-annex is run in an old format repository, it will automatically upgrade it to the new format, staging all - necessary changes to git. + necessary changes to git. See <http://git-annex.branchable.com/upgrades/> + for details. * Colons are now avoided in filenames, so bare clones of git repos can be put on USB thumb drives formatted with vFAT or similar filesystems. |