thk [Fri, 6 Mar 2020 17:58:10 +0000 (17:58 +0000)]
thk [Fri, 6 Mar 2020 17:51:20 +0000 (17:51 +0000)]
Added a comment: Also no clear error for permission problems
thk [Fri, 6 Mar 2020 17:38:55 +0000 (17:38 +0000)]
Joey Hess [Fri, 6 Mar 2020 17:16:25 +0000 (13:16 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 6 Mar 2020 16:52:20 +0000 (12:52 -0400)]
completed the createDirectoryIfMissing conversion
Remaining calls in the assistant and Annex.Ssh have been audited and are ok.
Joey Hess [Fri, 6 Mar 2020 15:57:15 +0000 (11:57 -0400)]
mostly finished with createDirectoryUnder conversion
Remaining things needing converted are in the assistant, and Annex.Ssh.
Every other remaining call to createDirectoryIfMissing True has been
audited and is not relevant. The ones in Build/ of course don't get
included in the program. Others included eg, Remote.Tahoe and
Config.Files which both write to dotfiles under the home directory.
Joey Hess [Fri, 6 Mar 2020 15:40:20 +0000 (11:40 -0400)]
refactor
Joey Hess [Fri, 6 Mar 2020 15:31:01 +0000 (11:31 -0400)]
convert replaceFile to createDirectoryUnder
Since it was used on both worktree and .git/annex files, split into
multiple functions.
In passing, this also improves permissions of created directories in
.git/annex, using createAnnexDirectory on those.
yarikoptic [Thu, 5 Mar 2020 20:26:48 +0000 (20:26 +0000)]
initial report on "Too many open files" on OSX
kyle [Thu, 5 Mar 2020 20:26:02 +0000 (20:26 +0000)]
Added a comment: can use copies=groupname:number
kyle [Thu, 5 Mar 2020 19:56:50 +0000 (19:56 +0000)]
Added a comment: re: annexing only large dotfiles
erewhon [Thu, 5 Mar 2020 19:53:37 +0000 (19:53 +0000)]
Joey Hess [Thu, 5 Mar 2020 19:50:42 +0000 (15:50 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Ilya_Shlyakhter [Thu, 5 Mar 2020 19:31:37 +0000 (19:31 +0000)]
Added a comment: annexing only large dotfiles
Joey Hess [Thu, 5 Mar 2020 18:56:47 +0000 (14:56 -0400)]
some easy createDirectoryUnder conversions
Ilya_Shlyakhter [Thu, 5 Mar 2020 19:10:16 +0000 (19:10 +0000)]
Added a comment: atomic/transactional upgrades
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.
Joey Hess [Thu, 5 Mar 2020 17:56:39 +0000 (13:56 -0400)]
implemented createDirectoryUnder
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.
kyle [Thu, 5 Mar 2020 17:41:11 +0000 (17:41 +0000)]
annex.dotfiles override
Joey Hess [Thu, 5 Mar 2020 16:34:34 +0000 (12:34 -0400)]
buglist template
Joey Hess [Thu, 5 Mar 2020 16:33:48 +0000 (12:33 -0400)]
pagespecs are absolute
Joey Hess [Thu, 5 Mar 2020 16:31:28 +0000 (12:31 -0400)]
exclude ones tagged needsthought
Joey Hess [Thu, 5 Mar 2020 16:29:19 +0000 (12:29 -0400)]
convert roadmap to list todo's that have been tagged confirmed
Joey Hess [Thu, 5 Mar 2020 16:26:05 +0000 (12:26 -0400)]
remove done item
Joey Hess [Thu, 5 Mar 2020 15:39:42 +0000 (11:39 -0400)]
update
MartinL [Thu, 5 Mar 2020 06:10:28 +0000 (06:10 +0000)]
Joey Hess [Thu, 5 Mar 2020 02:48:42 +0000 (22:48 -0400)]
remove amazon cloud drive, since amazon banned rclone
Joey Hess [Thu, 5 Mar 2020 02:45:48 +0000 (22:45 -0400)]
layout
Joey Hess [Thu, 5 Mar 2020 02:42:33 +0000 (22:42 -0400)]
two more services with multiple special remotes
Joey Hess [Thu, 5 Mar 2020 02:33:17 +0000 (22:33 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
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.
Ilya_Shlyakhter [Wed, 4 Mar 2020 21:34:42 +0000 (21:34 +0000)]
Added a comment
Joey Hess [Wed, 4 Mar 2020 21:12:10 +0000 (17:12 -0400)]
comment
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?
Ilya_Shlyakhter [Wed, 4 Mar 2020 17:15:58 +0000 (17:15 +0000)]
Added a comment
Joey Hess [Wed, 4 Mar 2020 17:05:53 +0000 (13:05 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
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.
Ilya_Shlyakhter [Wed, 4 Mar 2020 17:04:43 +0000 (17:04 +0000)]
Added a comment: locale info caching for standalone git-annex
Joey Hess [Wed, 4 Mar 2020 16:57:10 +0000 (12:57 -0400)]
response
Joey Hess [Wed, 4 Mar 2020 16:35:20 +0000 (12:35 -0400)]
automate uploading released tarballs to archive.org
Joey Hess [Wed, 4 Mar 2020 16:24:27 +0000 (12:24 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
thk [Wed, 4 Mar 2020 10:14:29 +0000 (10:14 +0000)]
fix formatting
Ilya_Shlyakhter [Wed, 4 Mar 2020 01:33:30 +0000 (01:33 +0000)]
Added a comment: URL for git-annex-standalone for specific version
Added a comment: re: shorter symlinks
Joey Hess [Wed, 4 Mar 2020 00:03:42 +0000 (20:03 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Ilya_Shlyakhter [Tue, 3 Mar 2020 23:31:55 +0000 (23:31 +0000)]
Added a comment: id for 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
Ilya_Shlyakhter [Tue, 3 Mar 2020 21:15:07 +0000 (21:15 +0000)]
Added a comment: minimum git version
Added a comment
Ilya_Shlyakhter [Tue, 3 Mar 2020 19:04:03 +0000 (19:04 +0000)]
Added a comment: re: shorter symlinks
yarikoptic [Tue, 3 Mar 2020 17:48:16 +0000 (17:48 +0000)]
Added a comment
thk [Tue, 3 Mar 2020 10:56:48 +0000 (10:56 +0000)]
http://id.pvgoran.name/ [Tue, 3 Mar 2020 04:16:35 +0000 (04:16 +0000)]
Added a comment
http://id.pvgoran.name/ [Tue, 3 Mar 2020 03:19:01 +0000 (03:19 +0000)]
Added a comment
http://id.pvgoran.name/ [Tue, 3 Mar 2020 03:16:25 +0000 (03:16 +0000)]
Added a comment
http://id.pvgoran.name/ [Tue, 3 Mar 2020 02:11:30 +0000 (02:11 +0000)]
Added a comment
yarikoptic [Mon, 2 Mar 2020 20:54:12 +0000 (20:54 +0000)]
Added a comment
Joey Hess [Mon, 2 Mar 2020 20:27:29 +0000 (16:27 -0400)]
improve wording
Joey Hess [Mon, 2 Mar 2020 20:08:31 +0000 (16:08 -0400)]
merge
Joey Hess [Mon, 2 Mar 2020 19:54:57 +0000 (15:54 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
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.
Joey Hess [Mon, 2 Mar 2020 19:43:34 +0000 (15:43 -0400)]
comment
Joey Hess [Mon, 2 Mar 2020 19:35:38 +0000 (15:35 -0400)]
comment
yarikoptic [Mon, 2 Mar 2020 19:23:55 +0000 (19:23 +0000)]
Added a comment
Joey Hess [Mon, 2 Mar 2020 19:02:22 +0000 (15:02 -0400)]
comment
Joey Hess [Mon, 2 Mar 2020 18:58:31 +0000 (14:58 -0400)]
respond and close
Joey Hess [Mon, 2 Mar 2020 18:52:02 +0000 (14:52 -0400)]
comment
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.
Joey Hess [Mon, 2 Mar 2020 17:48:33 +0000 (13:48 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
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
Joey Hess [Mon, 2 Mar 2020 17:25:51 +0000 (13:25 -0400)]
stack.yaml: Updated to lts-14.27.
Joey Hess [Mon, 2 Mar 2020 17:17:05 +0000 (13:17 -0400)]
comment
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
Joey Hess [Mon, 2 Mar 2020 15:55:50 +0000 (11:55 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 2 Mar 2020 15:55:34 +0000 (11:55 -0400)]
link
Ilya_Shlyakhter [Sat, 29 Feb 2020 21:35:06 +0000 (21:35 +0000)]
Added a comment: adding dotfiles
spwhitton [Sat, 29 Feb 2020 16:34:16 +0000 (16:34 +0000)]
Added a comment
yarikoptic [Sat, 29 Feb 2020 06:10:19 +0000 (06:10 +0000)]
Added a comment
http://id.pvgoran.name/ [Sat, 29 Feb 2020 05:51:45 +0000 (05:51 +0000)]
Added a comment
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
Joey Hess [Fri, 28 Feb 2020 19:33:32 +0000 (15:33 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 28 Feb 2020 19:32:50 +0000 (15:32 -0400)]
comment
yarikoptic [Fri, 28 Feb 2020 19:15:22 +0000 (19:15 +0000)]
Added a comment
Joey Hess [Fri, 28 Feb 2020 18:58:44 +0000 (14:58 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 28 Feb 2020 18:57:49 +0000 (14:57 -0400)]
comment
yarikoptic [Fri, 28 Feb 2020 18:47:27 +0000 (18:47 +0000)]
Added a comment
Ilya_Shlyakhter [Fri, 28 Feb 2020 18:44:21 +0000 (18:44 +0000)]
Added a comment: fsck of dead keys
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
Joey Hess [Fri, 28 Feb 2020 18:18:09 +0000 (14:18 -0400)]
comment
Joey Hess [Fri, 28 Feb 2020 17:58:26 +0000 (13:58 -0400)]
comment
Joey Hess [Fri, 28 Feb 2020 17:54:32 +0000 (13:54 -0400)]
comment
Joey Hess [Fri, 28 Feb 2020 17:50:45 +0000 (13:50 -0400)]
comment
Joey Hess [Fri, 28 Feb 2020 17:49:26 +0000 (13:49 -0400)]
comment