Commit graph

1269 commits

Author SHA1 Message Date
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
http://joey.kitenet.net/
5b4ae90cdb Added a comment 2011-03-23 15:05:12 +00:00
Joey Hess
7da3dc5984 Merge remote-tracking branch 'branchable/master' 2011-03-23 10:55:54 -04:00
Joey Hess
b0eccb003a improve free space needed display 2011-03-23 10:52:40 -04:00
http://peter-simons.myopenid.com/
6d857b540a Added a comment: Why isn't this package built with Cabal? 2011-03-23 11:31:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
002db413a5 2011-03-23 09:53:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
847629ee69 Added a comment 2011-03-23 08:21:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
ba064654a3 2011-03-23 07:27:14 +00:00
Joey Hess
04539d1671 improve size change display 2011-03-23 02:42:14 -04:00
Joey Hess
cd1cb52652 tweak 2011-03-23 02:15:26 -04:00
Joey Hess
c43e3b5c78 check key size when available, no matter the backend
Now that SHA and other backends can have size info, fsck should check it
whenever available.
2011-03-23 02:10:59 -04:00
Joey Hess
12cdc96216 tweak 2011-03-23 01:13:13 -04:00
Joey Hess
0a295fad34 Merge remote-tracking branch 'branchable/master' 2011-03-23 01:07:17 -04:00
Joey Hess
1161fa8bdf add units to disk size check message 2011-03-23 01:06:14 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
745f48297d Added a comment 2011-03-23 02:07:49 +00:00
Joey Hess
376fc65d3e add license text 2011-03-22 21:23:35 -04:00
Joey Hess
7051763b5b tweak 2011-03-22 21:00:18 -04:00