Joey Hess
63b78f60e5
hinotify patch accepted
2015-08-03 13:49:49 -04:00
Joey Hess
e320df005e
allow any version of ansi-terminal
2015-08-03 13:36:26 -04:00
Joey Hess
c196f474b6
avoid pinning tasty to old version
...
Newer version is needed for new version of optparse-applicative,
and any version will do.
2015-08-03 13:22:34 -04:00
Joey Hess
160b0ac824
fix build warning when building with yesod 1.2
2015-08-03 13:13:57 -04:00
Joey Hess
af1b6403be
patch sent to hinotify
2015-08-03 11:48:43 -04:00
Joey Hess
8a547e82b1
addidential debugging
2015-08-03 11:27:53 -04:00
Joey Hess
d986d24494
analysis; forwarded
2015-08-03 11:27:27 -04:00
eigengrau
d82b755a4f
Added a comment
2015-08-03 08:37:18 +00:00
eigengrau
d4ecc2badf
2015-08-03 08:25:59 +00:00
Joey Hess
8b22e1df9c
last changes to fix android build
2015-08-02 23:02:53 -04:00
filippo
03e582110e
2015-08-02 23:53:04 +00:00
Joey Hess
0cc5c2eb0f
set postformtext to perhaps make it clearer that this form at the top of the page is where one reports a new bug
2015-08-02 19:20:55 -04:00
Joey Hess
1ccf93ef8d
fixed via time machine
2015-08-02 19:19:31 -04:00
Joey Hess
c8f3b711f4
Merge branch 'master' of ssh://git-annex.branchable.com
2015-08-02 19:15:36 -04:00
Joey Hess
1b35c6c60c
Merge orca:/tmp/git-annex
2015-08-02 19:12:42 -04:00
androidbuilder
fd982ad43f
bump optparse-applicative version
2015-08-02 23:11:22 +00:00
Joey Hess
7cf0cb48ee
Tighten dependency on optparse-applicative to 0.11.0.
...
Type of str changed in 0.11.
2015-08-02 19:05:24 -04:00
androidbuilder
ce93ba24d4
update android patches for new version of shakespeare
2015-08-02 22:52:22 +00:00
androidbuilder
34c6e0ea1a
reverted updates to new lib versions that broke android build
...
I ran into several evilsplicer problems with the new lib versions, most notably including a problem with encoding of embedded binary files
2015-08-02 19:48:36 +00:00
filippo
a05b157a98
Added a comment: numcopies
2015-08-02 17:42:18 +00:00
filippo
8600964b07
2015-08-02 17:34:25 +00:00
zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d
0c2cd40824
Added a comment
2015-08-02 10:02:09 +00:00
zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d
a7f731fa45
removed
2015-08-02 10:00:54 +00:00
zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d
ff20d8b668
Added a comment
2015-08-02 09:48:29 +00:00
zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d
d174aaa510
removed
2015-08-02 09:32:25 +00:00
zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d
40f9d45f77
Added a comment
2015-08-02 09:30:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg
4f11f9b539
I hope these notes do not make this walkthrough page too big.
2015-08-01 22:29:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg
2effff02ea
2015-08-01 21:54:28 +00:00
threadshuffle
b86a992a40
Added a comment: cont'd
2015-07-31 22:05:14 +00:00
Joey Hess
6be323a4f1
Merge branch 'master' of ssh://git-annex.branchable.com
2015-07-31 16:56:56 -04:00
Joey Hess
8fa5b18058
devblog
2015-07-31 16:55:51 -04:00
Joey Hess
bc4129cc77
fsck: Commit incremental fsck database after every 1000 files fscked, or every 5 minutes, whichever comes first.
...
Previously, commits were made every 1000 files fscked.
Also, improve docs
2015-07-31 16:42:15 -04:00
Joey Hess
9dfe03dbcd
Improve shutdown due to --time-limit, especially for fsck
...
* Perform a clean shutdown when --time-limit is reached.
This includes running queued git commands, and cleanup actions normally
run when a command is finished.
* fsck: Commit incremental fsck database when --time-limit is reached.
Previously, some of the last files fscked did not make it into the
database when using --time-limit.
Note that this changes Annex.addCleanup hooks, to run after --time-limit
expires. Fsck was using such a hook to clean up after a
--incremental-schedule, and that shouldn't run when --time-limit exipires
it. So, instead, moved that cleanup code to be run by cleanupIncremental.
Resulted in some data type juggling.
2015-07-31 16:01:54 -04:00
Joey Hess
c0b598b7f1
remove unused imports
2015-07-31 15:50:07 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
02ebc79ee7
2015-07-31 16:16:02 +00:00
Joey Hess
83008496c7
add news item for git-annex 5.20150731
2015-07-31 12:08:27 -04:00
Joey Hess
dace1f3162
switch Setup file to use postCopy hook, since cabal has stopped running postInst
...
See https://github.com/haskell/cabal/issues/1805
Apparently, old versions of cabal don't run copyHook, but at the moment
I don't know who would be using a cabal as old as 1.18, and it seems a lot
of complication to run both hooks. Although I think my code is idempotent,
so they could both be used if necessary.
2015-07-31 12:03:19 -04:00
Joey Hess
e954b165a1
prep release
2015-07-31 11:34:53 -04:00
Joey Hess
14d15dcf0e
response
2015-07-31 11:34:09 -04:00
jason@bbebec708d192ae9848ef6d0c6983e2b37127df1
8b713ebf14
Added a comment: --not --in doesn't work anymore
2015-07-31 15:28:05 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
41f79f2c22
Added a comment
2015-07-31 14:16:28 +00:00
parhuzamos
f28156a6b7
Added a comment
2015-07-31 08:38:12 +00:00
Agenta
6ba7192730
Added a comment
2015-07-31 08:34:26 +00:00
Joey Hess
128a72cff3
what
2015-07-30 14:16:47 -04:00
Joey Hess
12c1360557
comment
2015-07-30 14:13:52 -04:00
Joey Hess
b30324fec7
init: Detect when the filesystem is crippled such that it ignores attempts to remove the write bit from a file, and enable direct mode. Seen with eg, NTFS fuse on linux.
2015-07-30 14:06:17 -04:00
Joey Hess
267f397d82
avoid calling copy when file DNE
...
This avoids an ugly warning when running git annex fsck --from a rsync
remote in a repo in direct mode.
2015-07-30 13:40:17 -04:00
Joey Hess
b7a5d9c3e1
The last release accidentially removed a number of options from the copy command. (-J, file matching options, etc). These have been added back.
2015-07-30 13:33:35 -04:00
Joey Hess
506452012c
Fix rsync special remote to work when -Jn is used for concurrent uploads.
2015-07-30 13:29:45 -04:00
Joey Hess
231820dead
comment
2015-07-30 13:16:55 -04:00