Joey Hess
d1ac9904b8
Merge branch 'master' of ssh://git-annex.branchable.com
2015-01-22 14:53:09 -04:00
Joey Hess
587f6a919b
addurl: When a Content-Disposition header suggests a filename to use, addurl will consider using it, if it's reasonable and doesn't conflict with an existing file. (--file overrides this)
2015-01-22 14:52:52 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
7d0e5f9fc9
removed
2015-01-22 18:26:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
22a7fd020c
Added a comment: Additional experiment
2015-01-22 18:26:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
202f549926
Added a comment: Additional experiment
2015-01-22 18:24:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
53455fe723
2015-01-22 18:11:35 +00:00
Joey Hess
91f1b2bdcf
excess indent
2015-01-22 13:47:06 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkWHj0RxNMfuwvFzo2d-V6vBKOYwW_Fnfk
9c232bfac0
removed
2015-01-22 06:30:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkWHj0RxNMfuwvFzo2d-V6vBKOYwW_Fnfk
de4eb2d248
Added a comment: Update on determining disk usage
2015-01-22 06:29:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkWHj0RxNMfuwvFzo2d-V6vBKOYwW_Fnfk
125fb88e54
Added a comment: Update on determining disk usage
2015-01-22 06:29:36 +00:00
Richard Hartmann
f6d1825ce9
.mailmap: Add mapping for RichiH
2015-01-21 23:24:59 -04:00
Joey Hess
d29bf2f5b2
merge change from propellor
...
exporting Unit allows custom data units
2015-01-21 23:13:50 -04:00
Joey Hess
349eefc768
make commits to downloads repo with the git-annex distribution signing key
2015-01-21 21:27:12 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
8839c23f5b
Added a comment
2015-01-22 01:05:56 +00:00
Joey Hess
d1520137d3
thought
2015-01-21 15:20:32 -04:00
Joey Hess
3b8915344c
new page
2015-01-21 14:57:26 -04:00
Joey Hess
09a66f702d
Revert "remove absNormPathUnix, using my absPathFrom replacement"
...
This reverts commit a7f05c007b
.
Consider: relPathDirToFile (absPathFrom "/tmp/repo/xxx" "y/bar") "/tmp/repo/.git/annex/objects/xxx"
This needs to always yield "../../../.git/annex/objects/xxx" but on
Windows, it is "..\\..\\/tmp/repo/.git/annex/objects/xxx"
2015-01-21 13:54:47 -04:00
Joey Hess
0700fbc477
avoid using MissingH's HVFS layer
2015-01-21 13:48:35 -04:00
Joey Hess
a7f05c007b
remove absNormPathUnix, using my absPathFrom replacement
2015-01-21 13:37:09 -04:00
Joey Hess
32fac4b71b
remove unnecessary use of MissingH
2015-01-21 13:36:48 -04:00
Joey Hess
38874c4fe0
Merge branch 'master' of ssh://git-annex.branchable.com
2015-01-21 13:11:17 -04:00
Joey Hess
afc5153157
update my email address and homepage url
2015-01-21 12:50:09 -04:00
Joey Hess
61c6045f9c
copyright year update
2015-01-21 12:43:47 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw
289d4f5065
2015-01-21 16:12:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4
51932beb70
Added a comment
2015-01-21 07:30:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlo7XnC4EU3u_9t80JUYXV7XPnUqBQ7mD4
77c16fb113
2015-01-21 02:20:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlo7XnC4EU3u_9t80JUYXV7XPnUqBQ7mD4
6dab6e5225
2015-01-21 02:18:05 +00:00
https://id.koumbit.net/anarcat
bc96023656
2015-01-21 00:52:47 +00:00
Joey Hess
068aaf943b
on second thought, InodeCache should use getFileSize
...
This is necessary for interop between inode caches created on unix and
windows. Which is more important than supporting inodecaches for large keys
with the wrong size, which are broken anyway.
There should be no slowdown from this change, except on Windows.
2015-01-20 19:35:50 -04:00
Joey Hess
467b77fd3b
devblog
2015-01-20 17:35:48 -04:00
Joey Hess
7a14edce5a
build fix
2015-01-20 17:27:42 -04:00
Joey Hess
27c24b7407
fix upFrom of "." (and upFrom of "/" on Windows)
2015-01-20 17:23:23 -04:00
Joey Hess
4f657aa14e
add getFileSize, which can get the real size of a large file on Windows
...
Avoid using fileSize which maxes out at just 2 gb on Windows.
Instead, use hFileSize, which doesn't have a bounded size.
Fixes support for files > 2 gb on Windows.
Note that the InodeCache code only needs to compare a file size,
so it doesn't matter it the file size wraps. So it has been
left as-is. This was necessary both to avoid invalidating existing inode
caches, and because the code passed FileStatus around and would have become
more expensive if it called getFileSize.
This commit was sponsored by Christian Dietrich.
2015-01-20 17:09:24 -04:00
Joey Hess
87c4f0e320
answer
2015-01-20 15:20:09 -04:00
Joey Hess
ffe0c8e482
comment; this is a dup of the windows long filename bug
2015-01-20 15:14:44 -04:00
Joey Hess
2e9ff2ea6b
response
2015-01-20 14:53:54 -04:00
Joey Hess
6035f94666
Windows: Fix running of the pre-commit-annex hook.
2015-01-20 14:48:16 -04:00
Joey Hess
d818e4c06c
close; dup
2015-01-20 13:13:55 -04:00
Joey Hess
2a0a06ba36
try to coax any useful info out
2015-01-20 13:06:46 -04:00
Joey Hess
3e8af7610a
retitle original newline bug report to more generic title and close dup
2015-01-20 13:03:29 -04:00
Joey Hess
39d289a70b
followup
2015-01-20 12:58:41 -04:00
Joey Hess
afcecdc574
followup
2015-01-20 12:47:13 -04:00
Joey Hess
514776662d
remove possibly incorrect statement about walkthrough not making a direct mode repo -- depends on OS and filesystem
2015-01-20 12:43:18 -04:00
Joey Hess
3c695786e6
fix ld documentation which used initremote instead of enableremote
2015-01-20 12:42:02 -04:00
Joey Hess
05bb05b385
add new walkthrough chapter on using special remotes
2015-01-20 12:41:49 -04:00
Joey Hess
3de04f9d2d
comment
2015-01-20 12:14:41 -04:00
Rasmus
1c6059bb7f
2015-01-20 13:31:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnW_CrhP9p50n9UUhTg_a9glyKWSvnrjRQ
d0cc2102e7
Added a comment: direct mode pre-commit hooks [on windows]
2015-01-20 12:43:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSJ8dmieVH2ffbZETRjQ5J7NTF4RYeKF4
47aafdb67a
2015-01-19 20:32:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4
5ca14275bf
Added a comment
2015-01-19 11:49:32 +00:00