git-annex.git
6 years agoinitial report on "Too many open files" on OSX
yarikoptic [Thu, 5 Mar 2020 20:26:48 +0000 (20:26 +0000)]
initial report on "Too many open files" on OSX

6 years agoAdded a comment: can use copies=groupname:number
kyle [Thu, 5 Mar 2020 20:26:02 +0000 (20:26 +0000)]
Added a comment: can use copies=groupname:number

6 years agoAdded a comment: re: annexing only large dotfiles
kyle [Thu, 5 Mar 2020 19:56:50 +0000 (19:56 +0000)]
Added a comment: re: annexing only large dotfiles

6 years ago(no commit message)
erewhon [Thu, 5 Mar 2020 19:53:37 +0000 (19:53 +0000)]

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Thu, 5 Mar 2020 19:50:42 +0000 (15:50 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agoAdded a comment: annexing only large dotfiles
Ilya_Shlyakhter [Thu, 5 Mar 2020 19:31:37 +0000 (19:31 +0000)]
Added a comment: annexing only large dotfiles

6 years agosome easy createDirectoryUnder conversions
Joey Hess [Thu, 5 Mar 2020 18:56:47 +0000 (14:56 -0400)]
some easy createDirectoryUnder conversions

6 years agoAdded a comment: atomic/transactional upgrades
Ilya_Shlyakhter [Thu, 5 Mar 2020 19:10:16 +0000 (19:10 +0000)]
Added a comment: atomic/transactional upgrades

6 years agoconvert createAnnexDirectory to use createDirectoryUnder
Joey Hess [Thu, 5 Mar 2020 18:27:45 +0000 (14:27 -0400)]
convert createAnnexDirectory to use createDirectoryUnder

It will create foo/.git/annex/, but not foo/.git/ and not foo/.

This will avoid it creating an empty path to a repo when a drive is
yanked out and the mount point goes away, for example.

6 years agoimplemented createDirectoryUnder
Joey Hess [Thu, 5 Mar 2020 17:56:39 +0000 (13:56 -0400)]
implemented createDirectoryUnder

6 years agosmall opt to absPath
Joey Hess [Thu, 5 Mar 2020 17:52:30 +0000 (13:52 -0400)]
small opt to absPath

Noticed that it gets the CWD unncessarily when the path is absolute.

I have not benchmarked this, but I guess that the small overhead of
isAbsolute is so tiny compared to the system call that it's worth
it even if most of the time relative paths are passed to absPath.

6 years agoannex.dotfiles override
kyle [Thu, 5 Mar 2020 17:41:11 +0000 (17:41 +0000)]
annex.dotfiles override

6 years agobuglist template
Joey Hess [Thu, 5 Mar 2020 16:34:34 +0000 (12:34 -0400)]
buglist template

6 years agopagespecs are absolute
Joey Hess [Thu, 5 Mar 2020 16:33:48 +0000 (12:33 -0400)]
pagespecs are absolute

6 years agoexclude ones tagged needsthought
Joey Hess [Thu, 5 Mar 2020 16:31:28 +0000 (12:31 -0400)]
exclude ones tagged needsthought

6 years agoconvert roadmap to list todo's that have been tagged confirmed
Joey Hess [Thu, 5 Mar 2020 16:29:19 +0000 (12:29 -0400)]
convert roadmap to list todo's that have been tagged confirmed

6 years agoremove done item
Joey Hess [Thu, 5 Mar 2020 16:26:05 +0000 (12:26 -0400)]
remove done item

6 years agoupdate
Joey Hess [Thu, 5 Mar 2020 15:39:42 +0000 (11:39 -0400)]
update

6 years ago(no commit message)
MartinL [Thu, 5 Mar 2020 06:10:28 +0000 (06:10 +0000)]

6 years agoremove amazon cloud drive, since amazon banned rclone
Joey Hess [Thu, 5 Mar 2020 02:48:42 +0000 (22:48 -0400)]
remove amazon cloud drive, since amazon banned rclone

6 years agolayout
Joey Hess [Thu, 5 Mar 2020 02:45:48 +0000 (22:45 -0400)]
layout

6 years agotwo more services with multiple special remotes
Joey Hess [Thu, 5 Mar 2020 02:42:33 +0000 (22:42 -0400)]
two more services with multiple special remotes

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Thu, 5 Mar 2020 02:33:17 +0000 (22:33 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agoimprove special remotes list
Joey Hess [Thu, 5 Mar 2020 02:27:56 +0000 (22:27 -0400)]
improve special remotes list

In several cases, there's an old, maybe unmaintained special remote,
and rclone also supports the service. I don't know which is better,
so I added tips pages for these, listing both possibilies, so users can
fill in the details.

Added some things listed in special_remotes/rclone that were not
in the cloud provider list, so users will see it supports those.
But, omitted S3 and webdav, since it's probably better for users to use
what's built into git-annex than going via rclone.

The rclone list is out of date apparently, as rclone.org has more,
so I added a note at the bottom for users to check.

This commit was sponsored by Ethan Aubin.

6 years ago(no commit message)
titaniumfiles@5227364ee3e2f9207bc36b6ebb281fc7af6d3c16 [Thu, 5 Mar 2020 01:01:30 +0000 (01:01 +0000)]

6 years agoAdded a comment
Ilya_Shlyakhter [Wed, 4 Mar 2020 21:34:42 +0000 (21:34 +0000)]
Added a comment

6 years agocomment
Joey Hess [Wed, 4 Mar 2020 21:12:10 +0000 (17:12 -0400)]
comment

6 years agoadded todo: restore original environment when running external special remotes from...
Ilya_Shlyakhter [Wed, 4 Mar 2020 17:39:02 +0000 (17:39 +0000)]
added todo: restore original environment when running external special remotes from standalone git-annex?

6 years agoAdded a comment
Ilya_Shlyakhter [Wed, 4 Mar 2020 17:15:58 +0000 (17:15 +0000)]
Added a comment

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 4 Mar 2020 17:05:53 +0000 (13:05 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agoLinux standalone: Use md5sum to shorten paths in .cache/git-annex/locales
Joey Hess [Wed, 4 Mar 2020 17:04:56 +0000 (13:04 -0400)]
Linux standalone: Use md5sum to shorten paths in .cache/git-annex/locales

md5sum is part of busybox, so is probably available unless it were compiled
out. If md5sum (or cut for that matter) is not available, it will
still use the whole path to $base, otherwise hash it.

Of course it's possible for md5sum to be available sometimes and not others
on the same system; in such an event the locales would be built twice for
the same bundle. The cleanup code will delete both sets once that
version of the bundle is upgraded.

6 years agoAdded a comment: locale info caching for standalone git-annex
Ilya_Shlyakhter [Wed, 4 Mar 2020 17:04:43 +0000 (17:04 +0000)]
Added a comment: locale info caching for standalone git-annex

6 years agoresponse
Joey Hess [Wed, 4 Mar 2020 16:57:10 +0000 (12:57 -0400)]
response

6 years agoautomate uploading released tarballs to archive.org
Joey Hess [Wed, 4 Mar 2020 16:35:20 +0000 (12:35 -0400)]
automate uploading released tarballs to archive.org

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 4 Mar 2020 16:24:27 +0000 (12:24 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agofix formatting
thk [Wed, 4 Mar 2020 10:14:29 +0000 (10:14 +0000)]
fix formatting

6 years agoAdded a comment: URL for git-annex-standalone for specific version
Ilya_Shlyakhter [Wed, 4 Mar 2020 01:33:30 +0000 (01:33 +0000)]
Added a comment: URL for git-annex-standalone for specific version

6 years agoAdded a comment: re: shorter symlinks
amerlyq+annex@12121d70a602f094228689a0a24d348d478a8af1 [Wed, 4 Mar 2020 00:48:02 +0000 (00:48 +0000)]
Added a comment: re: shorter symlinks

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 4 Mar 2020 00:03:42 +0000 (20:03 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agoAdded a comment: id for locale cache
Ilya_Shlyakhter [Tue, 3 Mar 2020 23:31:55 +0000 (23:31 +0000)]
Added a comment: id for locale cache

6 years agoAdded a comment: git-annex standalone and long filenames in locale cache
Ilya_Shlyakhter [Tue, 3 Mar 2020 22:36:42 +0000 (22:36 +0000)]
Added a comment: git-annex standalone and long filenames in locale cache

6 years ago(no commit message)
titaniumfiles@5227364ee3e2f9207bc36b6ebb281fc7af6d3c16 [Tue, 3 Mar 2020 22:30:34 +0000 (22:30 +0000)]

6 years ago(no commit message)
titaniumfiles@5227364ee3e2f9207bc36b6ebb281fc7af6d3c16 [Tue, 3 Mar 2020 22:28:38 +0000 (22:28 +0000)]

6 years agoAdded a comment: minimum git version
Ilya_Shlyakhter [Tue, 3 Mar 2020 21:15:07 +0000 (21:15 +0000)]
Added a comment: minimum git version

6 years agoAdded a comment
lhunath@3b4ff15f4600f3276d1776a490b734fca0f5c245 [Tue, 3 Mar 2020 20:33:47 +0000 (20:33 +0000)]
Added a comment

6 years agoAdded a comment: re: shorter symlinks
Ilya_Shlyakhter [Tue, 3 Mar 2020 19:04:03 +0000 (19:04 +0000)]
Added a comment: re: shorter symlinks

6 years agoAdded a comment
yarikoptic [Tue, 3 Mar 2020 17:48:16 +0000 (17:48 +0000)]
Added a comment

6 years ago(no commit message)
thk [Tue, 3 Mar 2020 10:56:48 +0000 (10:56 +0000)]

6 years agoAdded a comment
http://id.pvgoran.name/ [Tue, 3 Mar 2020 04:16:35 +0000 (04:16 +0000)]
Added a comment

6 years ago(no commit message)
amerlyq+annex@12121d70a602f094228689a0a24d348d478a8af1 [Tue, 3 Mar 2020 03:46:05 +0000 (03:46 +0000)]

6 years agoAdded a comment
http://id.pvgoran.name/ [Tue, 3 Mar 2020 03:19:01 +0000 (03:19 +0000)]
Added a comment

6 years agoAdded a comment
http://id.pvgoran.name/ [Tue, 3 Mar 2020 03:16:25 +0000 (03:16 +0000)]
Added a comment

6 years agoAdded a comment
http://id.pvgoran.name/ [Tue, 3 Mar 2020 02:11:30 +0000 (02:11 +0000)]
Added a comment

6 years agoAdded a comment
yarikoptic [Mon, 2 Mar 2020 20:54:12 +0000 (20:54 +0000)]
Added a comment

6 years agoimprove wording
Joey Hess [Mon, 2 Mar 2020 20:27:29 +0000 (16:27 -0400)]
improve wording

6 years agomerge
Joey Hess [Mon, 2 Mar 2020 20:08:31 +0000 (16:08 -0400)]
merge

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 2 Mar 2020 19:54:57 +0000 (15:54 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agogit-annex config: guard against non-repo-global configs
Joey Hess [Mon, 2 Mar 2020 19:50:40 +0000 (15:50 -0400)]
git-annex config: guard against non-repo-global configs

git-annex config: Only allow configs be set that are ones git-annex
actually supports reading from repo-global config, to avoid confused users
trying to set other configs with this.

6 years agocomment
Joey Hess [Mon, 2 Mar 2020 19:43:34 +0000 (15:43 -0400)]
comment

6 years agocomment
Joey Hess [Mon, 2 Mar 2020 19:35:38 +0000 (15:35 -0400)]
comment

6 years agoAdded a comment
yarikoptic [Mon, 2 Mar 2020 19:23:55 +0000 (19:23 +0000)]
Added a comment

6 years agocomment
Joey Hess [Mon, 2 Mar 2020 19:02:22 +0000 (15:02 -0400)]
comment

6 years agorespond and close
Joey Hess [Mon, 2 Mar 2020 18:58:31 +0000 (14:58 -0400)]
respond and close

6 years agocomment
Joey Hess [Mon, 2 Mar 2020 18:52:02 +0000 (14:52 -0400)]
comment

6 years agosplit up quickcheck tests for hashes and macs
Joey Hess [Mon, 2 Mar 2020 18:25:45 +0000 (14:25 -0400)]
split up quickcheck tests for hashes and macs

So when one fais, it's clear which one is the problem.

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 2 Mar 2020 17:48:33 +0000 (13:48 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agoclose already fixed bug
Joey Hess [Mon, 2 Mar 2020 17:47:47 +0000 (13:47 -0400)]
close already fixed bug

and document it in the changelog for the release where it was fixed

6 years agostack.yaml: Updated to lts-14.27.
Joey Hess [Mon, 2 Mar 2020 17:25:51 +0000 (13:25 -0400)]
stack.yaml: Updated to lts-14.27.

6 years agocomment
Joey Hess [Mon, 2 Mar 2020 17:17:05 +0000 (13:17 -0400)]
comment

6 years agoreallocated from repronim to datalad and added a link to the commit which fixed it
yarikoptic [Mon, 2 Mar 2020 17:04:53 +0000 (17:04 +0000)]
reallocated from repronim to datalad and added a link to the commit which fixed it

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 2 Mar 2020 15:55:50 +0000 (11:55 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agolink
Joey Hess [Mon, 2 Mar 2020 15:55:34 +0000 (11:55 -0400)]
link

6 years agoAdded a comment: adding dotfiles
Ilya_Shlyakhter [Sat, 29 Feb 2020 21:35:06 +0000 (21:35 +0000)]
Added a comment: adding dotfiles

6 years agoAdded a comment
spwhitton [Sat, 29 Feb 2020 16:34:16 +0000 (16:34 +0000)]
Added a comment

6 years agoAdded a comment
yarikoptic [Sat, 29 Feb 2020 06:10:19 +0000 (06:10 +0000)]
Added a comment

6 years ago(no commit message)
http://id.pvgoran.name/ [Sat, 29 Feb 2020 05:51:45 +0000 (05:51 +0000)]

6 years ago(no commit message)
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317 [Fri, 28 Feb 2020 20:32:26 +0000 (20:32 +0000)]

6 years agoAdded a comment
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317 [Fri, 28 Feb 2020 20:20:09 +0000 (20:20 +0000)]
Added a comment

6 years agoadded todo suggestion: trust presence info for specific remotes for specified time
Ilya_Shlyakhter [Fri, 28 Feb 2020 20:14:26 +0000 (20:14 +0000)]
added todo suggestion: trust presence info for specific remotes for specified time

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 28 Feb 2020 19:33:32 +0000 (15:33 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agocomment
Joey Hess [Fri, 28 Feb 2020 19:32:50 +0000 (15:32 -0400)]
comment

6 years agoAdded a comment
yarikoptic [Fri, 28 Feb 2020 19:15:22 +0000 (19:15 +0000)]
Added a comment

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 28 Feb 2020 18:58:44 +0000 (14:58 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agocomment
Joey Hess [Fri, 28 Feb 2020 18:57:49 +0000 (14:57 -0400)]
comment

6 years agoAdded a comment
yarikoptic [Fri, 28 Feb 2020 18:47:27 +0000 (18:47 +0000)]
Added a comment

6 years agoAdded a comment: fsck of dead keys
Ilya_Shlyakhter [Fri, 28 Feb 2020 18:44:21 +0000 (18:44 +0000)]
Added a comment: fsck of dead keys

6 years agoadded todo request: restore --include-dotfiles as a no-op for backwards compatibility
Ilya_Shlyakhter [Fri, 28 Feb 2020 18:29:43 +0000 (18:29 +0000)]
added todo request: restore --include-dotfiles as a no-op for backwards compatibility

6 years agocomment
Joey Hess [Fri, 28 Feb 2020 18:18:09 +0000 (14:18 -0400)]
comment

6 years agocomment
Joey Hess [Fri, 28 Feb 2020 17:58:26 +0000 (13:58 -0400)]
comment

6 years agocomment
Joey Hess [Fri, 28 Feb 2020 17:54:32 +0000 (13:54 -0400)]
comment

6 years agocomment
Joey Hess [Fri, 28 Feb 2020 17:50:45 +0000 (13:50 -0400)]
comment

6 years agocomment
Joey Hess [Fri, 28 Feb 2020 17:49:26 +0000 (13:49 -0400)]
comment

6 years agocomment
Joey Hess [Fri, 28 Feb 2020 17:38:37 +0000 (13:38 -0400)]
comment

6 years agocomment
Joey Hess [Fri, 28 Feb 2020 17:26:43 +0000 (13:26 -0400)]
comment

6 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 28 Feb 2020 17:22:22 +0000 (13:22 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

6 years agochangelog and minor style
Joey Hess [Fri, 28 Feb 2020 16:57:55 +0000 (12:57 -0400)]
changelog and minor style

6 years agoFix build with ghc-8.8.x.
Peter Simons [Fri, 28 Feb 2020 10:56:48 +0000 (11:56 +0100)]
Fix build with ghc-8.8.x.

The 'fail' method has been moved to the 'MonadFail' class. I made the changes
so that the code still compiles with previous versions of 'base' that don't
have the new MonadFail class exported by Prelude yet.

6 years agoAdded a comment
lykos@d125a37d89b1cfac20829f12911656c40cb70018 [Fri, 28 Feb 2020 16:17:08 +0000 (16:17 +0000)]
Added a comment

6 years agoAdded a comment
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317 [Fri, 28 Feb 2020 15:44:50 +0000 (15:44 +0000)]
Added a comment

6 years agoAdded a comment
codecircuit [Fri, 28 Feb 2020 11:29:27 +0000 (11:29 +0000)]
Added a comment