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 | |
parent | 224a8098b5cc27a78b31094026e545137781b27e (diff) |
updates
Diffstat (limited to 'doc')
-rw-r--r-- | doc/internals.mdwn | 4 | ||||
-rw-r--r-- | doc/upgrades.mdwn | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/internals.mdwn b/doc/internals.mdwn index 27b5bb1f2..1096845e5 100644 --- a/doc/internals.mdwn +++ b/doc/internals.mdwn @@ -21,8 +21,8 @@ deleting or changing the file contents. This branch is managed by git-annex, with the contents listed below. -The file `.git/index.git-annex` is a separate git index file it uses -to accumlate changes for the branch. Also, `.git/annex/journal/` is used +The file `.git/annex/index` is a separate git index file it uses +to accumlate changes for the git-annex. Also, `.git/annex/journal/` is used to record changes before they are added to git. Note that for speed reasons, git-annex assumes only it will modify this 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. |