Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add --debug option. Closes: #627499 | Joey Hess | 2011-05-21 |
| | | | | | | | This takes advantage of the debug logging done by missingh, and I added my own debug messages for executeFile calls. There are still some other low-level ways git-annex runs stuff that are not shown by debugging, but this gets most of it easily. | ||
* | found a few places I can use newtype | Joey Hess | 2011-05-21 |
| | | | | for presumably some speedups | ||
* | fixed url | Joey Hess | 2011-05-19 |
| | |||
* | test commit at 4:09 | http://joey.kitenet.net/ | 2011-05-19 |
| | |||
* | main git repo switching to branchable one | Joey Hess | 2011-05-19 |
| | | | | | It allows anonymous git push, and it's simpler to just have it there. The kite repo will remain, as a mirror. | ||
* | update with irc channel | Joey Hess | 2011-05-19 |
| | |||
* | Added a comment: anonymous git push | http://joey.kitenet.net/ | 2011-05-19 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-05-19 |
| | |||
* | Added a comment: gitweb supplies --no-name as of 1.7.5.1 | https://www.google.com/accounts/o8/id?id=AItOawnOvt3TwSSDOLnoVzDNbOP1qO9OmNH5s0s | 2011-05-19 |
| | |||
* | --backend now overrides any backend configured in .gitattributes files. | Joey Hess | 2011-05-18 |
| | |||
* | Added a comment: Tahoe-LAFS comes with encryption | zooko | 2011-05-18 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-05-17 |
| | |||
* | Added a comment: performance | zooko | 2011-05-17 |
| | |||
* | close | Joey Hess | 2011-05-17 |
| | |||
* | fix | Joey Hess | 2011-05-17 |
| | |||
* | add | Joey Hess | 2011-05-17 |
| | |||
* | Merge remote-tracking branch 'branchable/master' | Joey Hess | 2011-05-17 |
|\ | |||
* | | more standard names for whenM and unlessM operators | Joey Hess | 2011-05-17 |
| | | | | | | | | | | | | | | These are defined in ifelse, but it's not currently available and I don't want to pull in a library for 6 lines of code anyhow. Also, ifelse sets the fixity to 1, which does not allow >>? error $ ... | ||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-05-17 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-05-17 |
| | | |||
* | | add whenM and unlessM | Joey Hess | 2011-05-17 |
| | | | | | | | | | | Just more golfing.. I am pretty sure something in a library somewhere can do this, but I have been unable to find it. | ||
* | | tweak | Joey Hess | 2011-05-17 |
| | | |||
* | | tweak | Joey Hess | 2011-05-16 |
|/ | |||
* | longterm todo item | Joey Hess | 2011-05-16 |
| | |||
* | am I silly to worry about length overflowing int max? | Joey Hess | 2011-05-16 |
| | |||
* | rejigger what's --fast | Joey Hess | 2011-05-16 |
| | |||
* | add info about any temp files and bad content files | Joey Hess | 2011-05-16 |
| | |||
* | Merge remote-tracking branch 'branchable/master' | Joey Hess | 2011-05-16 |
|\ | |||
* | | status: New subcommand to show info about an annex, including its size. | Joey Hess | 2011-05-16 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-05-17 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-05-16 |
|/ | |||
* | add news item for git-annex 0.20110516 | Joey Hess | 2011-05-16 |
| | |||
* | releasing version 0.201105160.20110516 | Joey Hess | 2011-05-16 |
| | |||
* | more pointless monadic golfing | Joey Hess | 2011-05-16 |
| | |||
* | heh | Joey Hess | 2011-05-16 |
| | |||
* | add a message in potenatially confusing copy --fast failure situation | Joey Hess | 2011-05-16 |
| | |||
* | IA: do not create bucket at initremote time | Joey Hess | 2011-05-16 |
| | | | | | This way, the metadata sent when uploading a file is applied to the bucket then. | ||
* | support remote config values with spaces and other characters | Joey Hess | 2011-05-16 |
| | |||
* | better multiword parameter handling | Joey Hess | 2011-05-16 |
| | | | | | This way, individual words as entered on the command line are available to commands. | ||
* | tweak | Joey Hess | 2011-05-16 |
| | |||
* | migrate: Use current filename when generating new key, for backends where ↵ | Joey Hess | 2011-05-16 |
| | | | | the filename affects the key name. | ||
* | tweak | Joey Hess | 2011-05-16 |
| | |||
* | link | Joey Hess | 2011-05-16 |
| | |||
* | cleanup | Joey Hess | 2011-05-16 |
| | |||
* | clarify | Joey Hess | 2011-05-16 |
| | |||
* | Added filename extension preserving variant backends SHA1E, SHA256E, etc. | Joey Hess | 2011-05-16 |
| | |||
* | add a few tweaks to make it easy to use the Internet Archive's variant of S3 | Joey Hess | 2011-05-16 |
| | | | | | | | | In particular, munge key filenames to comply with the IA's filename limits, disable encryption, support their nonstandard way of creating buckets, and allow x-amz-* headers to be specified in initremote to set item metadata. Still TODO: initremote does not handle multiword metadata headers right. | ||
* | refactor | Joey Hess | 2011-05-16 |
| | |||
* | cleanup | Joey Hess | 2011-05-16 |
| | |||
* | cleanup | Joey Hess | 2011-05-16 |
| |