summaryrefslogtreecommitdiff
path: root/doc/internals.mdwn
Commit message (Collapse)AuthorAge
* add timestamps to remote.logGravatar Joey Hess2011-10-06
|
* add timestamp to uuid.logGravatar Joey Hess2011-10-06
| | | | | | | | * New or changed repository descriptions in uuid.log now have a timestamp, which is used to ensure the newest description is used when the uuid.log has been merged. * Note that older versions of git-annex will display the timestamp as part of the repository description, which is ugly but otherwise harmless.
* typoGravatar Joey Hess2011-08-15
|
* document web special remote log filesGravatar Joey Hess2011-07-01
|
* updatesGravatar Joey Hess2011-06-23
|
* add journaling to speed up changes to the git-annex branchGravatar Joey Hess2011-06-23
| | | | | | | | git is slow when the index file is large and has to be rewritten each time a file is changed. To speed this up, added a journal where changes are recorded before being fed into the index file and committed to the git-annex branch. The entire journal can be fed into git with just 2 commands, and only one write of the index file.
* update re git-annex branch direct modificationGravatar Joey Hess2011-06-23
|
* update documentation that mentioned .git-annex/Gravatar Joey Hess2011-06-22
|
* Use lowercase hash directories for locationlog filesGravatar Joey Hess2011-04-02
| | | | | | to avoid some issues with git on OSX with the mixed-case directories. No migration is needed; the old mixed case hash directories are still read; new information is written to the new directories.
* clean up remote.log handlingGravatar Joey Hess2011-03-29
|
* generalize special remote configuration storageGravatar Joey Hess2011-03-28
|
* more s3 docsGravatar Joey Hess2011-03-28
|
* update and bug closures for v2 layoutGravatar Joey Hess2011-03-16
|
* linkGravatar Joey Hess2011-03-01
|
* formatGravatar Joey Hess2011-03-01
|
* add internals pageGravatar Joey Hess2011-03-01