Joey Hess
c6ce2150f4
Merge branch 'master' of ssh://git-annex.branchable.com
2022-08-03 09:53:56 -04:00
yarikoptic
d297e9ba78
initial report on wanting --dry-run
2022-08-02 21:06:06 +00:00
Joey Hess
c2aa67d373
Merge branch 'master' of ssh://git-annex.branchable.com
2022-08-02 12:33:17 -04:00
Joey Hess
472f5c142b
Use createFile_NoRetry from win32 2.13.3.1
...
Sponsored-by: Tobias Ammann on Patreon
2022-08-02 10:45:39 -04:00
yarikoptic
3e8d7a87b6
fix link to git-annex-initremote
2022-08-02 13:51:47 +00:00
contr-error
6b0dc23338
fix links
2022-08-02 10:10:31 +00:00
yarikoptic
bb30d43b7f
Added a comment
2022-08-01 18:55:38 +00:00
yarikoptic
818614ceaf
Added a comment
2022-08-01 18:51:59 +00:00
Joey Hess
dddaec1b74
Revert "stack.yaml: Updated to lts-19.16"
...
This reverts commit b5dc04099e
.
Broke windows build, because the new lts updates Win32 to a version that
lacks a function that git-annex needs. git-annex.cabal depends on an
older Win32, and so stack build fails.
Will need to wait to update stack.yaml until this is fixed
https://github.com/haskell/win32/issues/208
and is in a new LTS release.
2022-08-01 13:24:46 -04:00
Joey Hess
010332dba3
comment
2022-08-01 13:10:30 -04:00
Joey Hess
f6f46eb9eb
comment
2022-08-01 12:45:41 -04:00
Joey Hess
89095abc26
comment
2022-08-01 12:38:39 -04:00
Joey Hess
0c0724e9a8
response
2022-08-01 12:36:44 -04:00
Joey Hess
fcb8b19737
Merge branch 'master' of ssh://git-annex.branchable.com
2022-08-01 12:09:52 -04:00
jkniiv
53a5d21797
created my user page
2022-07-31 18:41:02 +00:00
jkniiv
0e14491e00
Added a comment
2022-07-31 18:00:59 +00:00
Ilya_Shlyakhter
2d982ffccd
Added a comment: lts version
2022-07-31 17:25:27 +00:00
jkniiv
0b748f8d9b
lts-19.16 causes an issue on Windows
2022-07-31 08:56:00 +00:00
Atemu
34d7675302
Added a comment
2022-07-30 15:30:31 +00:00
Dan
e832676d38
Added a comment
2022-07-29 22:02:56 +00:00
Joey Hess
b2d2711ba1
remove explicit-setup-deps
...
This has not been needed since stack <1.4.0, and even the i386ancent
build uses stack 2.1.1.
Stack 2.7.5 seems to have forgotten about this old config and warns
about it, so this avoids that warning.
The libtinfo-dev was added to the docs at the same time, I assume it is
also not necessary.
2022-07-29 17:34:13 -04:00
Joey Hess
29f6b19525
fix pagespec
2022-07-29 13:00:19 -04:00
Joey Hess
d8f94389e1
comment
2022-07-29 12:38:52 -04:00
Joey Hess
d15fe4285f
find does not support --batch-keys
...
It was added to the man page in error.
2022-07-29 12:34:22 -04:00
Joey Hess
08be64b6f6
comment
2022-07-29 12:30:33 -04:00
ceramic_glass
10d051f49d
Added a comment
2022-07-29 08:08:33 +00:00
Dan
d04553fdc4
Added a comment: Re: Confirming all annexed files exist elsewhere?
2022-07-28 23:20:03 +00:00
Joey Hess
e3544abc71
Merge branch 'master' of ssh://git-annex.branchable.com
2022-07-28 13:47:27 -04:00
Ilya_Shlyakhter
b14270e0fe
Added a comment: Re: "Confirming all annexed files exist elsewhere?"
2022-07-28 17:40:20 +00:00
Joey Hess
be19a68276
new matching options --want-get-by and --want-drop-by
...
Sponsored-by: Graham Spencer on Patreon
2022-07-28 13:26:03 -04:00
Joey Hess
2bb42fa003
comment
2022-07-28 12:15:07 -04:00
Joey Hess
c8a2752345
comment
2022-07-28 12:07:30 -04:00
ceramic_glass
7ec949e0fc
2022-07-28 00:23:44 +00:00
Dan Kessler
887a039194
update comment about updating comments :)
2022-07-27 19:29:43 -04:00
Dan Kessler
2f0620a917
fix up comment
2022-07-27 19:26:10 -04:00
Dan
f79cd648de
Added a comment: Confirming all annexed files exist elsewhere?
2022-07-27 16:35:22 +00:00
kdm9
11f7e68e16
Added a comment: Bump for --want-get/drop-by
2022-07-26 18:19:37 +00:00
Joey Hess
d905232842
use ResourcePool for hash-object handles
...
Avoid starting an unncessary number of git hash-object processes when
concurrency is enabled.
Sponsored-by: Dartmouth College's DANDI project
2022-07-25 17:32:39 -04:00
Joey Hess
b1c49c373a
analysis
2022-07-25 17:03:24 -04:00
Joey Hess
d4b2c4a3fe
comment and fix my incorrect earlier comment
2022-07-25 16:30:22 -04:00
Joey Hess
e551935114
Merge branch 'master' of ssh://git-annex.branchable.com
2022-07-25 16:23:52 -04:00
Joey Hess
63cef2ae0b
v8 repositories automatically upgrade to v9
...
(And v9 later on to v10.)
When v9/v10 were added, making v8 automatically upgrade was deferred
"for a few months" to prevent interoperability problems if users also
have an old version of git-annex. Of course that could still be the
case, but there has been a good amount of time and this can't be put off
forever.
Allow setting annex.autoupgraderepository to false to avoid this upgrade.
Previously, that only prevented upgrades from no longer supported git-annex
versions, but v8 is still supported, and users may want to keep on v8 to
interoperate with an old git-annex version.
Sponsored-by: Boyd Stephen Smith Jr. on Patreon
2022-07-25 16:20:04 -04:00
yarikoptic
afa4f3c3da
initial report on hash-object's
2022-07-25 19:17:37 +00:00
yarikoptic
dfa8298f46
Added a comment
2022-07-25 19:03:42 +00:00
Joey Hess
0ffb860981
add news item for git-annex 10.20220724
2022-07-25 14:07:37 -04:00
Joey Hess
05cae5801a
comment
2022-07-25 12:54:31 -04:00
Joey Hess
7f77405f60
comment
2022-07-25 12:50:56 -04:00
Joey Hess
7e4ee80e9a
comment
2022-07-25 12:35:58 -04:00
arnaud@c1d1cc612a3921dc06a417301be08a3e125478c4
43898dfbcd
Added a comment
2022-07-25 07:52:39 +00:00
arnaud@c1d1cc612a3921dc06a417301be08a3e125478c4
8415f285b8
removed
2022-07-25 07:20:13 +00:00