Commit graph

1627 commits

Author SHA1 Message Date
Joey Hess
1bfd8d659a typo 2011-04-08 20:46:40 -04:00
Joey Hess
5d7ef05d95 local bup remotes 2011-04-08 20:44:52 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
939c88787a 2011-04-08 22:05:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
bed6cc80b9 Added a comment 2011-04-08 22:02:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
59ffe8e127 Added a comment 2011-04-08 21:55:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
5bca5733fc typo 2011-04-08 21:51:17 +00:00
Joey Hess
9de1f5d9cf typo 2011-04-08 17:15:14 -04:00
Joey Hess
280b9677d6 expand 2011-04-08 17:13:50 -04:00
Joey Hess
f3953d5d4f reword 2011-04-08 17:12:29 -04:00
Joey Hess
dacf53dacc reorg 2011-04-08 17:09:50 -04:00
Joey Hess
c6220fc7a1 Merge remote-tracking branch 'branchable/master' 2011-04-08 17:08:45 -04:00
Joey Hess
f66b6f6360 move esoteric stuff from walkthrough to cheatsheet 2011-04-08 17:08:20 -04:00
http://joey.kitenet.net/
c90db9c93f Added a comment 2011-04-08 20:59:37 +00:00
Joey Hess
1861a065b2 close 2011-04-08 16:59:13 -04:00
Joey Hess
80b6c6d4be tweak 2011-04-08 16:54:53 -04:00
Joey Hess
f2324c9415 bupdates 2011-04-08 16:51:49 -04:00
Joey Hess
208ce72e7d Merge remote-tracking branch 'branchable/master' 2011-04-08 16:46:39 -04:00
Joey Hess
44c65f40b7 bup is now supported as a special type of remote. 2011-04-08 16:44:43 -04:00
Joey Hess
f3cf20d22a document bup special remotes 2011-04-08 14:56:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawn5vmWzuHG-guyTurgCKCyIOl-uRTWpFyw
fbd77e0217 2011-04-08 17:49:27 +00:00
http://joey.kitenet.net/
72e6bed8ba Added a comment 2011-04-08 17:14:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ
784f47d282 2011-04-08 12:19:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ
275f1bd5c5 Added a comment 2011-04-08 07:54:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ
2aae340e98 Added a comment 2011-04-08 07:31:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
dc7e48980c Added a comment 2011-04-08 07:23:09 +00:00
Joey Hess
a77c34d2b4 refactor 2011-04-08 00:18:09 -04:00
Joey Hess
dfc1bfcc76 Merge remote-tracking branch 'branchable/master' 2011-04-07 22:05:03 -04:00
Joey Hess
e2404ca409 refactor away whichCmd and some other cleanup 2011-04-07 22:03:31 -04:00
Joey Hess
b889543507 let's use Maybe String for commands that may not be avilable 2011-04-07 21:47:56 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
c1c470228f 2011-04-08 01:13:06 +00:00
Fraser Tweedale
f5b2d650bb recognise differently-named shaN programs 2011-04-08 10:08:11 +10:00
Joey Hess
bd1bbc21fa update 2011-04-07 16:05:30 -04:00
http://joey.kitenet.net/
36894655f3 Added a comment 2011-04-07 19:59:30 +00:00
Joey Hess
135d75f2b9 avoid list traverse on queue
I wanted to use M.insertWith' (\_ l -> file:l) action [] m , but the
order of the parameters and which to ignore is not clear, and
seems unsafe to rely on.
2011-04-07 15:00:29 -04:00
Joey Hess
4ea0b7c288 add 2011-04-07 14:45:10 -04:00
http://joey.kitenet.net/
17e974d32d Comment moderation 2011-04-07 18:13:46 +00:00
Joey Hess
6fa86946d5 Merge remote-tracking branch 'branchable/master' 2011-04-07 14:10:20 -04:00
http://joey.kitenet.net/
d804062f8d Added a comment 2011-04-07 18:09:13 +00:00
Joey Hess
bc51387e6d Periodically flush git command queue, to avoid boating memory usage too much.
Since the queue is flushed in between subcommand actions being run,
there should be no issues with actions that expect to queue up some stuff
and have it run after they do other stuff. So I didn't have to audit for
such assumptions.
2011-04-07 13:59:31 -04:00
http://joey.kitenet.net/
df65f0c77d Added a comment 2011-04-07 16:41:00 +00:00
Joey Hess
77f45e4e45 Merge remote-tracking branch 'branchable/master' 2011-04-07 12:34:25 -04:00
Joey Hess
079e57adf7 current thoughts 2011-04-07 12:33:48 -04:00
http://joey.kitenet.net/
7e76c60a0c Added a comment 2011-04-07 16:33:30 +00:00
http://joey.kitenet.net/
00f1c720ed Added a comment 2011-04-07 16:32:04 +00:00
http://fraggod.pip.verisignlabs.com.pip.verisignlabs.com/
7634f92e83 Added a comment: Reported the issue to GHC 2011-04-07 13:44:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ
eca9914be1 (sorry for noise, had to format the code blocks) 2011-04-07 08:04:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ
a4d37c4550 2011-04-07 08:03:12 +00:00
Joey Hess
ab0e03498f Add doc-base file. Closes: #621408 2011-04-06 21:57:22 -04:00
Joey Hess
c1bbe43422 Add build depend on perlmagick so docs are consistently built. Closes: #621410 2011-04-06 21:53:06 -04:00
Joey Hess
788fcc2bb4 typo 2011-04-06 21:41:13 -04:00