https://www.google.com/accounts/o8/id?id=AItOawnW_CrhP9p50n9UUhTg_a9glyKWSvnrjRQ
83cae23dd1
Added a comment: pre-commit is OK on windows now - auto adding last mod datetime
2015-01-30 11:48:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlJl0OCe6AJEnIFIcg-t5Rhk-lI_Y-tWUs
ce86507726
2015-01-30 00:18:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
94042504ec
Added a comment: add MD5SUM (with E) backend?
2015-01-29 22:07:40 +00:00
Joey Hess
28815c79b9
Merge branch 'master' of ssh://git-annex.branchable.com
2015-01-29 13:55:55 -04:00
Joey Hess
02cdc2f0b7
typo
2015-01-29 13:51:30 -04:00
Joey Hess
1af8107fec
windows build fix
2015-01-29 13:46:57 -04:00
Joey Hess
5fe41d3ef5
windows: include html help file that msysgit tries to open for git annex --help
...
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
2015-01-29 13:43:52 -04:00
Joey Hess
f61d891f2e
weirdly doubled slashes
2015-01-29 13:34:14 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk53Hn5PfMJ9Y0rmLdAeRGmgq7XSGWcoNA
e9857be9de
Added a comment
2015-01-29 16:28:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk53Hn5PfMJ9Y0rmLdAeRGmgq7XSGWcoNA
f509e1977e
2015-01-29 16:22:48 +00:00
janis_e
d6bcd0f400
2015-01-29 10:57:33 +00:00
janis_e
42e112d733
Added a comment
2015-01-29 08:39:02 +00:00
janis_e
f48be21267
2015-01-29 08:36:48 +00:00
Joey Hess
c8163ce29a
use a Set
2015-01-28 18:17:10 -04:00
Joey Hess
fb6173e3f5
Merge branch 'master' of ssh://git-annex.branchable.com
2015-01-28 18:08:29 -04:00
Joey Hess
e0187d5d12
test suite found a problem with today's work
...
". def" did not do what I thought it would, at all.
2015-01-28 18:05:08 -04:00
Joey Hess
10af77d657
Revert "avoid using MissingH's HVFS layer"
...
This reverts commit 0700fbc477
.
This broke unit and test suite cleanup. The difference is that
dirContentsRecursive only returns files, but this needs to also operate on
directories.
2015-01-28 17:40:26 -04:00
Joey Hess
b0575c621f
implement annex.tune.branchhash1
...
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.
2015-01-28 17:17:26 -04:00
Joey Hess
009bd050c1
implement annex.tune.objecthashlower
...
Split out Annex.DirHashes which never really belonged in Locations.
2015-01-28 16:52:08 -04:00
Joey Hess
e8c376e0ad
import Data.Default in Common
2015-01-28 16:11:28 -04:00
Joey Hess
0fd5f257d0
groundwork for parameterizing hash depth
2015-01-28 15:55:17 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlvmWVPaSpWJO5_rimCL0lEoJRoKOIjhHE
9939dc5caf
2015-01-28 18:11:28 +00:00
Joey Hess
037d86e046
refactor
2015-01-28 13:56:38 -04:00
Joey Hess
ba3825441c
rework Differences data type
...
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.
2015-01-28 13:50:02 -04:00
Joey Hess
354de19cbe
only simplify Version differences
...
Eg, [ObjectHashLower True, ObjectHashLower False] is not the same as [ObjectHashLower False]
2015-01-28 13:18:19 -04:00
spwhitton
2df3a026eb
Added a comment: Replies to questions
2015-01-28 05:34:16 +00:00
Quabla
5fa8e1113b
2015-01-27 23:18:20 +00:00
anarcat
3c1be22019
2015-01-27 22:40:51 +00:00
Joey Hess
399f7904d7
Merge branch 'master' of ssh://git-annex.branchable.com
2015-01-27 17:39:03 -04:00
Joey Hess
a7abfcea64
devbog
2015-01-27 17:38:14 -04:00
Joey Hess
70736d2b41
Repository tuning parameters can now be passed when initializing a 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.
2015-01-27 17:38:06 -04:00
Joey Hess
b11a7b0ace
remove unused param
2015-01-27 14:53:06 -04:00
https://www.google.com/accounts/o8/id?id=AItOawltxdgYMUK4CMJh3jC8AlegwyoiHA9Ka7o
ddf2f165ae
Added a comment: Trusty PPA
2015-01-27 18:24:50 +00:00
Joey Hess
51fc3014c6
better name for difference file
2015-01-27 13:27:12 -04:00
74.128.196.57
d5cbad3998
poll vote (Amazon S3 (done))
2015-01-27 13:35:56 +00:00
74.128.196.57
31c0503ef8
poll vote (Amazon S3 (done))
2015-01-27 13:35:48 +00:00
Joey Hess
4a93d5c1f7
concrete design
2015-01-26 15:56:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
66a5a296f1
Added a comment
2015-01-26 19:46:12 +00:00
Joey Hess
0eeadd64b5
Merge branch 'master' of ssh://git-annex.branchable.com
2015-01-26 15:18:53 -04:00
janis_e
e60fb008e4
2015-01-26 18:56:29 +00:00
Joey Hess
e66cc74031
Merge branch 'master' of ssh://git-annex.branchable.com
2015-01-26 14:43:53 -04:00
janis_e
02231ae823
2015-01-26 17:46:14 +00:00
anarcat
2ad51296fb
Added a comment: still an issue
2015-01-26 17:27:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
2e74f09ade
2015-01-25 23:39:30 +00:00
spwhitton
265af2bda1
clarify question
2015-01-25 22:50:38 +00:00
spwhitton
5a0e12be34
created help request
2015-01-25 21:53:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
7b56bdaf29
Added a comment: Proposed resolution
2015-01-24 17:18:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
dff431ca95
Added a comment: proposed resolution
2015-01-24 17:10:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawntodrSgODU27WUCyN2PV7TC14YMkyaoxQ
4dd1ec6416
Added a comment: Ubuntu Trusty 14.04
2015-01-24 03:20:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawntodrSgODU27WUCyN2PV7TC14YMkyaoxQ
3b73ce289f
Added a comment: Ubuntu Trusty 14.04
2015-01-24 03:19:41 +00:00