Commit graph

5696 commits

Author SHA1 Message Date
Joey Hess
f0e0d17440 New --time-limit option, makes long git-annex commands stop after a specified amount of time. 2012-09-25 16:48:24 -04:00
Joey Hess
995b04d36f only read/set the incremental timestamp file once 2012-09-25 15:45:17 -04:00
Joey Hess
7fa916b975 notes 2012-09-25 15:32:13 -04:00
Joey Hess
ec65584c53 changelog 2012-09-25 15:10:35 -04:00
Joey Hess
c0fc441703 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-25 15:08:05 -04:00
Joey Hess
ed93d662d3 use --more rather than --new to continue incremental fsck 2012-09-25 15:07:20 -04:00
Joey Hess
e855cffa1b basic incremental fsck now working 2012-09-25 15:06:33 -04:00
Joey Hess
6885b2deda add recordStartTime and getStartTime 2012-09-25 14:16:34 -04:00
Joey Hess
1233417698 move sticky bit code into Utility.FileMode
Simplified it using existing functions.

I doubt setSticky needs to return the FileMode; if it does for some
reason, it can be changed to use modifyFileMode'

Converted isSticky to a pure function for consistency with isSymlink.
Note that the sticky bit of a file can be tested thus:
  isSticky . fileMode <$> getFileStatus file
2012-09-25 13:33:13 -04:00
Joey Hess
39d60f3570 Justin's metadata code 2012-09-25 13:22:12 -04:00
Joey Hess
9e54a29546 add --incremental and --new options
Not yet used..
2012-09-25 13:19:05 -04:00
http://joeyh.name/
910c3fc381 Added a comment 2012-09-25 16:13:08 +00:00
Joey Hess
e91dd3b9a6 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-25 12:09:05 -04:00
Joey Hess
525045fd12 fix from Jimmy 2012-09-25 12:07:51 -04:00
Joey Hess
bd05228bb8 switch to DYLD_FALLBACK_LIBRARY_PATH 2012-09-25 11:58:36 -04:00
Joey Hess
0cfe1a5127 cleanup 2012-09-25 11:49:36 -04:00
sauluskahn
bdb25be4aa 2012-09-25 15:49:29 +00:00
http://joeyh.name/
ccef2cfb43 Added a comment 2012-09-25 14:49:31 +00:00
Joey Hess
bc83179a76 Test that uuid -m works, falling back to plain uuid if not. 2012-09-25 10:48:20 -04:00
Joey Hess
bbe1f86325 remove old file 2012-09-25 10:36:34 -04:00
Joey Hess
74fb57d1c4 preserve library directories
Should avoid overwriting libraries when there are multiple versions of
a library used by different programs.
2012-09-25 10:27:21 -04:00
Joey Hess
356dc9bc17 file name changed 2012-09-25 10:25:31 -04:00
Joey Hess
3f8d1f1289 fixes 2012-09-25 10:22:41 -04:00
Joey Hess
9cac71d68a typo 2012-09-25 10:15:07 -04:00
Joey Hess
19291ae8ad build osx app in tmp dir 2012-09-25 10:12:25 -04:00
Joey Hess
b7724825d4 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-25 10:12:24 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkurjhi0CRJvgm7QNaZDWS9hitBtavqIpc
d7dd41e120 Added a comment 2012-09-25 00:59:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkurjhi0CRJvgm7QNaZDWS9hitBtavqIpc
6c863a71f3 Added a comment: A few OS X bugs 2012-09-25 00:50:57 +00:00
Joey Hess
38128d911e update 2012-09-24 19:59:53 -04:00
Joey Hess
4867602164 add lost comment 2012-09-24 19:59:36 -04:00
Joey Hess
40df26757a copy: avoid updating location log when no copy is performed
git annex copy --to remote often does not need to copy a file,
but it was still updating the location log in this case.
2012-09-24 19:58:34 -04:00
Joey Hess
72b14ec998 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-24 19:43:19 -04:00
Joey Hess
37dff15ade add osxapp target
Not fully tested.
2012-09-24 19:42:45 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
97f87f2178 Added a comment 2012-09-24 21:21:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlJEI45rGczFAnuM7gRSj4C6s9AS9yPZDc
c4c40509ad Added a comment: Haskell on MacPorts 2012-09-24 21:09:39 +00:00
Joey Hess
a40fe3a5d8 add brew section to osx page and move away comments obsoleted by this change 2012-09-24 17:08:22 -04:00
Joey Hess
be268184e9 blog for the day 2012-09-24 15:24:30 -04:00
Joey Hess
3bad57f573 fix link 2012-09-24 15:22:41 -04:00
Joey Hess
772406bf63 link to assistant 2012-09-24 15:22:02 -04:00
Joey Hess
37d80c001c add news item for git-annex 3.20120924 2012-09-24 15:20:53 -04:00
Joey Hess
300a4ebade releasing version 3.20120924 2012-09-24 15:20:28 -04:00
Joey Hess
cb3c9340f8 license the webapp under the AGPL 3+
This means that anyone serving up the webapp to users as a service
(ie, without providing any git-annex binary at all to the user) still needs
to provide a link to the source code for it, including any modifications
they may make.

This may make git-annex be covered by the AGPL as a whole when it is built
with the webapp. If in doubt, you should ask a lawyer.

When git-annex is built with the webapp disabled, no AGPLed code is used.
Even building in the assistant does not pull in AGPLed code.
2012-09-24 14:48:47 -04:00
Joey Hess
dd502bdae1 add errata page for release 2012-09-24 14:25:49 -04:00
Joey Hess
2edf15b677 remove blaze-markup 2012-09-24 14:25:32 -04:00
Joey Hess
43d40c9c8b lintian fixes 2012-09-24 14:25:21 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmG8L2pP-i6QATf6pK9WCSGpl0O9twwh8Q
0900fd22dd Added a comment 2012-09-24 18:00:17 +00:00
Joey Hess
3269da33b0 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-24 13:36:27 -04:00
Joey Hess
96b0e3d6e9 quiet calls to transferkey 2012-09-24 13:36:05 -04:00
http://joeyh.name/
ecf080d316 Added a comment 2012-09-24 17:24:48 +00:00
Joey Hess
3887432c54 fixes for transfer resume
Fix resuming of downloads, which do not have a transfer info file to read.

When checking upload progress, use the MVar, rather than re-reading
the info file.

Catch exceptions in the transfer action. Required a tryAnnex.
2012-09-24 13:18:16 -04:00