diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-23 12:11:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-23 12:11:03 -0400 |
commit | d05fd113925bd3528a3b8643c58536c96d7151bb (patch) | |
tree | ee865e6708b7265f92ba32b46794b9938424d5d4 /doc/upgrades.mdwn | |
parent | 224a8098b5cc27a78b31094026e545137781b27e (diff) |
updates
Diffstat (limited to 'doc/upgrades.mdwn')
-rw-r--r-- | doc/upgrades.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/upgrades.mdwn b/doc/upgrades.mdwn index 509e29695..1813d079a 100644 --- a/doc/upgrades.mdwn +++ b/doc/upgrades.mdwn @@ -32,6 +32,9 @@ After the upgrade is complete, commit the changes it staged. git commit -m "upgrade v2 to v3" +Running `git gc` after this upgrade will likely free up significant disk +space. (Tens to hundreds of megabytes.) + ### v1 -> v2 (git-annex version 0.20110316) Involved adding hashing to .git/annex/ and changing the names of all keys. |