Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | comment | Joey Hess | 2015-02-04 |
| | |||
* | Added MD5 and MD5E backends. | Joey Hess | 2015-02-04 |
| | |||
* | Remove support for building without cryptohash. | Joey Hess | 2015-02-04 |
| | | | | | This will prevent backporting to wheezy, but it's time to simplify the code. | ||
* | comment | Joey Hess | 2015-02-04 |
| | |||
* | comment | Joey Hess | 2015-02-04 |
| | |||
* | comment | Joey Hess | 2015-02-04 |
| | |||
* | comment | Joey Hess | 2015-02-04 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY | 2015-02-04 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawkDqgw0JLrxLH3GIpg36Mp79F_1pxZxWxU | 2015-02-04 |
| | |||
* | Added a comment: use your own cp | https://www.google.com/accounts/o8/id?id=AItOawkHTRzRZoBFEDl9XcTfVveW8yO7CTKMg-o | 2015-02-04 |
| | |||
* | removed | https://me.yahoo.com/a/3_Wz5qZgvZuQVg2dZUa8NPI4Xs7CR1yMoQ--#85eff | 2015-02-03 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmg0NqVniTETKYIWr6eyYRJnakNg0A6tRc | 2015-02-03 |
| | |||
* | (no commit message) | https://me.yahoo.com/a/3_Wz5qZgvZuQVg2dZUa8NPI4Xs7CR1yMoQ--#85eff | 2015-02-03 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnW_CrhP9p50n9UUhTg_a9glyKWSvnrjRQ | 2015-02-02 |
| | |||
* | Added a comment: annex.tune.objecthashlower=true is not just "lower" letters ↵ | https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY | 2015-02-01 |
| | | | | used but a different strategy altogether | ||
* | Added a comment: any particular reason for the chosen characters for base32 ↵ | josch | 2015-01-31 |
| | | | | encoding | ||
* | tweak aws version | Joey Hess | 2015-01-30 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM | 2015-01-30 |
| | |||
* | Added a comment: pre-commit is OK on windows now - auto adding last mod datetime | https://www.google.com/accounts/o8/id?id=AItOawnW_CrhP9p50n9UUhTg_a9glyKWSvnrjRQ | 2015-01-30 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlJl0OCe6AJEnIFIcg-t5Rhk-lI_Y-tWUs | 2015-01-30 |
| | |||
* | Added a comment: add MD5SUM (with E) backend? | https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY | 2015-01-29 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2015-01-29 |
|\ | |||
* | | typo | Joey Hess | 2015-01-29 |
| | | |||
* | | windows build fix | Joey Hess | 2015-01-29 |
| | | |||
* | | windows: include html help file that msysgit tries to open for git annex --help | Joey Hess | 2015-01-29 |
| | | | | | | | | | | | | | | Pointing to the website is easier than trying to format the man page to html on windows. Closes https://github.com/datalad/datalad/issues/39 | ||
* | | weirdly doubled slashes | Joey Hess | 2015-01-29 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawk53Hn5PfMJ9Y0rmLdAeRGmgq7XSGWcoNA | 2015-01-29 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawk53Hn5PfMJ9Y0rmLdAeRGmgq7XSGWcoNA | 2015-01-29 |
| | | |||
| * | (no commit message) | janis_e | 2015-01-29 |
| | | |||
| * | Added a comment | janis_e | 2015-01-29 |
| | | |||
| * | (no commit message) | janis_e | 2015-01-29 |
|/ | |||
* | use a Set | Joey Hess | 2015-01-28 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2015-01-28 |
|\ | |||
* | | test suite found a problem with today's work | Joey Hess | 2015-01-28 |
| | | | | | | | | ". def" did not do what I thought it would, at all. | ||
* | | Revert "avoid using MissingH's HVFS layer" | Joey Hess | 2015-01-28 |
| | | | | | | | | | | | | | | | | This reverts commit 961b5d4d997999485e7b696416574cd0f8663f88. This broke unit and test suite cleanup. The difference is that dirContentsRecursive only returns files, but this needs to also operate on directories. | ||
* | | implement annex.tune.branchhash1 | Joey Hess | 2015-01-28 |
| | | | | | | | | | | | | | | | | I hope this doesn't impact speed much -- it does have to pull out a value from Annex state every time it accesses the branch now. The test case I dropped has never caught any problems that I can remember, and would have been rather difficult to convert. | ||
* | | implement annex.tune.objecthashlower | Joey Hess | 2015-01-28 |
| | | | | | | | | Split out Annex.DirHashes which never really belonged in Locations. | ||
* | | import Data.Default in Common | Joey Hess | 2015-01-28 |
| | | |||
* | | groundwork for parameterizing hash depth | Joey Hess | 2015-01-28 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlvmWVPaSpWJO5_rimCL0lEoJRoKOIjhHE | 2015-01-28 |
| | | |||
* | | refactor | Joey Hess | 2015-01-28 |
| | | |||
* | | rework Differences data type | Joey Hess | 2015-01-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminated complexity and future proofed. The most important change is that all functions over Difference are now total; any Difference that can be expressed should be handled. Avoids needs for sanity checking of inputs, and version skew with the future. Also, the difference.log now serializes a [Difference], not a Differences. This saves space and keeps it simpler. Note that [Difference] might contain conflicting differences (eg, [Version5, Version6]. In this case, one of them needs to consistently win over the others, probably based on Ord. | ||
* | | only simplify Version differences | Joey Hess | 2015-01-28 |
| | | | | | | | | Eg, [ObjectHashLower True, ObjectHashLower False] is not the same as [ObjectHashLower False] | ||
| * | Added a comment: Replies to questions | spwhitton | 2015-01-28 |
| | | |||
| * | (no commit message) | Quabla | 2015-01-27 |
| | | |||
| * | (no commit message) | anarcat | 2015-01-27 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2015-01-27 |
|\ | |||
* | | devbog | Joey Hess | 2015-01-27 |
| | | |||
* | | Repository tuning parameters can now be passed when initializing a ↵ | Joey Hess | 2015-01-27 |
| | | | | | | | | | | | | | | | | | | | | repository for the first time. * init: Repository tuning parameters can now be passed when initializing a repository for the first time. For details, see http://git-annex.branchable.com/tuning/ * merge: Refuse to merge changes from a git-annex branch of a repo that has been tuned in incompatable ways. | ||
* | | remove unused param | Joey Hess | 2015-01-27 |
| | |