aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* (no commit message)Gravatar https://me.yahoo.com/a/3_Wz5qZgvZuQVg2dZUa8NPI4Xs7CR1yMoQ--#85eff2015-02-03
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnW_CrhP9p50n9UUhTg_a9glyKWSvnrjRQ2015-02-02
|
* Added a comment: annex.tune.objecthashlower=true is not just "lower" letters ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY2015-02-01
| | | | used but a different strategy altogether
* Added a comment: any particular reason for the chosen characters for base32 ↵Gravatar josch2015-01-31
| | | | encoding
* tweak aws versionGravatar Joey Hess2015-01-30
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM2015-01-30
|
* Added a comment: pre-commit is OK on windows now - auto adding last mod datetimeGravatar https://www.google.com/accounts/o8/id?id=AItOawnW_CrhP9p50n9UUhTg_a9glyKWSvnrjRQ2015-01-30
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlJl0OCe6AJEnIFIcg-t5Rhk-lI_Y-tWUs2015-01-30
|
* Added a comment: add MD5SUM (with E) backend?Gravatar https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY2015-01-29
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-29
|\
* | typoGravatar Joey Hess2015-01-29
| |
* | windows build fixGravatar Joey Hess2015-01-29
| |
* | windows: include html help file that msysgit tries to open for git annex --helpGravatar Joey Hess2015-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 slashesGravatar Joey Hess2015-01-29
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk53Hn5PfMJ9Y0rmLdAeRGmgq7XSGWcoNA2015-01-29
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk53Hn5PfMJ9Y0rmLdAeRGmgq7XSGWcoNA2015-01-29
| |
| * (no commit message)Gravatar janis_e2015-01-29
| |
| * Added a commentGravatar janis_e2015-01-29
| |
| * (no commit message)Gravatar janis_e2015-01-29
|/
* use a SetGravatar Joey Hess2015-01-28
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-28
|\
* | test suite found a problem with today's workGravatar Joey Hess2015-01-28
| | | | | | | | ". def" did not do what I thought it would, at all.
* | Revert "avoid using MissingH's HVFS layer"Gravatar Joey Hess2015-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.branchhash1Gravatar Joey Hess2015-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.objecthashlowerGravatar Joey Hess2015-01-28
| | | | | | | | Split out Annex.DirHashes which never really belonged in Locations.
* | import Data.Default in CommonGravatar Joey Hess2015-01-28
| |
* | groundwork for parameterizing hash depthGravatar Joey Hess2015-01-28
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlvmWVPaSpWJO5_rimCL0lEoJRoKOIjhHE2015-01-28
| |
* | refactorGravatar Joey Hess2015-01-28
| |
* | rework Differences data typeGravatar Joey Hess2015-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 differencesGravatar Joey Hess2015-01-28
| | | | | | | | Eg, [ObjectHashLower True, ObjectHashLower False] is not the same as [ObjectHashLower False]
| * Added a comment: Replies to questionsGravatar spwhitton2015-01-28
| |
| * (no commit message)Gravatar Quabla2015-01-27
| |
| * (no commit message)Gravatar anarcat2015-01-27
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-27
|\
* | devbogGravatar Joey Hess2015-01-27
| |
* | Repository tuning parameters can now be passed when initializing a ↵Gravatar Joey Hess2015-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 paramGravatar Joey Hess2015-01-27
| |
| * Added a comment: Trusty PPAGravatar https://www.google.com/accounts/o8/id?id=AItOawltxdgYMUK4CMJh3jC8AlegwyoiHA9Ka7o2015-01-27
| |
* | better name for difference fileGravatar Joey Hess2015-01-27
| |
| * poll vote (Amazon S3 (done))Gravatar 74.128.196.572015-01-27
| |
| * poll vote (Amazon S3 (done))Gravatar 74.128.196.572015-01-27
| |
* | concrete designGravatar Joey Hess2015-01-26
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY2015-01-26
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-26
|\|
| * (no commit message)Gravatar janis_e2015-01-26
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-26
|\|
| * (no commit message)Gravatar janis_e2015-01-26
| |
| * Added a comment: still an issueGravatar anarcat2015-01-26
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR82015-01-25
| |