git-annex.git
9 years agoinitial whining
yarikoptic [Fri, 3 Feb 2017 15:10:41 +0000 (15:10 +0000)]
initial whining

9 years ago(no commit message)
http://xgm.de/oid/ [Fri, 3 Feb 2017 10:08:27 +0000 (10:08 +0000)]

9 years agoAdded a comment
http://schnouki.net/ [Thu, 2 Feb 2017 22:05:23 +0000 (22:05 +0000)]
Added a comment

9 years agoremove page for Homebrew-cask
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..)

9 years agoresponse
Joey Hess [Thu, 2 Feb 2017 20:35:55 +0000 (16:35 -0400)]
response

9 years agoadd missing extra-deps
Joey Hess [Thu, 2 Feb 2017 18:24:06 +0000 (14:24 -0400)]
add missing extra-deps

9 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Thu, 2 Feb 2017 18:18:45 +0000 (14:18 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

9 years agocomment
Joey Hess [Thu, 2 Feb 2017 18:18:17 +0000 (14:18 -0400)]
comment

9 years agoupdate
Joey Hess [Thu, 2 Feb 2017 16:38:36 +0000 (12:38 -0400)]
update

9 years ago(no commit message)
hello@d445805275613da28bcccb402c444f2a63e7b7f9 [Thu, 2 Feb 2017 08:13:56 +0000 (08:13 +0000)]

9 years ago(no commit message)
kristianrumberg@85de814abe9398ab5573b77bb8a7a80ceaf3b9e1 [Thu, 2 Feb 2017 03:50:00 +0000 (03:50 +0000)]

9 years ago(no commit message)
kristianrumberg@85de814abe9398ab5573b77bb8a7a80ceaf3b9e1 [Thu, 2 Feb 2017 03:49:03 +0000 (03:49 +0000)]

9 years agoAdded a comment: Install via brew cask not working
chocolate.camera@ec2ecab153906be21ac5f36652c33786ad0e0b60 [Thu, 2 Feb 2017 00:01:08 +0000 (00:01 +0000)]
Added a comment: Install via brew cask not working

9 years ago(no commit message)
5XwgD [Wed, 1 Feb 2017 09:42:33 +0000 (09:42 +0000)]

9 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 1 Feb 2017 00:01:59 +0000 (20:01 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

9 years agodevblog
Joey Hess [Tue, 31 Jan 2017 23:58:43 +0000 (19:58 -0400)]
devblog

9 years agounused: Improved memory use significantly when there are a lot of differences between...
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.

9 years agounused: When large files are checked right into git, avoid buffering their contents...
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.

9 years agoSome optimisations to string splitting code.
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.

9 years ago(no commit message)
mschiff [Tue, 31 Jan 2017 22:01:31 +0000 (22:01 +0000)]

9 years ago(no commit message)
mschiff [Tue, 31 Jan 2017 22:00:58 +0000 (22:00 +0000)]

9 years ago(no commit message)
mschiff [Tue, 31 Jan 2017 21:58:54 +0000 (21:58 +0000)]

9 years agofix lack of laziness streaming large diffs
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.

9 years agoadd new modules to annoying list
Joey Hess [Tue, 31 Jan 2017 21:27:44 +0000 (17:27 -0400)]
add new modules to annoying list

9 years agoAdded a comment
butirsky@86ff3803c45a8a1e5fc253d2728ce493c8addf96 [Tue, 31 Jan 2017 18:30:00 +0000 (18:30 +0000)]
Added a comment

9 years agofix link
Joey Hess [Tue, 31 Jan 2017 17:25:37 +0000 (13:25 -0400)]
fix link

9 years agocomment
Joey Hess [Tue, 31 Jan 2017 17:24:34 +0000 (13:24 -0400)]
comment

9 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 31 Jan 2017 17:11:54 +0000 (13:11 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

9 years agocomment
Joey Hess [Tue, 31 Jan 2017 17:10:54 +0000 (13:10 -0400)]
comment

This commit was sponsored by Brock Spratlen on Patreon.

9 years agocomment
Joey Hess [Tue, 31 Jan 2017 17:01:55 +0000 (13:01 -0400)]
comment

This commit was sponsored by Ole-Morten on Patreon.

9 years ago(no commit message)
git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c00 [Tue, 31 Jan 2017 16:53:58 +0000 (16:53 +0000)]

9 years agoplease answer questions
Joey Hess [Tue, 31 Jan 2017 16:53:55 +0000 (12:53 -0400)]
please answer questions

9 years agoresponse
Joey Hess [Tue, 31 Jan 2017 16:47:49 +0000 (12:47 -0400)]
response

This commit was sponsored by Andreas on Patreon.

9 years agorespond
Joey Hess [Tue, 31 Jan 2017 16:41:09 +0000 (12:41 -0400)]
respond

This commit was sponsored by Bruno BEAUFILS on Patreon.

9 years agofix formatting of comment
Joey Hess [Tue, 31 Jan 2017 16:32:03 +0000 (12:32 -0400)]
fix formatting of comment

9 years agoreproduced bug; started analysis
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.

9 years agolts-7.18 finally!
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.

9 years agoclose
Joey Hess [Tue, 31 Jan 2017 15:25:38 +0000 (11:25 -0400)]
close

9 years agoclose old xmpp bug
Joey Hess [Tue, 31 Jan 2017 15:24:15 +0000 (11:24 -0400)]
close old xmpp bug

9 years agospacing
alanz [Tue, 31 Jan 2017 11:34:43 +0000 (11:34 +0000)]
spacing

9 years agoOtherwise the USB remote cannot sync
alanz [Tue, 31 Jan 2017 11:33:32 +0000 (11:33 +0000)]
Otherwise the USB remote cannot sync

9 years agoAdded a comment
Fabio [Mon, 30 Jan 2017 22:26:46 +0000 (22:26 +0000)]
Added a comment

9 years agoforgot to add this new source file
Joey Hess [Mon, 30 Jan 2017 21:36:45 +0000 (17:36 -0400)]
forgot to add this new source file

9 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 30 Jan 2017 21:34:48 +0000 (17:34 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

9 years agodevblog
Joey Hess [Mon, 30 Jan 2017 21:32:03 +0000 (17:32 -0400)]
devblog

9 years agomake git annex config settings editable in vicfg
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.

9 years agoconfig: New command for storing configuration in the git-annex branch.
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.

9 years agovicfg: Include the numcopies configuation.
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.

9 years agocomment
Joey Hess [Mon, 30 Jan 2017 18:10:08 +0000 (14:10 -0400)]
comment

This commit was sponsored by Denis Dzyubenko on Patreon.

9 years agoAdded a comment: usability...
https://anarc.at/openid/ [Mon, 30 Jan 2017 18:06:22 +0000 (18:06 +0000)]
Added a comment: usability...

9 years agoresponse
Joey Hess [Mon, 30 Jan 2017 17:52:08 +0000 (13:52 -0400)]
response

This commit was sponsored by Thomas Hochstein on Patreon.

9 years agocomment
Joey Hess [Mon, 30 Jan 2017 17:32:28 +0000 (13:32 -0400)]
comment

9 years agoreusing repository uuid cannot result in data loss AFAIK
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.

9 years agoRemove -j short option for --json-progress; that option was already taken for --json.
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.

9 years agoresponses
Joey Hess [Mon, 30 Jan 2017 16:42:02 +0000 (12:42 -0400)]
responses

9 years agoAdded a comment: git-annex - many filesystems
thomas.l.clune@39f0ca5621ddc6cbe4550be3ca9a22ec70edc9a6 [Mon, 30 Jan 2017 14:24:11 +0000 (14:24 +0000)]
Added a comment: git-annex - many filesystems

9 years agoAdded a comment: OMEMO to encrypt content end to end
Apichat [Sat, 28 Jan 2017 11:05:29 +0000 (11:05 +0000)]
Added a comment: OMEMO to encrypt content end to end

9 years agofix typo
Edward Betts [Fri, 27 Jan 2017 18:18:09 +0000 (18:18 +0000)]
fix typo

9 years agoreport on initial findings
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 [Fri, 27 Jan 2017 14:45:32 +0000 (14:45 +0000)]
report on initial findings

9 years agoAdded a comment: Same here
konubinix [Thu, 26 Jan 2017 11:20:32 +0000 (11:20 +0000)]
Added a comment: Same here

9 years agoAdded a comment: Same here
konubinix [Thu, 26 Jan 2017 11:20:12 +0000 (11:20 +0000)]
Added a comment: Same here

9 years agoAdded a comment: Same here
konubinix [Thu, 26 Jan 2017 11:19:51 +0000 (11:19 +0000)]
Added a comment: Same here

9 years agoAdded a comment: Same here
konubinix [Thu, 26 Jan 2017 11:19:24 +0000 (11:19 +0000)]
Added a comment: Same here

9 years agoAdded a comment: Same here
konubinix [Thu, 26 Jan 2017 11:19:02 +0000 (11:19 +0000)]
Added a comment: Same here

9 years ago(no commit message)
jaylangseth@fa84aeedaf6dd96a51e93b012339ac09fb4dc135 [Tue, 24 Jan 2017 18:38:22 +0000 (18:38 +0000)]

9 years ago(no commit message)
git-annex@31849d241f10c295b30a9707352ae5c7d743adb7 [Tue, 24 Jan 2017 17:15:32 +0000 (17:15 +0000)]

9 years agofix typo
Edward Betts [Tue, 24 Jan 2017 10:43:33 +0000 (10:43 +0000)]
fix typo

9 years agoAdded a comment: RESOLVED / deleted all files then re-added as zip
andrew [Mon, 23 Jan 2017 02:28:24 +0000 (02:28 +0000)]
Added a comment: RESOLVED / deleted all files then re-added as zip

9 years ago(no commit message)
andrew [Sun, 22 Jan 2017 18:07:51 +0000 (18:07 +0000)]

9 years ago(no commit message)
andrew [Sun, 22 Jan 2017 17:56:07 +0000 (17:56 +0000)]

9 years agoformating
florian-git-annex@90936f45daa5a57ed4b867f7ebc35e23acad1a08 [Sun, 22 Jan 2017 11:51:03 +0000 (11:51 +0000)]
formating

9 years agobug: Errors on Android: referenceTable GDEF length=778, referenceTable GSUB length...
florian-git-annex@90936f45daa5a57ed4b867f7ebc35e23acad1a08 [Sun, 22 Jan 2017 11:49:36 +0000 (11:49 +0000)]
bug: Errors on Android: referenceTable GDEF length=778, referenceTable GSUB length=6388, referenceTable GPOS length=76868

9 years agoAdded a comment
jesrui@51c25da8d6f34e6df8e3e7ed0277335ed7ddf6a6 [Sat, 21 Jan 2017 15:08:20 +0000 (15:08 +0000)]
Added a comment

9 years agoAdded a comment: updates sync vs copy?
andrew [Sat, 21 Jan 2017 14:56:26 +0000 (14:56 +0000)]
Added a comment: updates sync vs copy?

9 years ago(no commit message)
sameer@d9beaa99579e465dc21f3679fa4dbc9704049e12 [Sat, 21 Jan 2017 08:08:37 +0000 (08:08 +0000)]

9 years ago(no commit message)
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 [Fri, 20 Jan 2017 15:05:23 +0000 (15:05 +0000)]

9 years agoremoved
pa.aronsson@1f04cce52a3649f5485c62c1f97bf157b1d3ba56 [Fri, 20 Jan 2017 10:14:41 +0000 (10:14 +0000)]
removed

9 years agoAdded a comment: Isn't the ending "." in the host name the problem?
pa.aronsson@1f04cce52a3649f5485c62c1f97bf157b1d3ba56 [Fri, 20 Jan 2017 09:53:56 +0000 (09:53 +0000)]
Added a comment: Isn't the ending "." in the host name the problem?

9 years agoadd wishlist item
https://christian.amsuess.com/chrysn [Fri, 20 Jan 2017 09:49:23 +0000 (09:49 +0000)]
add wishlist item

9 years agoAdded a comment
jaylangseth@fa84aeedaf6dd96a51e93b012339ac09fb4dc135 [Wed, 18 Jan 2017 21:11:15 +0000 (21:11 +0000)]
Added a comment

9 years ago(no commit message)
jaylangseth@fa84aeedaf6dd96a51e93b012339ac09fb4dc135 [Wed, 18 Jan 2017 21:07:14 +0000 (21:07 +0000)]

9 years agoAdded a comment
butirsky@86ff3803c45a8a1e5fc253d2728ce493c8addf96 [Wed, 18 Jan 2017 16:52:21 +0000 (16:52 +0000)]
Added a comment

9 years agoremoved
echormonov@08188ea9b34fd6d3102f52a364ed64e531badbfb [Wed, 18 Jan 2017 16:42:13 +0000 (16:42 +0000)]
removed

9 years agoAdded a comment
butirsky@86ff3803c45a8a1e5fc253d2728ce493c8addf96 [Wed, 18 Jan 2017 13:35:18 +0000 (13:35 +0000)]
Added a comment

9 years agoAdded a comment
butirsky@86ff3803c45a8a1e5fc253d2728ce493c8addf96 [Wed, 18 Jan 2017 13:21:45 +0000 (13:21 +0000)]
Added a comment

9 years agoAdded a comment
butirsky@86ff3803c45a8a1e5fc253d2728ce493c8addf96 [Wed, 18 Jan 2017 13:19:44 +0000 (13:19 +0000)]
Added a comment

9 years agoFixes ToC
justin@561b4852d5c1d8db31dc571612954bde7bb325a1 [Tue, 17 Jan 2017 19:49:18 +0000 (19:49 +0000)]
Fixes ToC

9 years agobackwards links again
https://anarc.at/openid/ [Tue, 17 Jan 2017 19:47:13 +0000 (19:47 +0000)]
backwards links again

9 years agofix link
https://anarc.at/openid/ [Tue, 17 Jan 2017 19:46:25 +0000 (19:46 +0000)]
fix link

9 years agoPage flow and antipattern separation
justin@561b4852d5c1d8db31dc571612954bde7bb325a1 [Tue, 17 Jan 2017 19:44:12 +0000 (19:44 +0000)]
Page flow and antipattern separation

9 years agonote an improvement on the reinit manpage
https://anarc.at/openid/ [Tue, 17 Jan 2017 19:35:24 +0000 (19:35 +0000)]
note an improvement on the reinit manpage

9 years agouse stronger wording in reinit regarding fsck
https://anarc.at/openid/ [Tue, 17 Jan 2017 19:33:36 +0000 (19:33 +0000)]
use stronger wording in reinit regarding fsck

9 years agoa list of problems i had with git-annex
https://anarc.at/openid/ [Tue, 17 Jan 2017 19:22:49 +0000 (19:22 +0000)]
a list of problems i had with git-annex

9 years agolink to the workflow page
https://anarc.at/openid/ [Tue, 17 Jan 2017 16:59:15 +0000 (16:59 +0000)]
link to the workflow page

9 years agoAdded a comment: answers
https://anarc.at/openid/ [Tue, 17 Jan 2017 16:56:39 +0000 (16:56 +0000)]
Added a comment: answers

9 years agoAdded a comment: hopefully an answer...
https://anarc.at/openid/ [Tue, 17 Jan 2017 16:54:23 +0000 (16:54 +0000)]
Added a comment: hopefully an answer...

9 years agoAdded a comment
jaylangseth@fa84aeedaf6dd96a51e93b012339ac09fb4dc135 [Tue, 17 Jan 2017 16:37:40 +0000 (16:37 +0000)]
Added a comment

9 years agoAdded a comment: re dataloss and point
https://anarc.at/openid/ [Tue, 17 Jan 2017 01:34:43 +0000 (01:34 +0000)]
Added a comment: re dataloss and point

9 years ago(no commit message)
jesrui@51c25da8d6f34e6df8e3e7ed0277335ed7ddf6a6 [Tue, 17 Jan 2017 01:07:04 +0000 (01:07 +0000)]

9 years agoAdded a comment: Can git-annex be used to quasi-realtime replication?
shodanshok@8c8405b6944c211be7dec8ae8fccde70adc19027 [Mon, 16 Jan 2017 17:41:07 +0000 (17:41 +0000)]
Added a comment: Can git-annex be used to quasi-realtime replication?