Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | cleanup | 2011-10-31 | |
| | |||
* | fixed my build environment | 2011-10-31 | |
| | |||
* | better command name | 2011-10-31 | |
| | |||
* | cleanup | 2011-10-31 | |
| | |||
* | The fromkey command now takes the key as its first parameter. The --key ↵ | 2011-10-31 | |
| | | | | option is no longer used. | ||
* | Removed the setkey command, and added a setcontent command with a more ↵ | 2011-10-31 | |
| | | | | useful interface. | ||
* | cleanup | 2011-10-31 | |
| | |||
* | closures | 2011-10-30 | |
| | |||
* | update; status is no longer slow | 2011-10-30 | |
| | |||
* | closures | 2011-10-30 | |
| | |||
* | add command name to some output | 2011-10-30 | |
| | |||
* | refactoring and cleanup | 2011-10-30 | |
| | | | | No code changes. | ||
* | bare cleanup | 2011-10-29 | |
| | |||
* | unused, dropunused: Now work in bare repositories. | 2011-10-29 | |
| | | | | | Turned out I had already done all the work needed to support this when unused started checking all branches. | ||
* | status: clean up for bare repositories | 2011-10-29 | |
| | | | | | | | | | | The backend usage graph shows present keys as well as keys found in the repository tree, so it will also be populated for bare repositories. Changed wording to "visible annex keys", which explains why it's 0 in a bare repository (no keys visible as no tree), and also why it varies depending on which branch is checked out. This seemed better than doing something expensive to look up keys from the git-annex branch. | ||
* | refactor | 2011-10-29 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2011-10-29 | |
|\ | |||
* | | fsck: Now works in bare repositories. | 2011-10-29 | |
| | | | | | | | | | | | | | | | | | | Checks location log information, and file contents. Does not check that numcopies is satisfied, as .gitattributes information about numcopies is not available in a bare repository. In practice, that should not be a problem, since fsck is also run in a checkout and will check numcopies there. | ||
| * | (no commit message) | 2011-10-29 | |
| | | |||
* | | refactor | 2011-10-29 | |
|/ | |||
* | getting tired of repeating myself | 2011-10-29 | |
| | |||
* | (no commit message) | 2011-10-29 | |
| | |||
* | responsen | 2011-10-29 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2011-10-29 | |
|\ | |||
* | | add a tip | 2011-10-29 | |
| | | |||
* | | clean up check selection code | 2011-10-29 | |
| | | | | | | | | | | | | | | | | | | This new approach allows filtering out checks from the default set that are not appropriate for a command, rather than having to list every check that is appropriate. It also reduces some boilerplate. Haskell does not define Eq for functions, so I had to go a long way around with each check having a unique id. Meh. | ||
| * | (no commit message) | 2011-10-29 | |
| | | |||
| * | Added a comment | 2011-10-29 | |
|/ | |||
* | responsen | 2011-10-29 | |
| | |||
* | (no commit message) | 2011-10-29 | |
| | |||
* | (no commit message) | 2011-10-29 | |
| | |||
* | close | 2011-10-29 | |
| | |||
* | sheesh. seriously? | 2011-10-29 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2011-10-29 | |
|\ | |||
* | | pebak | 2011-10-29 | |
| | | |||
| * | (no commit message) | 2011-10-29 | |
|/ | |||
* | Added a comment | 2011-10-29 | |
| | |||
* | (no commit message) | 2011-10-29 | |
| | |||
* | responsen | 2011-10-29 | |
| | |||
* | (no commit message) | 2011-10-29 | |
| | |||
* | Added a comment | 2011-10-29 | |
| | |||
* | (no commit message) | 2011-10-29 | |
| | |||
* | Revert "as far as I know, --bwlimit does not accept unit, it always takes ↵ | 2011-10-28 | |
| | | | | | | | | kilobytes" This reverts commit aeb4e285eb2b3b880ab6b91c5b1f7fa29d7182cb. bup's --bwlimit does take a unit, unlike rsync's. | ||
* | as far as I know, --bwlimit does not accept unit, it always takes kilobytes | 2011-10-29 | |
| | |||
* | status: Now always shows the current repository, even when it does not ↵ | 2011-10-28 | |
| | | | | appear in uuid.log. | ||
* | drop --from is now supported to remove file content from a remote. | 2011-10-28 | |
| | |||
* | cleanup | 2011-10-27 | |
| | |||
* | document the little-known get --from | 2011-10-27 | |
| | |||
* | update | 2011-10-27 | |
| | |||
* | Fail if --from or --to is passed to commands that do not support them. | 2011-10-27 | |
| |