Commit graph

1435 commits

Author SHA1 Message Date
Joey Hess
b40f253d6e start of generalizing remotes
Goal is to support multiple different types of remotes, some of which
are not git repositories. To that end, added a Remote class, and moved
git remote specific code into Remote.GitRemote.

Remotes.hs is still present as some code has not been converted to use the
new Remote class yet.
2011-03-27 16:04:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
1fccea5154 2011-03-27 17:48:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
3ded849532 2011-03-27 17:37:07 +00:00
Joey Hess
2821effce9 response 2011-03-27 13:30:18 -04:00
Joey Hess
41d660c88f response 2011-03-27 13:15:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
bb7688233b 2011-03-27 16:53:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
5daf33d557 2011-03-27 16:49:10 +00:00
Joey Hess
3d84ec1bda response 2011-03-27 12:41:53 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
3aaf1fcc54 2011-03-27 13:02:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
ca5a6f4f42 2011-03-27 12:58:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
07d15ab2ea 2011-03-27 10:33:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
2f32b7afc0 2011-03-27 10:21:18 +00:00
Joey Hess
433c1780cf more thoughts 2011-03-26 18:26:36 -04:00
Joey Hess
849c183f23 tweak 2011-03-26 15:10:12 -04:00
Joey Hess
fd8cba164c thanks liw 2011-03-26 14:54:11 -04:00
Joey Hess
70fe1ee70b update 2011-03-26 14:49:23 -04:00
Joey Hess
a5c1c2770e add more pointless opinion 2011-03-26 14:47:55 -04:00
Joey Hess
4e7bedc295 Merge remote-tracking branch 'branchable/master' 2011-03-26 14:38:42 -04:00
Joey Hess
8bcdf42b99 annex.diskreserve can be given in arbitrary units (ie "0.5 gigabytes") 2011-03-26 14:37:39 -04:00
Joey Hess
ceb9593a9c added dat unit parsing
Also added all 3 existing kinds of data units. And even more of my opinions
to this opinionated piece of code.
2011-03-26 14:25:38 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
1bae07641e Added a comment 2011-03-26 10:57:44 +00:00
Joey Hess
25f842f58f add news item for git-annex 0.20110325 2011-03-25 00:52:46 -04:00
Joey Hess
bc80ace96b releasing version 0.20110325 2011-03-25 00:51:12 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
bc5f5428d3 2011-03-24 18:38:38 +00:00
http://joey.kitenet.net/
0ed90ae992 Added a comment 2011-03-24 17:45:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
e691727f24 2011-03-24 16:25:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
31bf31583b Did a fresh install of haskell-platform on a rhel5 32bit host and iinstalling HP, pcre-light, missingh wasnt enough to build git-annex 2011-03-24 14:32:22 +00:00
Joey Hess
03fdd0d56e dropunused: Significantly sped up; only read unused log file once. 2011-03-23 23:47:02 -04:00
Joey Hess
6246b807f7 migrate: Support migrating v1 SHA keys to v2 SHA keys with size information that can be used for free space checking. 2011-03-23 17:57:10 -04:00
Joey Hess
ad08273ac5 refactor 2011-03-23 17:29:54 -04:00
Joey Hess
8beb72e206 migrate: Bugfix for case when migrating a file results in a key that is already present in .git/annex/objects.
For example, this could happen if using SHA1 and a file with content
"foo" were added to that backend. Then a file with "content" foo were
migrated from the WORM backend.

Assume that, if a backend assigned the same key, the already annexed
content must be the same. So, the "old" content can be reused.
2011-03-23 17:25:28 -04:00
Joey Hess
af45a62980 update 2011-03-23 13:13:51 -04:00
Joey Hess
2c70a0a816 Merge remote-tracking branch 'branchable/master' 2011-03-23 13:12:22 -04:00
Joey Hess
0cd70cb5c0 kFreeBSD support
Tested on Debian kfreebsd-amd64. The BSD #includes worked. Both statfs64
and statfs worked. Using statfs to keep the same as general freebsd, and
because I didn't try it on 32 bit.
2011-03-23 13:10:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
443bf2ade7 Added a comment 2011-03-23 17:03:53 +00:00
http://joey.kitenet.net/
4727ebab53 Added a comment 2011-03-23 16:57:56 +00:00
Joey Hess
b9c4c006bd use statfs64 on apple, while retaining statfs on freebsd
http://git-annex.branchable.com/bugs/Makefile_is_missing_dependancies/#comment-3196b43b7d745ab206435d0a69686815
indicates statfs64 works on apple. Probably on freebsd too, but I
have not tested it and so will stick with the old code there.
2011-03-23 12:53:57 -04:00
Joey Hess
17db081ac5 Merge remote-tracking branch 'branchable/master' 2011-03-23 12:47:14 -04:00
Joey Hess
7400c8318a correct 2011-03-23 12:46:51 -04:00
Joey Hess
68d90b3328 allow force overriding the disk space check 2011-03-23 12:45:34 -04:00
Joey Hess
e096c8278a Merge remote-tracking branch 'branchable/master' 2011-03-23 12:23:58 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
7ffc3a72ae Added a comment 2011-03-23 16:23:57 +00:00
Joey Hess
0dac2b4f6c Revert "Define (__APPLE__) in StatFS"
This reverts commit 4440ecf4a7.

Turns out that it is reporting a block size of 0 and so all bogus.
2011-03-23 12:23:13 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
48a8f811fa Added a comment 2011-03-23 16:14:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
328b023c53 Added a comment 2011-03-23 16:02:35 +00:00
http://joey.kitenet.net/
da198e87fb bit about bare repos 2011-03-23 15:31:54 +00:00
http://joey.kitenet.net/
d0a7513bbb Added a comment 2011-03-23 15:28:00 +00:00
http://joey.kitenet.net/
7808de3d47 Added a comment 2011-03-23 15:18:29 +00:00
http://joey.kitenet.net/
cf70075c4b Added a comment 2011-03-23 15:13:33 +00:00
Jimmy Tang
4440ecf4a7 Define (__APPLE__) in StatFS
At least on OSX 10.6.6 it appears to have the same defintions as
FreeBSD. The build process doesn't complain and the code is enabled,
this needs to be tested and checked more.
2011-03-23 11:11:55 -04:00