Commit graph

45987 commits

Author SHA1 Message Date
Joey Hess
aba8ee1ca1
releasing package git-annex version 10.20250102 2025-01-02 12:32:05 -04:00
Joey Hess
b4e406952c
prep for release tomorrow and copyright year update 2025-01-01 14:24:57 -04:00
Joey Hess
bfceeeb13b
Merge branch 'master' of ssh://git-annex.branchable.com 2025-01-01 14:17:10 -04:00
Joey Hess
da5e195597
remove i386ancient and need at least debian stable to build
* Removed the i386ancient standalone tarball build for linux, which
  was increasingly unable to support new git-annex features.
* Removed support for building with ghc older than 9.0.2,
  and with older versions of haskell libraries than are in current Debian
  stable.
* stack.yaml: Update to lts-23.2.

Note that i386ancient was targeting linux 2.6.32, which has been EOL for
over 9 years now. Any old system still using such a kernel is certainly highly
insecure. And I suspect i386ancient had its own insecurities due to haskell
libraries and C libraries not having been updated.
2025-01-01 14:15:55 -04:00
Joey Hess
292acd3c28
move old fixed datalad/dandi/repronim bugs to the project pages
As done previously in 2023 in commit bcc69f07e8

Commands used:

    for f in $(git grep -l '\[\[!tag projects/dandi\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/dandi/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/dandi/bugs-done; fi; fi; done
    for f in $(git grep -l '\[\[!tag projects/repronim\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/repronim/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/repronim/bugs-done; fi; fi; done
    for f in $(git grep -l '\[\[!tag projects/datalad\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/datalad/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/datalad/bugs-done; fi; fi; done
2025-01-01 13:12:56 -04:00
Joey Hess
2fe36b35a2
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were last edited or commented before 2024.

Except for ones tagged projects/* since projects like datalad want to keep
around records of old deleted bugs longer.

Command line used:

	for f in $(grep -l '|done\]\]' -- ./*.mdwn); do if ! grep -q "projects/" "$f"; then d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2024 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2024 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; fi; done
	for f in $(grep -l '\[\[done\]\]' -- ./*.mdwn); do if ! grep -q "projects/" "$f"; then d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2024 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2024 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; fi; done
2025-01-01 13:09:36 -04:00
Doable8234
21356adf2c 2024-12-31 15:08:29 +00:00
psxvoid
a3a2184070 Added a comment: Update: rename in separate commits 2024-12-31 12:36:02 +00:00
psxvoid
e452711dda Added a comment: ViFM Plugin Which Partially Solves The Issue 2024-12-31 06:16:08 +00:00
psxvoid
19207bda3a Added a comment: Workaround for WSL2 on Windows 2024-12-31 05:49:31 +00:00
Spencer
0000c3f325 2024-12-29 09:18:56 +00:00
Doable8234
385443ba6a 2024-12-27 05:30:53 +00:00
aaron
6f07c0c1e0 Added a comment 2024-12-23 16:11:29 +00:00
guardcat
3382ab67f3 2024-12-20 10:22:38 +00:00
lell
4a92f1a7f5 2024-12-20 09:29:28 +00:00
lell
fbca737651 2024-12-20 09:29:10 +00:00
psxvoid
7969188bb2 Added a comment: update 4: union is correct 2024-12-20 07:27:43 +00:00
psxvoid
6fd9e7686d Added a comment: update 3: strange union behavior 2024-12-20 07:12:59 +00:00
psxvoid
6ead6e360d Added a comment: update: unset directory is cool feature, but not always work 2024-12-20 06:52:57 +00:00
psxvoid
4c54253132 Added a comment: unset directory is cool feature, but not always work 2024-12-19 17:49:52 +00:00
Joey Hess
6fa7f954ea
Merge branch 'master' of ssh://git-annex.branchable.com 2024-12-19 11:44:32 -04:00
Joey Hess
29b3c7c660
annex.addunlocked support for tree imports
Honor annex.addunlocked configuration when importing a tree from a special
remote.

Note, in a --no-content import, the object file will not be populated
(usually) and so expressions that match on mime type will not match. Tested
this and it works ok, the file just ends up locked. Updated docs for the
mime expressions to mention that they can't match when the file is present

Note that in Command.Sync.pullThirdPartyPopulated, recordImportTree is
called without a AddUnlockedMatcher. Since the tree generated here is not
exposed to the user and does not contain usual filenames, there is no need
of the overhead of checking it.
2024-12-19 11:43:51 -04:00
Joey Hess
02169a1ce3
comment and close 2024-12-18 19:59:15 -04:00
Joey Hess
d431762c48
close since --include works 2024-12-18 19:44:25 -04:00
Basile.Pinsard
338281d193 Added a comment: Sync git-annex metadata subset with S3 metadata. 2024-12-18 19:35:00 +00:00
Joey Hess
c035ff7c27
comments 2024-12-18 15:20:44 -04:00
eugen
c2e275314b Added a comment: thank you! 2024-12-18 18:01:04 +00:00
Joey Hess
6d34a0b19d
fix comment display 2024-12-18 12:00:44 -04:00
Joey Hess
6a179e6ef9
Merge branch 'master' of ssh://git-annex.branchable.com 2024-12-17 15:03:25 -04:00
Joey Hess
d27e1db151
update 2024-12-17 14:51:25 -04:00
matrss
6724d1fd62 Added a comment 2024-12-16 22:48:16 +00:00
matrss
910b9a5e4a Added a comment 2024-12-16 22:19:34 +00:00
matrss
932ad041de 2024-12-16 22:02:42 +00:00
Doable8234
fd41b4c53e Added a comment 2024-12-16 08:24:32 +00:00
Doable8234
6664feb693 Added a comment 2024-12-16 08:20:44 +00:00
matrss
a8970f23b8 Added a comment 2024-12-15 23:39:34 +00:00
matrss
84c86ad294 Added a comment 2024-12-15 18:13:00 +00:00
eugen
e019b0d85c 2024-12-14 17:48:08 +00:00
Doable8234
740bd74f29 Added a comment 2024-12-14 08:15:22 +00:00
matrss
9f17cec7ba Added a comment 2024-12-13 22:02:15 +00:00
Joey Hess
431de0699e
document empty expression 2024-12-13 13:31:21 -04:00
Joey Hess
7d8558548b
empty preferred content
* Document that settting preferred content to "" is the same as the
  default unset behavior.
* sync: Avoid misleading warning about future preferred content
  transition when preferred content is set to "".
2024-12-13 13:26:48 -04:00
Doable8234
57d276cabf Added a comment 2024-12-13 02:04:40 +00:00
Joey Hess
2798bc665e
response 2024-12-12 14:29:29 -04:00
Joey Hess
cac47364a6
comment 2024-12-12 14:24:57 -04:00
Doable8234
009d3640d5 2024-12-12 05:16:49 +00:00
Doable8234
f23c7a907e 2024-12-12 04:57:37 +00:00
Doable8234
96d17fa5c3 2024-12-12 04:53:22 +00:00
vince@56a3a35e623d01b9236e911a9caff71eb367399b
89e2de4a1e Added a comment: we use something like that.. 2024-12-08 20:34:35 +00:00
vince@56a3a35e623d01b9236e911a9caff71eb367399b
f43381e42e 2024-12-08 20:26:18 +00:00