Joey Hess
40df68341e
Merge branch 'master' of ssh://git-annex.branchable.com
2022-07-05 13:07:01 -04:00
Joey Hess
f58fb6a79a
fix build when dbus is enabled
...
Broken in commit 8040ecf9b8
2022-07-05 13:06:45 -04:00
yarikoptic
e355c22629
Added a comment: mystery resolved
2022-07-01 19:19:30 +00:00
yarikoptic
cd1c07bc4c
initial report on move bug
2022-07-01 13:45:02 +00:00
Soxofaan
65ba22ae5c
Added a comment: no worries
2022-06-30 16:51:51 +00:00
yarikoptic
dac8c76d0c
asking to return --backend for addurl
2022-06-30 15:00:19 +00:00
yarikoptic
c0f86a1009
FTBFS report on linux
2022-06-30 14:52:24 +00:00
contr-error
c17a4476f9
marking as done
2022-06-29 19:14:38 +00:00
contr-error
281f116c6a
Added a comment
2022-06-29 19:13:56 +00:00
Joey Hess
ad34d7996d
close bug that was recently fixed
2022-06-29 14:51:11 -04:00
Joey Hess
0184fef516
close
2022-06-29 14:44:02 -04:00
Joey Hess
834b4e5012
close
2022-06-29 14:42:40 -04:00
Joey Hess
43814314ae
close
2022-06-29 14:41:34 -04:00
Joey Hess
42c5d9631d
close
2022-06-29 14:39:21 -04:00
Joey Hess
dd4c110f3c
close
2022-06-29 14:38:16 -04:00
Joey Hess
82063e20c7
close
2022-06-29 14:37:02 -04:00
Joey Hess
cddcabfbb5
include filename in fsck warning
...
So it's available in --quiet mode. The same was already done in other
fsck warnings.
Sponsored-by: Noam Kremen on Patreon
2022-06-29 14:33:35 -04:00
Joey Hess
4b4795ec85
this is fixed
2022-06-29 14:30:57 -04:00
Joey Hess
4a17981196
close
2022-06-29 14:29:00 -04:00
Joey Hess
a6e332fd51
close
2022-06-29 14:27:44 -04:00
Joey Hess
7ddc0953d8
re-enable assistand and webapp in stack.yaml
...
Did not intend for 02ef3d6a64
to
disable them.
2022-06-29 14:20:56 -04:00
Joey Hess
8e7aeb0e74
fix for removal of webdav build flag
2022-06-29 14:19:56 -04:00
Joey Hess
02ef3d6a64
fix build with assistant disabled and webapp enabled
...
The webapp modules cannot build with the assistant disabled, so make the
webapp be under the assistant build flag.
Sponsored-by: Jarkko Kniivilä on Patreon
2022-06-29 14:19:18 -04:00
Joey Hess
46faf74d90
close
2022-06-29 13:45:33 -04:00
Joey Hess
7f1d556d13
close
2022-06-29 13:38:46 -04:00
Joey Hess
b223988e22
remove --backend from global options
...
--backend is no longer a global option, and is only accepted by commands
that actually need it.
Three commands that used to support backend but don't any longer are
watch, webapp, and assistant. It would be possible to make them support it,
but I doubt anyone used the option with these. And in the case of webapp
and assistant, the option was handled inconsistently, only taking affect
when the command is run with an existing git-annex repo, not when it
creates a new one.
Also, renamed GlobalOption etc to AnnexOption. Because there are many
options of this type that are not actually global (any more) and get
added to commands that need them.
Sponsored-by: Kevin Mueller on Patreon
2022-06-29 13:33:25 -04:00
Joey Hess
3eecf2033a
update
2022-06-29 12:51:01 -04:00
Joey Hess
2a009bf14e
close
2022-06-29 12:43:30 -04:00
Joey Hess
21c50c0f72
fix parallel copy from/to a local git repo
...
Improve handling of parallelization with -J when copying content from/to a
git remote that is a local path.
Sponsored-by: Nicholas Golder-Manning on Patreon
2022-06-29 12:40:12 -04:00
Joey Hess
54baa480b6
close mistaken bug report
2022-06-29 12:26:36 -04:00
Joey Hess
ae6c54cc0e
wontfix
2022-06-29 12:24:25 -04:00
Joey Hess
58e7869e35
retitle
2022-06-29 12:19:08 -04:00
Joey Hess
e1aa96ac21
fix my comment format
2022-06-29 12:18:28 -04:00
Joey Hess
d7771a6cdc
comment
2022-06-29 12:17:42 -04:00
Joey Hess
8040ecf9b8
final readonly values moves to AnnexRead
...
At this point I've checked all AnnexState values and these were all that
remained that could move.
Pity that Annex.repo can't move, but it gets modified sometimes..
A couple of AnnexState values are set by options and could be AnnexRead,
but happen to use Annex when being set.
Sponsored-by: Max Thoursie on Patreon
2022-06-28 16:04:58 -04:00
Joey Hess
6984bcdba9
remove dead code
...
flags no longer used anywhere
2022-06-28 15:41:25 -04:00
Joey Hess
543993b068
remove redundant pattern match
...
brilliant spot by new ghc
2022-06-28 15:40:27 -04:00
Joey Hess
cb9cf30c48
move several readonly values to AnnexRead
...
This improves performance to a small extent in several places.
Sponsored-by: Tobias Ammann on Patreon
2022-06-28 15:40:19 -04:00
Joey Hess
4174ee33a4
avoid needing StarIsType extension
...
Got a deprecation warning suggesting this change. Data.Kind
is available since base-4.9.0.0 and git-annex depends on a newer base.
2022-06-28 15:17:41 -04:00
Joey Hess
f7c7a5ca7e
remove redundant patern match
2022-06-28 15:12:32 -04:00
Joey Hess
d2bc268317
lts-19.13 (ghc 9.0.2)
2022-06-28 14:49:33 -04:00
Joey Hess
655235319b
comment
2022-06-28 13:04:41 -04:00
Joey Hess
53a4de4968
close
2022-06-28 12:58:00 -04:00
Joey Hess
d78cb5e5cc
comment and retitle
2022-06-28 12:35:08 -04:00
Joey Hess
a9c531b867
Merge branch 'master' of ssh://git-annex.branchable.com
2022-06-28 12:28:57 -04:00
Joey Hess
a0a0ec51dd
comment
2022-06-28 12:27:48 -04:00
Joey Hess
a153480667
comments
2022-06-28 12:22:32 -04:00
contr-error
14c113fe0e
add bug
2022-06-28 10:03:57 +00:00
Soxofaan
6a58fd3626
Added a comment: Same problem
2022-06-26 21:53:39 +00:00
Atemu
4517e9e41c
Added a comment: Still useful
2022-06-25 16:36:38 +00:00