Commit graph

27519 commits

Author SHA1 Message Date
Ilya_Shlyakhter
4aabb1a787 Added a comment: stable url for standalone build 2020-03-10 17:10:33 +00:00
Ilya_Shlyakhter
52ec0466d4 Added a comment 2020-03-10 14:09:34 +00:00
scinu
300a6b72d1 Added a comment: more specifics 2020-03-10 03:49:04 +00:00
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234
9db488e384 2020-03-10 03:02:44 +00:00
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234
c7292e2f87 2020-03-10 02:22:11 +00:00
Ilya_Shlyakhter
522b54ebdc Added a comment 2020-03-10 00:17:46 +00:00
Joey Hess
1fef36c243
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-09 19:28:02 -04:00
Joey Hess
6faa638f3e
remove confusing sentence 2020-03-09 19:27:05 -04:00
sam.nastase@2b4a9b3e5094dab41e0a4de0b808a2697a3e9860
9ef38c6b4b Added a comment 2020-03-09 22:43:57 +00:00
kyle
4e9a3c95f2 Added a comment: re: rationale 2020-03-09 22:17:51 +00:00
Joey Hess
451b6b825c
add news item for git-annex 8.20200309 2020-03-09 17:08:46 -04:00
Joey Hess
4ce518998a
Fix upgrade failure when a file has been deleted from the working tree 2020-03-09 16:59:18 -04:00
Joey Hess
53f6de1fdb
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-09 16:50:03 -04:00
Joey Hess
afe72d04ff
fix problems with upgrade of local remotes
Upgrade other repos than the current one by running git-annex upgrade
inside them, which avoids problems with upgrade code making assumptions
that the cwd will be inside the repo being upgraded.

In particular, this fixes a problem where upgrading a v7 repo to v8 caused
an ugly git error message.

I actually could not find a way to make Upgrade.V7 work properly
without changing directory to the remote. Once I got git ls-files to work,
the git cat-file failed because :path can only be used in the current git
repo.
2020-03-09 16:49:28 -04:00
Joey Hess
a4f99765d7
close 2020-03-09 15:47:18 -04:00
Joey Hess
cff20a3beb
response 2020-03-09 15:09:15 -04:00
Ilya_Shlyakhter
6bfcddaa3b Added a comment 2020-03-09 19:05:08 +00:00
Joey Hess
b4933aedbf
response 2020-03-09 14:57:14 -04:00
Joey Hess
3c8eb47d2f
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-09 14:54:44 -04:00
Joey Hess
d930a2035c
Avoid converting .git file in a worktree or submodule to a symlink when the repository is not a git-annex repository.
This means it will still be a .git file when git-annex init runs. That's
ok, the repo probably contains no annexed objects yet, and even if it does,
git-annex init does not care if symlinks in the worktree don't point to the
objects.

I made init, at the end, run the conversion code. Not really necessary
because the next git-annex command could do it just as well. But, this
avoids commands that don't normally write to the repo needing to write to
it, which might avoid some problem or other, and seems worth avoiding
generally.
2020-03-09 14:54:14 -04:00
sam.nastase@2b4a9b3e5094dab41e0a4de0b808a2697a3e9860
6b5ad18634 Added a comment 2020-03-09 18:47:06 +00:00
Ilya_Shlyakhter
6999af0c21 Added a comment 2020-03-09 18:45:46 +00:00
kyle
c0e7308d01 Added a comment: thanks 2020-03-09 18:29:26 +00:00
Joey Hess
921105f5e0
comment 2020-03-09 14:24:04 -04:00
Joey Hess
1978a24207
Fix bug that caused unlocked annexed dotfiles to be added to git by the smudge filter when annex.dotfiles was not set. 2020-03-09 14:20:02 -04:00
Joey Hess
96ed67671d
v5 too? 2020-03-09 14:02:20 -04:00
Joey Hess
6dbde41709
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-09 13:54:33 -04:00
Joey Hess
1e46ea1c52
comment 2020-03-09 13:52:07 -04:00
Joey Hess
e57f64ce89
bug report 2020-03-09 13:45:06 -04:00
sam.nastase@2b4a9b3e5094dab41e0a4de0b808a2697a3e9860
707f477cad Added a comment 2020-03-09 17:31:44 +00:00
Joey Hess
798dfa2d1b
comment 2020-03-09 13:14:18 -04:00
scinu
0a725862c3 Added a comment: Problem solved (partially) 2020-03-09 17:00:52 +00:00
Joey Hess
ab114f5f8c
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-09 12:58:59 -04:00
Joey Hess
5dbdab415e
followup 2020-03-09 12:57:07 -04:00
Joey Hess
6f57392b71
add news item for git-annex 7.20200309 2020-03-09 12:56:18 -04:00
yarikoptic
372b0a222c added a note about historical builds 2020-03-09 16:50:13 +00:00
Joey Hess
6a91471923
GETCONFIG name fix
Fix regression that prevented external special remotes from using GETCONFIG
to query values like "name". (Introduced in version 7.20200202.7.)
2020-03-09 12:38:04 -04:00
Joey Hess
d9bd645bf8
clarify LISTCONFIGS
Apparently some externals use GETCONFIG name, and the documentation as
written can be read to allow it, although IIRC it was not really my
intent to. If someone does do this, they should not include it in
LISTCONFIGS, since git-annex already tracks its own config settings.
2020-03-09 12:34:13 -04:00
Joey Hess
b2c4ca6da1
comment 2020-03-09 12:33:35 -04:00
Joey Hess
6eb52cf5f1
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-09 12:07:03 -04:00
thk
77b88a76fd 2020-03-08 15:31:32 +00:00
yarikoptic
feec593983 added metadata tot he bug -- datalad 2020-03-08 15:00:14 +00:00
michael.hanke@c60e12358aa3fc6060531bdead1f530ac4d582ec
800e5e7ebf 2020-03-08 08:01:00 +00:00
erewhon
6121fc01ae Added a comment 2020-03-07 23:14:56 +00:00
Ilya_Shlyakhter
5dedcc9953 added todo: add option to disable fsck upgradable key warnings 2020-03-07 21:01:41 +00:00
thk
c9a4443a24 2020-03-07 12:53:37 +00:00
thk
98e7a6078b Added a comment: No clear error message for failing names on NTFS 2020-03-07 12:50:19 +00:00
thk
53c3b1ed5e 2020-03-07 12:16:50 +00:00
thk
5321262958 2020-03-07 11:46:33 +00:00
Ilya_Shlyakhter
639a4a3b71 Added a comment 2020-03-07 01:05:30 +00:00
sam.nastase@2b4a9b3e5094dab41e0a4de0b808a2697a3e9860
8004a41667 Added a comment 2020-03-06 23:34:12 +00:00
erewhon
8f667ad0c6 removed 2020-03-06 23:01:02 +00:00
kyle
69ce4fcd42 Added a comment: re: Invalid option `--include-dotfiles' 2020-03-06 22:56:35 +00:00
erewhon
90ec42b92d Added a comment 2020-03-06 22:53:52 +00:00
sam.nastase@2b4a9b3e5094dab41e0a4de0b808a2697a3e9860
acee2067cf Added a comment: Invalid option `--include-dotfiles' 2020-03-06 22:17:32 +00:00
Ilya_Shlyakhter
82b03249cd added bug report: running git annex commands in worktree of a non-git-annex repo changes the .git 2020-03-06 22:15:51 +00:00
kyle
9fc0e8091d behavior of annexed dotfiles in clone 2020-03-06 22:05:44 +00:00
thk
f10e7be4bb 2020-03-06 17:58:10 +00:00
Joey Hess
e87dc1341e
link to upstream bug report 2020-03-06 13:52:48 -04:00
thk
db9958bfc8 Added a comment: Also no clear error for permission problems 2020-03-06 17:51:20 +00:00
thk
75d382a9f7 2020-03-06 17:38:55 +00:00
Joey Hess
c9ba6b0e20
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-06 13:16:25 -04:00
Joey Hess
093fde5abd
completed the createDirectoryIfMissing conversion
Remaining calls in the assistant and Annex.Ssh have been audited and are ok.
2020-03-06 12:55:03 -04:00
yarikoptic
be2e839870 initial report on "Too many open files" on OSX 2020-03-05 20:26:48 +00:00
kyle
b078bc6f91 Added a comment: can use copies=groupname:number 2020-03-05 20:26:02 +00:00
kyle
dda1e8a2c8 Added a comment: re: annexing only large dotfiles 2020-03-05 19:56:50 +00:00
erewhon
b6b29a62a7 2020-03-05 19:53:37 +00:00
Joey Hess
b6c14a84ab
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-05 15:50:42 -04:00
Ilya_Shlyakhter
ebd0447dc2 Added a comment: annexing only large dotfiles 2020-03-05 19:31:37 +00:00
Joey Hess
6d58ca94d6
some easy createDirectoryUnder conversions 2020-03-05 15:20:10 -04:00
Ilya_Shlyakhter
ae61ee34c0 Added a comment: atomic/transactional upgrades 2020-03-05 19:10:16 +00:00
Joey Hess
5b022eea87
implemented createDirectoryUnder 2020-03-05 14:10:34 -04:00
kyle
8f9d480076 annex.dotfiles override 2020-03-05 17:41:11 +00:00
Joey Hess
14dfd297a4
buglist template 2020-03-05 12:34:34 -04:00
Joey Hess
74694ece9b
pagespecs are absolute 2020-03-05 12:33:48 -04:00
Joey Hess
6ed6782c5d
exclude ones tagged needsthought 2020-03-05 12:31:28 -04:00
Joey Hess
f58a87f194
convert roadmap to list todo's that have been tagged confirmed 2020-03-05 12:29:19 -04:00
Joey Hess
a5c5a94bdf
remove done item 2020-03-05 12:26:05 -04:00
Joey Hess
25b80b772f
update 2020-03-05 11:39:42 -04:00
MartinL
daed9cb05c 2020-03-05 06:10:28 +00:00
Joey Hess
8f4e11653d
remove amazon cloud drive, since amazon banned rclone 2020-03-04 22:48:42 -04:00
Joey Hess
baaacc2eb3
layout 2020-03-04 22:45:48 -04:00
Joey Hess
facf488de5
two more services with multiple special remotes 2020-03-04 22:42:33 -04:00
Joey Hess
952c420cae
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-04 22:33:17 -04:00
Joey Hess
5995eba531
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.
2020-03-04 22:27:56 -04:00
titaniumfiles@5227364ee3e2f9207bc36b6ebb281fc7af6d3c16
4e8fe3d311 2020-03-05 01:01:30 +00:00
Ilya_Shlyakhter
aa91792d41 Added a comment 2020-03-04 21:34:42 +00:00
Joey Hess
97a8ce0191
comment 2020-03-04 17:12:10 -04:00
Ilya_Shlyakhter
8f48ebd8c2 added todo: restore original environment when running external special remotes from standalone git-annex? 2020-03-04 17:39:02 +00:00
Ilya_Shlyakhter
40e1fb9f8a Added a comment 2020-03-04 17:15:58 +00:00
Joey Hess
5b7cf6ab9e
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-04 13:05:53 -04:00
Joey Hess
88f721549d
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.
2020-03-04 13:04:56 -04:00
Ilya_Shlyakhter
8f413099de Added a comment: locale info caching for standalone git-annex 2020-03-04 17:04:43 +00:00
Joey Hess
4f01a4e2e0
response 2020-03-04 12:57:10 -04:00
Joey Hess
2f76717cfa
automate uploading released tarballs to archive.org 2020-03-04 12:35:20 -04:00
thk
da7256f821 fix formatting 2020-03-04 10:14:29 +00:00
Ilya_Shlyakhter
52dc54e3e2 Added a comment: URL for git-annex-standalone for specific version 2020-03-04 01:33:30 +00:00
amerlyq+annex@12121d70a602f094228689a0a24d348d478a8af1
4da2a67bbe Added a comment: re: shorter symlinks 2020-03-04 00:48:02 +00:00
Ilya_Shlyakhter
a49b255006 Added a comment: id for locale cache 2020-03-03 23:31:55 +00:00
Ilya_Shlyakhter
ab5cf216bd Added a comment: git-annex standalone and long filenames in locale cache 2020-03-03 22:36:42 +00:00