updates
This commit is contained in:
parent
224a8098b5
commit
d05fd11392
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue