yarikoptic [Fri, 3 Feb 2017 15:10:41 +0000 (15:10 +0000)]
initial whining
http://xgm.de/oid/ [Fri, 3 Feb 2017 10:08:27 +0000 (10:08 +0000)]
http://schnouki.net/ [Thu, 2 Feb 2017 22:05:23 +0000 (22:05 +0000)]
Added a comment
Joey Hess [Thu, 2 Feb 2017 20:39:47 +0000 (16:39 -0400)]
remove page for Homebrew-cask
I checked the git repo, and git-annex was removed from it, since it's
available in Homebrew. (Why did they add it originally then? Dunno..)
Joey Hess [Thu, 2 Feb 2017 20:35:55 +0000 (16:35 -0400)]
response
Joey Hess [Thu, 2 Feb 2017 18:24:06 +0000 (14:24 -0400)]
add missing extra-deps
Joey Hess [Thu, 2 Feb 2017 18:18:45 +0000 (14:18 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Thu, 2 Feb 2017 18:18:17 +0000 (14:18 -0400)]
comment
Joey Hess [Thu, 2 Feb 2017 16:38:36 +0000 (12:38 -0400)]
update
hello@d445805275613da28bcccb402c444f2a63e7b7f9 [Thu, 2 Feb 2017 08:13:56 +0000 (08:13 +0000)]
Added a comment: Install via brew cask not working
5XwgD [Wed, 1 Feb 2017 09:42:33 +0000 (09:42 +0000)]
Joey Hess [Wed, 1 Feb 2017 00:01:59 +0000 (20:01 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 31 Jan 2017 23:58:43 +0000 (19:58 -0400)]
devblog
Joey Hess [Tue, 31 Jan 2017 23:42:00 +0000 (19:42 -0400)]
unused: Improved memory use significantly when there are a lot of differences between branches.
Argh, didn't need an accumulator here!
I think I use accumulators a lot more than I need to when recusively
processing lists..
This commit was sponsored by Jeff Goeke-Smith on Patreon.
Joey Hess [Tue, 31 Jan 2017 23:07:24 +0000 (19:07 -0400)]
unused: When large files are checked right into git, avoid buffering their contents in memory.
This makes it a little bit slower since it has to check file size,
but worth it to fix a potential memory use problem.
This commit was sponsored by Fernando Jimenez on Patreon.
Joey Hess [Tue, 31 Jan 2017 22:40:42 +0000 (18:40 -0400)]
Some optimisations to string splitting code.
Turns out that Data.List.Utils.split is slow and makes a lot of
allocations. Here's a much simpler single character splitter that behaves
the same (even in wacky corner cases) while running in half the time and
75% the allocations.
As well as being an optimisation, this helps move toward eliminating use of
missingh.
(Data.List.Split.splitOn is nearly as slow as Data.List.Utils.split and
allocates even more.)
I have not benchmarked the effect on git-annex, but would not be surprised
to see some parsing of eg, large streams from git commands run twice as
fast, and possibly in less memory.
This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
mschiff [Tue, 31 Jan 2017 22:01:31 +0000 (22:01 +0000)]
mschiff [Tue, 31 Jan 2017 22:00:58 +0000 (22:00 +0000)]
mschiff [Tue, 31 Jan 2017 21:58:54 +0000 (21:58 +0000)]
Joey Hess [Tue, 31 Jan 2017 21:43:11 +0000 (17:43 -0400)]
fix lack of laziness streaming large diffs
A commit last year that made a partial function use Maybe unfortunately
caused the whole input to need to be consumed, breaking streaming. So,
revert it.
This commit was sponsored by Nick Daly on Patreon.
Joey Hess [Tue, 31 Jan 2017 21:27:44 +0000 (17:27 -0400)]
add new modules to annoying list
Added a comment
Joey Hess [Tue, 31 Jan 2017 17:25:37 +0000 (13:25 -0400)]
fix link
Joey Hess [Tue, 31 Jan 2017 17:24:34 +0000 (13:24 -0400)]
comment
Joey Hess [Tue, 31 Jan 2017 17:11:54 +0000 (13:11 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 31 Jan 2017 17:10:54 +0000 (13:10 -0400)]
comment
This commit was sponsored by Brock Spratlen on Patreon.
Joey Hess [Tue, 31 Jan 2017 17:01:55 +0000 (13:01 -0400)]
comment
This commit was sponsored by Ole-Morten on Patreon.
Joey Hess [Tue, 31 Jan 2017 16:53:55 +0000 (12:53 -0400)]
please answer questions
Joey Hess [Tue, 31 Jan 2017 16:47:49 +0000 (12:47 -0400)]
response
This commit was sponsored by Andreas on Patreon.
Joey Hess [Tue, 31 Jan 2017 16:41:09 +0000 (12:41 -0400)]
respond
This commit was sponsored by Bruno BEAUFILS on Patreon.
Joey Hess [Tue, 31 Jan 2017 16:32:03 +0000 (12:32 -0400)]
fix formatting of comment
Joey Hess [Tue, 31 Jan 2017 16:30:44 +0000 (12:30 -0400)]
reproduced bug; started analysis
This commit was sponsored by Peter Hogg on Patreon.
Joey Hess [Tue, 31 Jan 2017 16:27:08 +0000 (12:27 -0400)]
lts-7.18 finally!
esqueleto finally got fixed, thanks to @bitemyapp
Since XMPP was removed, the previous build failures related to it should
no longer be a problem either.
Meanwhile, lts-5.18 fails to build anymore on Debian due to linker
hardening breaking the version of ghc stack uses with that version.
This commit was sponsored by Francois Marier on Patreon.
Joey Hess [Tue, 31 Jan 2017 15:25:38 +0000 (11:25 -0400)]
close
Joey Hess [Tue, 31 Jan 2017 15:24:15 +0000 (11:24 -0400)]
close old xmpp bug
alanz [Tue, 31 Jan 2017 11:34:43 +0000 (11:34 +0000)]
spacing
alanz [Tue, 31 Jan 2017 11:33:32 +0000 (11:33 +0000)]
Otherwise the USB remote cannot sync
Fabio [Mon, 30 Jan 2017 22:26:46 +0000 (22:26 +0000)]
Added a comment
Joey Hess [Mon, 30 Jan 2017 21:36:45 +0000 (17:36 -0400)]
forgot to add this new source file
Joey Hess [Mon, 30 Jan 2017 21:34:48 +0000 (17:34 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 30 Jan 2017 21:32:03 +0000 (17:32 -0400)]
devblog
Joey Hess [Mon, 30 Jan 2017 21:08:05 +0000 (17:08 -0400)]
make git annex config settings editable in vicfg
This commit was sponsored by Shane-o on Patreon.
Joey Hess [Mon, 30 Jan 2017 20:41:29 +0000 (16:41 -0400)]
config: New command for storing configuration in the git-annex branch.
Any config names can be set using this; git-annex commands will only look
at specific ones that make sense and are worth the overhead of querying the
branch.
This might also be useful for storing whatever other config-type stuff the
user might want to shove into the git-annex branch.
This commit was sponsored by Jochen Bartl on Patreon.
Joey Hess [Mon, 30 Jan 2017 19:11:26 +0000 (15:11 -0400)]
vicfg: Include the numcopies configuation.
Docs say vicfg can configure everything from git-annex branch,
so it ought to configure numcopies.
Note that commenting out existing numcopies does not unset it.
This commit was sponsored by Thom May on Patreon.
Joey Hess [Mon, 30 Jan 2017 18:10:08 +0000 (14:10 -0400)]
comment
This commit was sponsored by Denis Dzyubenko on Patreon.
https://anarc.at/openid/ [Mon, 30 Jan 2017 18:06:22 +0000 (18:06 +0000)]
Added a comment: usability...
Joey Hess [Mon, 30 Jan 2017 17:52:08 +0000 (13:52 -0400)]
response
This commit was sponsored by Thomas Hochstein on Patreon.
Joey Hess [Mon, 30 Jan 2017 17:32:28 +0000 (13:32 -0400)]
comment
Joey Hess [Mon, 30 Jan 2017 16:54:32 +0000 (12:54 -0400)]
reusing repository uuid cannot result in data loss AFAIK
Avoiding such problems is one reason why git-annex does active
verification of other copies of a file when dropping.
You could argue that reusing the uuid of a trusted repository leads to
data loss, but that data loss doesn't really involve reusing the uuid,
but instead is caused by deleting a trusted repository. Using trusted
repositories without a great deal of care is a good way to blow off your
foot, of which deleting them is only the most obvious;
added some sections about that.
If reusing a repository uuid could result in data loss then I'd be on
board with making reinit run a fast fsck to update the location log, but
since it can't, I feel that is not worth forcing. Not a bad idea to run
fsck afterwards. Updated language about that.
This commit was sponsored by Jake Vosloo on Patreon.
Joey Hess [Mon, 30 Jan 2017 16:46:42 +0000 (12:46 -0400)]
Remove -j short option for --json-progress; that option was already taken for --json.
This commit was sponsored by Trenton Cronholm.
Joey Hess [Mon, 30 Jan 2017 16:42:02 +0000 (12:42 -0400)]
responses
Added a comment: git-annex - many filesystems
Apichat [Sat, 28 Jan 2017 11:05:29 +0000 (11:05 +0000)]
Added a comment: OMEMO to encrypt content end to end
Edward Betts [Fri, 27 Jan 2017 18:18:09 +0000 (18:18 +0000)]
fix typo
report on initial findings
konubinix [Thu, 26 Jan 2017 11:20:32 +0000 (11:20 +0000)]
Added a comment: Same here
konubinix [Thu, 26 Jan 2017 11:20:12 +0000 (11:20 +0000)]
Added a comment: Same here
konubinix [Thu, 26 Jan 2017 11:19:51 +0000 (11:19 +0000)]
Added a comment: Same here
konubinix [Thu, 26 Jan 2017 11:19:24 +0000 (11:19 +0000)]
Added a comment: Same here
konubinix [Thu, 26 Jan 2017 11:19:02 +0000 (11:19 +0000)]
Added a comment: Same here
Edward Betts [Tue, 24 Jan 2017 10:43:33 +0000 (10:43 +0000)]
fix typo
andrew [Mon, 23 Jan 2017 02:28:24 +0000 (02:28 +0000)]
Added a comment: RESOLVED / deleted all files then re-added as zip
andrew [Sun, 22 Jan 2017 18:07:51 +0000 (18:07 +0000)]
andrew [Sun, 22 Jan 2017 17:56:07 +0000 (17:56 +0000)]
formating
bug: Errors on Android: referenceTable GDEF length=778, referenceTable GSUB length=6388, referenceTable GPOS length=76868
jesrui@51c25da8d6f34e6df8e3e7ed0277335ed7ddf6a6 [Sat, 21 Jan 2017 15:08:20 +0000 (15:08 +0000)]
Added a comment
andrew [Sat, 21 Jan 2017 14:56:26 +0000 (14:56 +0000)]
Added a comment: updates sync vs copy?
sameer@d9beaa99579e465dc21f3679fa4dbc9704049e12 [Sat, 21 Jan 2017 08:08:37 +0000 (08:08 +0000)]
removed
Added a comment: Isn't the ending "." in the host name the problem?
https://christian.amsuess.com/chrysn [Fri, 20 Jan 2017 09:49:23 +0000 (09:49 +0000)]
add wishlist item
Added a comment
Added a comment
removed
Added a comment
Added a comment
Added a comment
justin@561b4852d5c1d8db31dc571612954bde7bb325a1 [Tue, 17 Jan 2017 19:49:18 +0000 (19:49 +0000)]
Fixes ToC
https://anarc.at/openid/ [Tue, 17 Jan 2017 19:47:13 +0000 (19:47 +0000)]
backwards links again
https://anarc.at/openid/ [Tue, 17 Jan 2017 19:46:25 +0000 (19:46 +0000)]
fix link
justin@561b4852d5c1d8db31dc571612954bde7bb325a1 [Tue, 17 Jan 2017 19:44:12 +0000 (19:44 +0000)]
Page flow and antipattern separation
https://anarc.at/openid/ [Tue, 17 Jan 2017 19:35:24 +0000 (19:35 +0000)]
note an improvement on the reinit manpage
https://anarc.at/openid/ [Tue, 17 Jan 2017 19:33:36 +0000 (19:33 +0000)]
use stronger wording in reinit regarding fsck
https://anarc.at/openid/ [Tue, 17 Jan 2017 19:22:49 +0000 (19:22 +0000)]
a list of problems i had with git-annex
https://anarc.at/openid/ [Tue, 17 Jan 2017 16:59:15 +0000 (16:59 +0000)]
link to the workflow page
https://anarc.at/openid/ [Tue, 17 Jan 2017 16:56:39 +0000 (16:56 +0000)]
Added a comment: answers
https://anarc.at/openid/ [Tue, 17 Jan 2017 16:54:23 +0000 (16:54 +0000)]
Added a comment: hopefully an answer...
Added a comment
https://anarc.at/openid/ [Tue, 17 Jan 2017 01:34:43 +0000 (01:34 +0000)]
Added a comment: re dataloss and point
jesrui@51c25da8d6f34e6df8e3e7ed0277335ed7ddf6a6 [Tue, 17 Jan 2017 01:07:04 +0000 (01:07 +0000)]
Added a comment: Can git-annex be used to quasi-realtime replication?