Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improve detection of version 0 repos. | Joey Hess | 2010-12-02 |
| | |||
* | Avoid deleting temp files when rsync fails. | Joey Hess | 2010-12-02 |
| | |||
* | use rsync for all remote file transfers | Joey Hess | 2010-12-02 |
| | |||
* | Rsync will now be used to resume interrupted/failed partial file transfers ↵ | Joey Hess | 2010-12-02 |
| | | | | from a remote. | ||
* | releasing version 0.100.10 | Joey Hess | 2010-11-28 |
| | |||
* | The git-annex-backend attribute has been renamed to annex.backend. | Joey Hess | 2010-11-28 |
| | |||
* | change name of numcopies attribute | Joey Hess | 2010-11-28 |
| | |||
* | clarify | Joey Hess | 2010-11-28 |
| | |||
* | missing \n in -q mode | Joey Hess | 2010-11-28 |
| | |||
* | fsck: Fix warning about not enough copies of a file, when locations are ↵ | Joey Hess | 2010-11-28 |
| | | | | known, but are not available in currently configured remotes. | ||
* | Bugfix: Always correctly handle gitattributes when in a subdirectory of the ↵ | Joey Hess | 2010-11-28 |
| | | | | repository. | ||
* | In .gitattributes, the git-annex-numcopies attribute can be used to control ↵ | Joey Hess | 2010-11-28 |
| | | | | the number of copies to retain of different types of files. | ||
* | precommit: Optimise to avoid calling git-check-attr more than once. | Joey Hess | 2010-11-28 |
| | |||
* | releasing version 0.090.09 | Joey Hess | 2010-11-27 |
| | |||
* | Fix bug in setkey subcommand triggered by move --to. | Joey Hess | 2010-11-27 |
| | |||
* | Add copy subcommand. | Joey Hess | 2010-11-27 |
| | |||
* | releasing version 0.080.08 | Joey Hess | 2010-11-21 |
| | |||
* | add tests for uuid and xargs -0 | Joey Hess | 2010-11-18 |
| | |||
* | typo | Joey Hess | 2010-11-18 |
| | |||
* | Only use cp -a if it is supported, falling back to cp -p or plain cp. | Joey Hess | 2010-11-18 |
| | | | | | * cp --reflink=auto is used if supported, and will make git annex unlock much faster on filesystems like btrfs that support copy of write. | ||
* | Add configure step to build process. | Joey Hess | 2010-11-18 |
| | | | | | * configure: Check to see if cp -a can be used. * configure: Check to see if cp --reflink=auto can be used. | ||
* | Fix `git annex add ../foo` (when ran in a subdir of the repo). | Joey Hess | 2010-11-17 |
| | | | | There was no reason for Git.relative to be used here. | ||
* | releasing version 0.070.07 | Joey Hess | 2010-11-15 |
| | |||
* | fsck: Print warnings to stderr; --quiet can now be used to only see problems. | Joey Hess | 2010-11-15 |
| | |||
* | on dropunused and unused | Joey Hess | 2010-11-15 |
| | |||
* | dropunused | Joey Hess | 2010-11-15 |
| | |||
* | unused: New subcommand, finds unused data (the global part of fsck). | Joey Hess | 2010-11-15 |
| | |||
* | 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 |
| |