Commit graph

10326 commits

Author SHA1 Message Date
Joey Hess
1425b30747 Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-23 15:37:55 -04:00
Joey Hess
117d772a10 reopen; apparently separate bug although submitter is unclear 2013-04-23 15:37:19 -04:00
http://keverets.livejournal.com/
20c2bf294a Added a comment 2013-04-23 19:04:15 +00:00
Joey Hess
daecfd5bd7 more efficient data type for ChangeChan
Making this a tset of lists of Changes, rather than a tset of Changes
makes refilling it, in batch mode, much more efficient. Rather than needing
to add every Change it's collected one at a time, it can add them in one
fast batch operation.

It would be more efficient yet to use a Set, but that would need an Eq
instance for InodeCache.
2013-04-23 14:54:54 -04:00
Joey Hess
14e554e29b close 2013-04-23 13:59:14 -04:00
http://joeyh.name/
598ba1cf56 Added a comment 2013-04-23 17:57:10 +00:00
http://joeyh.name/
4cf3a6d797 Added a comment 2013-04-23 17:54:14 +00:00
spwhitton
6886190a52 Added a comment 2013-04-23 17:11:46 +00:00
http://joeyh.name/
51737a0c36 Added a comment 2013-04-23 16:39:08 +00:00
Joey Hess
996cf3d10b Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-23 12:38:21 -04:00
Joey Hess
834ce10ced better autostart file modification
As well as just being nicer, and less code, this uses nubBy equalFilePath
to ensure that the autostart file never gets dups.

Also, removing from the file no longer needs to be a perfect string match;
it also uses equalFilePath.
2013-04-23 12:36:37 -04:00
http://joeyh.name/
9df389bbb3 Added a comment 2013-04-23 16:05:32 +00:00
Joey Hess
f3ef6fe6a7 strip newlines in programfile
Indeed, ignore lines after the first.

Use might create it with echo..
2013-04-23 11:41:52 -04:00
Joey Hess
2c42e70f6c rename module 2013-04-23 11:38:52 -04:00
tomas
7150205452 Added a comment 2013-04-23 11:50:21 +00:00
http://keverets.livejournal.com/
6ce9f67c80 2013-04-23 11:16:55 +00:00
108.170.138.61
77c2fd4b50 poll vote (/sdcard/annex) 2013-04-23 11:02:35 +00:00
hhm
68c39cbaa5 Added a comment: file transfer? 2013-04-23 10:22:51 +00:00
hhm
9c3af3c3a2 Added a comment: file transfer? 2013-04-23 10:22:43 +00:00
hhm
23c34b9b36 2013-04-23 09:38:16 +00:00
hhm
498d938fc4 2013-04-23 09:33:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo
1e04656b2d Added a comment 2013-04-23 08:40:14 +00:00
tomas
c7249f4eae 2013-04-23 06:58:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn8nmg2ti0tVOD215PNBmLKvf2S4kXkQAY
1b63b8dea3 2013-04-23 05:26:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn8nmg2ti0tVOD215PNBmLKvf2S4kXkQAY
1bfee63301 2013-04-23 05:26:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn8nmg2ti0tVOD215PNBmLKvf2S4kXkQAY
6ef2ed3ecb 2013-04-23 05:25:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn8nmg2ti0tVOD215PNBmLKvf2S4kXkQAY
1893206c4f 2013-04-23 05:20:57 +00:00
Joey Hess
8a2d1988d3 expose Control.Monad.join
I think I've been looking for that function for some time.
Ie, I remember wanting to collapse Just Nothing to Nothing.
2013-04-22 20:24:53 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE
b46681870e poll vote (/sdcard/annex) 2013-04-22 23:48:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkyQL8VPwrSf8LA0k8PKDWFCEKFH3O5Jds
6729dff27e Added a comment: Brvo 2013-04-22 23:33:11 +00:00
Joey Hess
2a84deb271 Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-22 17:37:04 -04:00
Joey Hess
108a1ec520 blog for the day 2013-04-22 17:31:18 -04:00
http://joeyh.name/
900c9d41f1 Added a comment 2013-04-22 21:28:03 +00:00
Joey Hess
6be815a30c rmurl: New command, removes one of the recorded urls for a file. 2013-04-22 17:18:53 -04:00
Joey Hess
7e23ce6cef Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-22 16:53:32 -04:00
Joey Hess
450baa02e9 assistant: When built with git before 1.8.0, use git remote rm to delete a remote. Newer git uses git remote remove. 2013-04-22 16:53:09 -04:00
http://joeyh.name/
24b7d59960 Added a comment 2013-04-22 20:43:26 +00:00
Joey Hess
9ca9c1f747 Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-22 16:42:09 -04:00
Joey Hess
dc39da52f8 direct, indirect: Refuse to do anything when the assistant or git-annex watch daemon is running. 2013-04-22 16:41:46 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
1c5fb85cb7 Added a comment 2013-04-22 20:38:00 +00:00
Joey Hess
777349f0d3 close; user error 2013-04-22 16:33:12 -04:00
Joey Hess
2c4b6506b4 cannot reproduce; no response after 1 month; close 2013-04-22 16:31:04 -04:00
https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo
9ebfb388f1 2013-04-22 20:24:19 +00:00
Joey Hess
e92a207df5 webapp: When told to add a git repository on a remote server, and the repository already exists as a non-bare repository, use it, rather than initializing a bare repository in the same directory. 2013-04-22 16:21:37 -04:00
Joey Hess
478b14b3c9 tag 2013-04-22 16:11:03 -04:00
Joey Hess
4d730f0398 categorize 2013-04-22 16:09:54 -04:00
Joey Hess
5cd666e645 close 2013-04-22 16:08:42 -04:00
Joey Hess
c5858f2b63 close as duplicate 2013-04-22 16:07:35 -04:00
http://joeyh.name/
a9475a9126 Added a comment 2013-04-22 20:00:12 +00:00
Joey Hess
0138c0bbcd Merge branch 'master' of ssh://git-annex.branchable.com 2013-04-22 15:52:39 -04:00