Joey Hess
fccb51ac09
comment
2021-07-19 10:29:12 -04:00
Atemu
99f136c2bc
2021-07-18 22:36:15 +00:00
remyabel
6517d057a0
2021-07-18 04:25:29 +00:00
anarcat
6d4baa4943
Added a comment: same problem on debian bullseye
2021-07-18 02:02:43 +00:00
Joey Hess
30eed6cf97
Merge branch 'master' of ssh://git-annex.branchable.com
2021-07-17 17:42:57 -04:00
Atemu
cf708a8871
Added a comment
2021-07-16 22:47:44 +00:00
Joey Hess
c9b9a93509
close
2021-07-16 16:28:22 -04:00
Joey Hess
acbf711e21
comment
2021-07-16 15:16:56 -04:00
Joey Hess
aa33c928cb
Merge branch 'master' of ssh://git-annex.branchable.com
2021-07-16 14:02:41 -04:00
Joey Hess
dc4e79c582
I understand this now, marking confirmed
2021-07-16 14:02:12 -04:00
alt
a4f31f583c
Added a comment
2021-07-16 12:37:47 +00:00
Atemu
a4947c65ec
Added a comment
2021-07-16 11:21:43 +00:00
guardcat
498e9d74e1
Added a comment: appendix
2021-07-16 06:34:53 +00:00
guardcat
dc56673246
Added a comment: Fixing problem
2021-07-16 06:21:23 +00:00
guardcat
b4edd6f1a9
removed
2021-07-16 06:03:55 +00:00
guardcat
8b33b4254c
Added a comment: Fixing problem
2021-07-16 06:02:17 +00:00
jgsuess@732b8c62c50d8595d7b1d58eea11e5019c2308b1
cc36d6e538
2021-07-16 00:32:49 +00:00
Lukey
3c1f7ee773
Added a comment
2021-07-15 18:40:13 +00:00
Lukey
ca12b01fca
Clarify
2021-07-15 18:30:22 +00:00
Joey Hess
84fad13bbf
more forumbugs
...
There are surely a lot more of these..
2021-07-15 13:06:56 -04:00
Joey Hess
0846d3679e
followup
2021-07-15 13:05:25 -04:00
Joey Hess
86524edd29
more forumbugs
2021-07-15 12:59:43 -04:00
Joey Hess
019b91f2a9
fix name
2021-07-15 12:56:44 -04:00
Joey Hess
19b3afeec5
rename tag page
2021-07-15 12:55:05 -04:00
Joey Hess
c63fca74e9
fix syntax
2021-07-15 12:53:03 -04:00
Joey Hess
1fad1640fe
don't treat bugreport tag page as a bug report
2021-07-15 12:52:21 -04:00
Joey Hess
fd9ea6e1da
forum posts tagged bugreport get moved to the bug list and can be closed
2021-07-15 12:50:08 -04:00
Joey Hess
c952c485c8
Fix retrieval of content from borg repos accessed over ssh
...
It was making the borgrepo path absolute.. even when it was a ssh
repository.
Made BorgRepo a newtype, to guard against accidentially treating it like a
FilePath.
Sponsored-by: Graham Spencer on Patreon
2021-07-15 12:39:24 -04:00
Joey Hess
b2a7a665b2
comment
2021-07-15 12:19:49 -04:00
Joey Hess
dd31fe7b9e
fall back to checking lower case hash directories in normal repo
...
Fix a bug that prevented getting content from a repository that started out
as a bare repository, or had annex.crippledfilesystem set, and was
converted to a non-bare repository.
This unfortunately means that inAnnex check gets slowed down by a stat call
in normal repos when the content is not present. Oh well, such is the cost
of backwards compatability with old mistakes.
Sponsored-by: Mark Reidenbach on Patreon
2021-07-15 12:16:31 -04:00
Joey Hess
c3fb25c317
comment
2021-07-15 11:48:12 -04:00
Joey Hess
a8d1d83c0b
Merge branch 'master' of ssh://git-annex.branchable.com
2021-07-15 11:43:40 -04:00
guardcat
2a0ac54f2a
2021-07-15 10:33:26 +00:00
guardcat
c9c33d73ec
2021-07-15 10:29:59 +00:00
guardcat
6855905d04
2021-07-15 09:45:54 +00:00
guardcat
2f00626880
2021-07-15 09:35:40 +00:00
alt
24041617a4
2021-07-15 07:19:33 +00:00
jzj
84f8584ada
2021-07-15 03:10:45 +00:00
Atemu
eb89eeea30
Added a comment
2021-07-14 21:27:42 +00:00
Joey Hess
26e6def0ef
wording
2021-07-14 17:08:38 -04:00
Joey Hess
eec9312090
link
2021-07-14 16:47:21 -04:00
Joey Hess
274d2380c7
better key matching with a regexp
...
Handles keys that are substrings of other keys, as well as pointer files
that contain a newline after the key.
Note that -S does not match regexp, while -G does by default. Docs are
not clear, determined experimentally. The only other difference in
changing to -G is that if a file used to contain the key and changed
in some way, while still containing the key, -G will match and -S would
not. So eg, annex links that git annex fix rewrites will match, and
files that change lock status will match. Which is an improvement anyway.
Sponsored-by: Jochen Bartl on Patreon
2021-07-14 16:31:17 -04:00
Joey Hess
d6f056eca3
have whereused also check the reflog
...
Since the stash is part of that, it can also find stashed content.
Sponsored-by: Boyd Stephen Smith Jr. on Patreon
2021-07-14 16:05:20 -04:00
Joey Hess
8c0ac094ed
minor bug in new whereused
2021-07-14 16:04:54 -04:00
Joey Hess
47d3dccf19
whereused implemented
...
except --historical
Sponsored-by: Jack Hill on Patreon
2021-07-14 14:27:21 -04:00
Joey Hess
980613ec8c
man page for git-annex whereused
...
And an implementation strategy.
Sponsored-by: Brett Eisenberg on Patreon
2021-07-14 13:43:45 -04:00
Joey Hess
2512ba2f16
link to new catalina build
...
The old build is still present, but not being updated, so it seems best
to not link to it.
2021-07-14 12:26:13 -04:00
Joey Hess
684d7e4a17
add news item for git-annex 8.20210714
2021-07-14 12:23:57 -04:00
Joey Hess
6db4ee6c34
comment
2021-07-14 12:01:34 -04:00
Atemu
fc5c6c6f11
Added a comment
2021-07-13 21:13:12 +00:00