Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | find: New subcommand. | Joey Hess | 2010-11-14 |
| | |||
* | releasing version 0.060.06 | 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. | ||
* | link to ghc bug | Joey Hess | 2010-11-11 |
| | |||
* | releasing version 0.050.05 | Joey Hess | 2010-11-11 |
| | |||
* | refactor param seeking | 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. | ||
* | 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. | ||
* | releasing version 0.040.04 | Joey Hess | 2010-11-10 |
| | |||
* | cleanup | Joey Hess | 2010-11-10 |
| | |||
* | edit an alias for unlock | Joey Hess | 2010-11-10 |
| | |||
* | 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. | ||
* | close | Joey Hess | 2010-11-10 |
| | |||
* | Avoid using runghc to run test suite as it is not available on all ↵ | Joey Hess | 2010-11-10 |
| | | | | architectures. Closes: #603006 | ||
* | maybe call it unlock and not checkout | Joey Hess | 2010-11-09 |
| | | | | | It'd be confusing to have a git-annex subcommand with the same name as a git subcommand. | ||
* | Merge branch 'master' into checkout | Joey Hess | 2010-11-09 |
|\ | | | | | | | | | | | Conflicts: debian/changelog doc/backends.mdwn | ||
| * | Annexed file contents are now made unwritable and put in unwriteable ↵ | Joey Hess | 2010-11-08 |
| | | | | | | | | directories, to avoid them accidentially being removed or modified. (Thanks Josh Triplett for the idea.) | ||
| * | Reorganised the layout of .git/annex/ | Joey Hess | 2010-11-08 |
| | | |||
| * | reorg .git/annex | Joey Hess | 2010-11-08 |
| | | |||
| * | Add annex.version, which will be used to automate upgrades. | Joey Hess | 2010-11-08 |
| | | |||
| * | Add build dep on libghc6-testpack-dev. | Joey Hess | 2010-11-08 |
| | | |||
* | | documentation for checkout | Joey Hess | 2010-11-07 |
|/ | |||
* | releasing version 0.030.03 | Joey Hess | 2010-11-07 |
| | |||
* | update | Joey Hess | 2010-11-07 |
| | |||
* | idea | Joey Hess | 2010-11-07 |
| | |||
* | add fsck subcommand (stub) | Joey Hess | 2010-11-06 |
| | |||
* | In .gitattributes, the git-annex-backend attribute can be set to the names ↵ | Joey Hess | 2010-11-01 |
| | | | | of backends to use when adding different types of files. | ||
* | rework subcommand invocation logic | Joey Hess | 2010-11-01 |
| | |||
* | Added remote.annex-scp-options and remote.annex-ssh-options. | Joey Hess | 2010-10-31 |
| | |||
* | Fix crash on unknown symlinks. | Joey Hess | 2010-10-31 |
| | |||
* | Fixed memory leak; git-annex no longer reads the whole file list from git ↵ | Joey Hess | 2010-10-30 |
| | | | | before starting, and will be much faster with large repos. | ||
* | Support building with Debian stable's ghc. | Joey Hess | 2010-10-30 |
| | |||
* | changelog | Joey Hess | 2010-10-29 |
| | |||
* | Fix SIGINT handling. | Joey Hess | 2010-10-29 |
| | |||
* | Add --verbose | Joey Hess | 2010-10-28 |
| | |||
* | Fix support for file:// remotes. | Joey Hess | 2010-10-28 |
| | |||
* | copyright statements0.02 | Joey Hess | 2010-10-27 |
| | |||
* | update | Joey Hess | 2010-10-27 |
| | |||
* | update | Joey Hess | 2010-10-27 |
| | |||
* | pre-commit hook | Joey Hess | 2010-10-27 |
| | |||
* | update | Joey Hess | 2010-10-25 |
| | |||
* | add setkey subcommand | Joey Hess | 2010-10-25 |
| | | | | And finished implementing move --to | ||
* | changelog | Joey Hess | 2010-10-25 |
| | |||
* | --from/--to can be used to limit the remote repository that git-annex uses. | Joey Hess | 2010-10-22 |
| | |||
* | document using ssh remotes | Joey Hess | 2010-10-22 |
| | |||
* | update | Joey Hess | 2010-10-22 |
| | |||
* | support checking network remotes when dropping | Joey Hess | 2010-10-22 |
| | |||
* | avoid reading configs for URL remotes every time | Joey Hess | 2010-10-22 |
| | |||
* | changelog | Joey Hess | 2010-10-21 |
| | |||
* | entry for the prerelease | Joey Hess | 2010-10-20 |
| |