Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update | Joey Hess | 2010-11-13 |
| | |||
* | add logo | Joey Hess | 2010-11-13 |
| | |||
* | add news item for git-annex 0.06 | Joey Hess | 2010-11-13 |
| | |||
* | releasing version 0.060.06 | Joey Hess | 2010-11-13 |
| | |||
* | better fsck file handling | Joey Hess | 2010-11-13 |
| | |||
* | fsck even files not in backend | Joey Hess | 2010-11-13 |
| | |||
* | fsck: avoid global checks if files specified | Joey Hess | 2010-11-13 |
| | |||
* | idea | Joey Hess | 2010-11-13 |
| | |||
* | tweak | Joey Hess | 2010-11-13 |
| | |||
* | close | Joey Hess | 2010-11-13 |
| | |||
* | tweak | Joey Hess | 2010-11-13 |
| | |||
* | fsck bugfixes | Joey Hess | 2010-11-13 |
| | |||
* | fsck improvements | Joey Hess | 2010-11-13 |
| | |||
* | fsck improvements | Joey Hess | 2010-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 items | Joey Hess | 2010-11-13 |
| | |||
* | fullfledged design for moving location tracking info into branches | Joey Hess | 2010-11-12 |
| | |||
* | add | Joey Hess | 2010-11-12 |
| | |||
* | bug | Joey Hess | 2010-11-11 |
| | |||
* | link to ghc bug | Joey Hess | 2010-11-11 |
| | |||
* | add news item for git-annex 0.05 | Joey Hess | 2010-11-11 |
| | |||
* | releasing version 0.050.05 | Joey Hess | 2010-11-11 |
| | |||
* | refactor param seeking | Joey Hess | 2010-11-11 |
| | |||
* | remove dup filter | Joey Hess | 2010-11-11 |
| | |||
* | got rid of several more calls to git when finding unlocked files | Joey Hess | 2010-11-11 |
| | |||
* | rework command dispatching for add and pre-commit | Joey Hess | 2010-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 -O2 | Joey Hess | 2010-11-11 |
| | |||
* | remove unnecessary mkdir | Joey Hess | 2010-11-11 |
| | |||
* | Optimize both pre-commit and lock subcommands. | Joey Hess | 2010-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. | ||
* | add news item for git-annex 0.04 | Joey Hess | 2010-11-10 |
| | |||
* | releasing version 0.040.04 | Joey Hess | 2010-11-10 |
| | |||
* | tweak | Joey Hess | 2010-11-10 |
| | |||
* | cleanup | Joey Hess | 2010-11-10 |
| | |||
* | use -- before filenames when running git add, git rm, etc | Joey Hess | 2010-11-10 |
| | |||
* | Merge branch 'checkout' | Joey Hess | 2010-11-10 |
|\ | |||
| * | tweak | Joey Hess | 2010-11-10 |
| | | |||
| * | use new git function | Joey Hess | 2010-11-10 |
| | | |||
| * | allow adding unlocked files | Joey Hess | 2010-11-10 |
| | | |||
| * | add typeChangedFiles | Joey Hess | 2010-11-10 |
| | | |||
| * | explicity run queue to git add files | Joey Hess | 2010-11-10 |
| | | |||
| * | edit an alias for unlock | Joey Hess | 2010-11-10 |
| | | |||
| * | update for modifying files | Joey Hess | 2010-11-10 |
| | | |||
| * | bugfix | Joey Hess | 2010-11-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | The object's directory might exist if the backend picked the same key as was already present. That could happen, for example, if the sha1 is the same. Note that I chose to go ahead and replace the old content with the new. We don't know if they are the same (even with sha1, their timestamp or perms could differ), so have to assume the newer one is preffered. Although it won't propigate to other annexes, so it had better not be significantly different! | ||
| * | Unlocked files will now automatically be added back into the annex when ↵ | Joey Hess | 2010-11-10 |
| | | | | | | | | committed (and the updated symlink committed), by some magic in the pre-commit hook. | ||
| * | fix handling of staged unlocked files | Joey Hess | 2010-11-10 |
| | | |||
| * | set write bit on unlocked file | Joey Hess | 2010-11-10 |
| | | |||
| * | close | Joey Hess | 2010-11-10 |
| | | |||
| * | update | Joey Hess | 2010-11-10 |
| | | |||
| * | add | Joey Hess | 2010-11-10 |
| | | |||
* | | in debian unstable! | Joey Hess | 2010-11-10 |
| | | |||
| * | in debian unstable! | Joey Hess | 2010-11-10 |
| | |