summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* unused: New subcommand, finds unused data (the global part of fsck).Gravatar Joey Hess2010-11-15
|
* thoughtGravatar Joey Hess2010-11-15
|
* this is looking more and more problimaticGravatar Joey Hess2010-11-15
|
* problemGravatar Joey Hess2010-11-15
|
* trim exportsGravatar Joey Hess2010-11-15
|
* should work nowGravatar Joey Hess2010-11-14
|
* deal with OSX case brokennessGravatar Joey Hess2010-11-14
| | | | HELLO, it's 2010.. POSIX calling..
* commentGravatar Joey Hess2010-11-14
|
* move stuff out of CoreGravatar Joey Hess2010-11-14
|
* addGravatar Joey Hess2010-11-14
|
* (no commit message)Gravatar http://joey.kitenet.net/2010-11-14
|
* (no commit message)Gravatar http://joey.kitenet.net/2010-11-14
|
* link forumGravatar Joey Hess2010-11-14
|
* addGravatar Joey Hess2010-11-14
|
* find: New subcommand.Gravatar Joey Hess2010-11-14
|
* updateGravatar Joey Hess2010-11-13
|
* updateGravatar Joey Hess2010-11-14
|
* updateGravatar Joey Hess2010-11-13
|
* updateGravatar Joey Hess2010-11-13
|
* updateGravatar Joey Hess2010-11-13
|
* changeGravatar Joey Hess2010-11-13
|
* no linkGravatar Joey Hess2010-11-13
|
* updateGravatar Joey Hess2010-11-13
|
* add logoGravatar Joey Hess2010-11-13
|
* add news item for git-annex 0.06Gravatar Joey Hess2010-11-13
|
* releasing version 0.060.06Gravatar Joey Hess2010-11-13
|
* better fsck file handlingGravatar Joey Hess2010-11-13
|
* fsck even files not in backendGravatar Joey Hess2010-11-13
|
* fsck: avoid global checks if files specifiedGravatar Joey Hess2010-11-13
|
* ideaGravatar Joey Hess2010-11-13
|
* tweakGravatar Joey Hess2010-11-13
|
* closeGravatar Joey Hess2010-11-13
|
* tweakGravatar Joey Hess2010-11-13
|
* fsck bugfixesGravatar Joey Hess2010-11-13
|
* fsck improvementsGravatar Joey Hess2010-11-13
|
* fsck improvementsGravatar Joey Hess2010-11-13
| | | | | | | | | * fsck: Check if annex.numcopies is satisfied. * fsck: Verify the sha1 of files when the SHA1 backend is used. * fsck: Verify the size of files when the WORM backend is used. * fsck: Allow specifying individual files to fsk if fscking everything is not desired. * fsck: Fix bug, introduced in 0.04, in detection of unused data.
* new fsck itemsGravatar Joey Hess2010-11-13
|
* fullfledged design for moving location tracking info into branchesGravatar Joey Hess2010-11-12
|
* addGravatar Joey Hess2010-11-12
|
* bugGravatar Joey Hess2010-11-11
|
* link to ghc bugGravatar Joey Hess2010-11-11
|
* add news item for git-annex 0.05Gravatar Joey Hess2010-11-11
|
* releasing version 0.050.05Gravatar Joey Hess2010-11-11
|
* refactor param seekingGravatar Joey Hess2010-11-11
|
* remove dup filterGravatar Joey Hess2010-11-11
|
* got rid of several more calls to git when finding unlocked filesGravatar Joey Hess2010-11-11
|
* rework command dispatching for add and pre-commitGravatar Joey Hess2010-11-11
| | | | | Both subcommands do two different operations on different sets of files, so allowing a subcommand to perform a list of operations cleans things up.
* build with -O2Gravatar Joey Hess2010-11-11
|
* remove unnecessary mkdirGravatar Joey Hess2010-11-11
|
* Optimize both pre-commit and lock subcommands.Gravatar Joey Hess2010-11-11
| | | | | | | | isLocked was doing the expensive check before the cheap one. Let's not fork git diff twice per file when committing, especially. git diff is still run more than strictly necessary (ie, more than once) if multiple unlocked files are being committed. But much better now.