https://www.google.com/accounts/o8/id?id=AItOawlYu7QmD7wrbHWkoxuriaA9XcijM-g5vrQ
450201dcee
2012-04-23 04:03:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE
cd8934e4a2
Added a comment
2012-04-22 16:08:56 +00:00
Joey Hess
1b876daad1
remove unneeded dependency
2012-04-22 11:25:26 -04:00
http://joey.kitenet.net/
b5fc3746a8
Added a comment
2012-04-22 15:23:26 +00:00
Joey Hess
f766774209
unbreak code inside ifdef
2012-04-22 11:22:20 -04:00
Joey Hess
94e479dd1b
simplfy versioned base dependency
2012-04-22 11:22:19 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE
54c2cb8558
Added a comment
2012-04-22 14:09:33 +00:00
http://joey.kitenet.net/
744b33c240
Added a comment
2012-04-22 05:39:28 +00:00
Joey Hess
e36b2c7b3d
typo
2012-04-22 01:38:06 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkaT0B6s9jQuMzQUYRVBgWqtO7BhT_ZSaE
2d0290bda0
2012-04-22 05:28:21 +00:00
Joey Hess
42e4145a17
bugfixes
2012-04-22 01:20:17 -04:00
Joey Hess
f8fc79cf58
fixed
2012-04-22 01:16:08 -04:00
Joey Hess
84ac8c58db
Add annex.httpheaders and annex.httpheader-command config settings
...
Allow custom headers to be sent with all HTTP requests.
(Requested by the Internet Archive)
2012-04-22 01:13:09 -04:00
Joey Hess
5fbe83f595
add
2012-04-22 00:07:21 -04:00
Joey Hess
ed79596b75
noop
2012-04-21 23:32:33 -04:00
Joey Hess
bee420bd2d
in which I discover void
...
void :: Functor f => f a -> f () -- ah, of course that's useful :)
2012-04-21 23:06:19 -04:00
http://joey.kitenet.net/
be36aaca5b
Added a comment
2012-04-21 23:46:42 +00:00
Joey Hess
6a7c888013
Merge branch 'master' of ssh://git-annex.branchable.com
2012-04-21 19:44:31 -04:00
Joey Hess
cab63b89f2
cache parsed core.sharedrepository
2012-04-21 19:42:49 -04:00
Joey Hess
b98b69e8c6
honor core.sharedRepository when making all the other files in the annex
...
Lock files, directories, etc.
2012-04-21 19:36:03 -04:00
Joey Hess
7e45712d19
better file mode setting code
2012-04-21 16:01:56 -04:00
Joey Hess
b4a5e39ee6
Support git's core.sharedRepository configuration
...
This is incomplete, it does not honor it yet for hash directories
and other annex bookkeeping files. Some of that is not needed for a bare
repo; some of it may be.
2012-04-21 15:36:52 -04:00
http://joey.kitenet.net/
9c87e30140
Added a comment
2012-04-21 16:09:19 +00:00
Joey Hess
10d3e91626
Merge branch 'master' of ssh://git-annex.branchable.com
2012-04-21 12:01:54 -04:00
Joey Hess
cbf9a9420e
avoid chown call if the current file mode is same as new
...
Not only an optimisation. fsck always tried to preventWrite to make sure
file modes are good, and in a shared repo, that will fail on directories
not owned by the current user. Although there may be other problems with
such a setup.
2012-04-21 11:59:50 -04:00
http://christian.amsuess.com/chrysn
c8940c02e3
getting "permission denied" in fsck, looking for cause
2012-04-21 15:07:47 +00:00
Joey Hess
5cc76098ca
Directory special remotes now check annex.diskreserve.
2012-04-20 16:24:44 -04:00
Joey Hess
b65e257b13
inverted logic
2012-04-20 16:16:13 -04:00
Joey Hess
e807502666
had the wrong name for this
2012-04-20 16:14:29 -04:00
Joey Hess
262017e17d
export a more generalized checkDiskSpace
2012-04-20 16:06:10 -04:00
Joey Hess
c908bd3b97
some updates
2012-04-20 11:31:30 -04:00
Joey Hess
37061c019d
tweak
2012-04-18 13:23:46 -04:00
Joey Hess
d75771b0ab
clear errno after successful call
...
When preparing the debian stable backport, I am seeing a call to statvfs()
succeed, but also set errno to 2 (ENOENT). Not sure why this happens;
I am in a schroot when it does happen, or perhaps stable's libc is a little
broken and sets errno incorrectly. Anyway, it should be perfectly fine to
clear errno after the successful call, rather than before it.
2012-04-18 13:22:50 -04:00
Joey Hess
f089430167
add news item for git-annex 3.20120418
2012-04-18 12:23:22 -04:00
Joey Hess
840315c350
releasing version 3.20120418
2012-04-18 12:22:22 -04:00
Joey Hess
aa353d1400
use LANGUAGE CPP pragma, avoids running cpp on all the other sources
2012-04-17 18:37:40 -04:00
Joey Hess
4d221a7a80
the no-s3 branch is not needed, and there is a new no-ifelse branch
2012-04-16 16:35:47 -04:00
Joey Hess
42cbb41ada
always run autocorrect code on fuzzy matches, even if there is just 1
2012-04-14 16:01:39 -04:00
Joey Hess
70538dac84
compute distance in correct direction
2012-04-14 16:01:08 -04:00
Joey Hess
61e5663097
make cabal test work again
2012-04-14 15:23:13 -04:00
Joey Hess
2ac148daf0
Merge branch 'master' of ssh://git-annex.branchable.com
2012-04-14 14:35:23 -04:00
Joey Hess
626697b459
cabal file now autodetects whether S3 support is available.
2012-04-14 14:22:33 -04:00
Joey Hess
1ca41044e8
cabal now installs git-annex-shell as a symlink to git-annex.
2012-04-14 14:01:14 -04:00
Joey Hess
142bde13cd
import juggling
2012-04-14 12:33:32 -04:00
http://cgray.myopenid.com/
dd610c913f
Added a comment
2012-04-14 01:18:54 +00:00
admin
a07404f20e
Merge branch 'master' of /home/b-git-annex/source
2012-04-13 19:49:24 +00:00
http://joey.kitenet.net/
65d393a4bc
Comment moderation
2012-04-13 19:49:23 +00:00
Joey Hess
2cc13d1a4a
add a missing step
2012-04-13 15:49:13 -04:00
Joey Hess
becf0628b7
update
2012-04-13 15:44:12 -04:00
Joey Hess
46a9f902fe
pasto
2012-04-13 15:43:47 -04:00