Joey Hess
379d58b499
diffdriver: Added --get option
...
Removed the dontCheck repoExists, because running it in a repo that has not
been initialized yet would update location log with nouuid. And I guess
it's ok for it to only support running in git-annex repos.
2023-08-22 11:58:53 -04:00
Joey Hess
5126f6d002
comment
2023-08-16 13:16:49 -04:00
anarcat
4c7e2b167e
2023-08-16 14:40:17 +00:00
Joey Hess
d467c70ef7
change sync content transition plan and fine tune warning
...
Only display warning when git-annex sync (without --content or
--no-content) is used with repositories that have preferred content
configured.
Sponsored-by: Leon Schuermann on Patreon
2023-08-14 13:51:35 -04:00
nobodyinperson
1613f7caae
Added a comment
2023-08-10 01:08:16 +00:00
anarcat
5d7eec4402
2023-08-10 00:37:15 +00:00
anarcat
6561f0049f
2023-08-10 00:36:56 +00:00
Joey Hess
a86521a396
Merge branch 'master' of ssh://git-annex.branchable.com
2023-08-09 12:43:56 -04:00
Joey Hess
3efad7f5f4
info: Added --dead-repositories option
...
I considered a more wide-ranging config option to make other commands
also show dead repositories. But it would be difficult to implement that
because Remote.keyLocations is used to get locations, filtering out dead
repos, and commands like get then try to use those locations. So a config
setting would make dead repos sometimes be acted on by commands.
Sponsored-by: unqueued on Patreon
2023-08-09 12:43:48 -04:00
nobodyinperson
09b894cc8f
Added a comment
2023-08-09 05:31:26 +00:00
Joey Hess
27a9915a67
closing dup
2023-08-08 13:45:37 -04:00
Joey Hess
0c2e885796
fix link
2023-08-08 13:11:00 -04:00
Joey Hess
1e754dd10c
link
2023-08-08 13:08:56 -04:00
Joey Hess
fa92383993
onlyingroup
...
* Support "onlyingroup=" in preferred content expressions.
* Support --onlyingroup= matching option.
Sponsored-by: Jack Hill on Patreon
2023-07-31 14:43:58 -04:00
Joey Hess
a17ece1428
foo
2023-07-31 14:03:18 -04:00
Joey Hess
a5606f1c43
comment
2023-07-31 14:01:33 -04:00
Joey Hess
d2a87d4a1b
comment
2023-07-31 13:50:12 -04:00
Joey Hess
846384fc3a
--explain for numcopies checks
...
And closed the todo as completed.
Sponsored-by: Dartmouth College's DANDI project
2023-07-31 12:53:17 -04:00
nobodyinperson
2fb9a24b48
Added a comment: onlyingroup also useful for offline backup drives
2023-07-31 04:40:43 +00:00
nobodyinperson
33dac74dfa
Suggest that git annex diffdriver fetches content to diff
2023-07-29 17:07:22 +00:00
aragilar
732532ba49
Added a comment
2023-07-28 02:47:42 +00:00
nobodyinperson
daa4dd8951
Added a comment: --explain is very helpful 👍
2023-07-27 15:22:47 +00:00
Joey Hess
588cda3833
Merge branch 'master' of ssh://git-annex.branchable.com
2023-07-26 15:44:47 -04:00
Joey Hess
499d014123
improve match explanations
...
Using == and != proved too hard to read, so went with [TRUE] and [FALSE]
after the term. I would kind of liked to have used emojis for a green
check and red X, but probably that is too fancy to be a good idea.
Make --explain output be inside [ ] with whitespace around them, to
avoid it ending with eg "[FALSE]]" and to make it easier to visually
find the start of it.
Sponsored-by: Dartmouth College's DANDI project
2023-07-26 15:37:03 -04:00
nobodyinperson
e20c7ceb35
Added a comment: Workaround for listing dead remotes
2023-07-26 17:40:56 +00:00
aragilar
20a449db12
2023-07-26 12:56:21 +00:00
Joey Hess
7333104fd9
tag option_to_explain dandi
...
See comment, this is a continuation of the other todo that was tagged
dandi and which I didn't fully address at the time.
2023-07-25 11:08:33 -04:00
Joey Hess
7f38355860
dropunused: Support --jobs
...
Sponsored-by: Kevin Mueller on Patreon
2023-07-21 14:03:34 -04:00
nobodyinperson
d07cc31792
Suggest onlyingroup preferred content expression
2023-07-15 11:19:27 +00:00
nobodyinperson
0f105aaad4
Added a comment: git annex drop --unused --jobs=cpus works
2023-07-15 05:53:43 +00:00
agot
626f0f5123
2023-07-14 22:31:05 +00:00
Joey Hess
0df94132d9
add a warning and a related todo
...
arising from a conversation at FOSSY
2023-07-13 19:58:12 -04:00
nobodyinperson
f23993261b
Added a comment: Clarification
2023-07-12 11:29:41 +00:00
ewen
e7f59c4ca4
Added a comment: Breaking change to "sync"
2023-07-12 10:21:04 +00:00
nobodyinperson
538d602c88
2023-07-11 20:39:34 +00:00
jstritch
c611b0a24b
Added a comment
2023-07-11 18:56:40 +00:00
nobodyinperson
02fab1ca2a
Added a comment
2023-07-06 05:52:50 +00:00
nobodyinperson
7bcb827cd3
Added a comment
2023-07-06 05:44:57 +00:00
Joey Hess
18faf9fb5b
comment
2023-07-05 17:39:26 -04:00
Joey Hess
522d032016
comment
2023-07-05 17:20:47 -04:00
Joey Hess
fc1fcc7491
Merge branch 'master' of ssh://git-annex.branchable.com
2023-07-05 16:55:10 -04:00
Joey Hess
af27da1eba
comment
2023-07-05 16:54:52 -04:00
nobodyinperson
9d305081c4
Added a comment
2023-07-05 20:46:13 +00:00
Joey Hess
3d810726af
diffdriver --text support options for diff
...
Sponsored-by: KDM on Patreon
2023-07-05 15:43:29 -04:00
Joey Hess
5aad0cea83
Merge branch 'master' of ssh://git-annex.branchable.com
2023-07-05 11:54:43 -04:00
nobodyinperson
d250a51ec3
2023-07-03 13:45:36 +00:00
nobodyinperson
381e7b9bce
2023-07-03 11:08:36 +00:00
nobodyinperson
aa46805061
Added a comment: Thanks for git annex satisfy, numcopies question
2023-06-30 05:37:06 +00:00
Joey Hess
18923cd0f1
idea
2023-06-29 17:00:32 -04:00
Joey Hess
06f7345558
update
2023-06-29 15:40:37 -04:00