git-annex.git
3 years agobug
Joey Hess [Wed, 5 Jul 2023 16:11:48 +0000 (12:11 -0400)]
bug

3 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 5 Jul 2023 15:54:43 +0000 (11:54 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

3 years agoupdate
Joey Hess [Wed, 5 Jul 2023 15:49:25 +0000 (11:49 -0400)]
update

3 years agoAdded a comment: Disabling a special remote
dud225@35a1ee469f82f3a7eb1f2dce4ad453f5e47bdfd3 [Tue, 4 Jul 2023 20:54:19 +0000 (20:54 +0000)]
Added a comment: Disabling a special remote

3 years ago(no commit message)
nobodyinperson [Tue, 4 Jul 2023 18:49:01 +0000 (18:49 +0000)]

3 years ago(no commit message)
nobodyinperson [Mon, 3 Jul 2023 13:45:36 +0000 (13:45 +0000)]

3 years agoAdd --text example to diffdriver man page
Yann Büchau [Mon, 3 Jul 2023 11:19:45 +0000 (13:19 +0200)]
Add --text example to diffdriver man page

3 years ago(no commit message)
nobodyinperson [Mon, 3 Jul 2023 11:08:36 +0000 (11:08 +0000)]

3 years agofix suggestion to use enableremote
Joey Hess [Sun, 2 Jul 2023 19:01:02 +0000 (15:01 -0400)]
fix suggestion to use enableremote

3 years agoAdd link to Yann's talk to videos list
nobodyinperson [Sat, 1 Jul 2023 22:21:42 +0000 (22:21 +0000)]
Add link to Yann's talk to videos list

3 years agoinitial report on annex sync odd behavior loosing my precious commit
yarikoptic [Fri, 30 Jun 2023 19:39:46 +0000 (19:39 +0000)]
initial report on annex sync odd behavior loosing my precious commit

3 years agoAdded a comment: WiFi without broadcasting
nobodyinperson [Fri, 30 Jun 2023 07:56:03 +0000 (07:56 +0000)]
Added a comment: WiFi without broadcasting

3 years agoAdded a comment: Thanks for git annex satisfy, numcopies question
nobodyinperson [Fri, 30 Jun 2023 05:37:06 +0000 (05:37 +0000)]
Added a comment: Thanks for git annex satisfy, numcopies question

3 years agoidea
Joey Hess [Thu, 29 Jun 2023 21:00:32 +0000 (17:00 -0400)]
idea

3 years agoupdate
Joey Hess [Thu, 29 Jun 2023 19:40:37 +0000 (15:40 -0400)]
update

3 years agoadd a warning about --json not being self describing
Joey Hess [Thu, 29 Jun 2023 19:38:37 +0000 (15:38 -0400)]
add a warning about --json not being self describing

It was a mistake for mirror to support --json, but that happened long
ago and it doesn't seem worth removing. I doubt anyone will use it.

3 years agoadded git-annex satisfy
Joey Hess [Thu, 29 Jun 2023 19:34:53 +0000 (15:34 -0400)]
added git-annex satisfy

This ended up having an interface like sync, rather than like get/copy/drop.
That let it be implemented in terms of sync, which took a lot less code.
Also, it lets it handle many of the edge cases that sync does, such as
getting files that are not visible in a --hide-missing branch, and sending
files to exporttree remotes.

As well as being easier to implement, `git-annex satisfy myremote` makes
sense as it satisfies the preferred content settings of the remote.
`git-annex satisfy somefile` does not form a sentence that makes sense. So
while -C can be a little bit annoying, it still makes sense to have this
syntax.

Note that, while I initially thought this would also satisfy numcopies, it
does not. Arguably it ought to. But, sync does not send files in order to
satisfy numcopies, it only sends files to satisfy preferred content. And
it's important that this transfer the same files as sync does, because
it will probably be used in a workflow where the user sometimes syncs and
sometimes satisfies, and does not expect satisfy to do things that sync
would not do.

(Also opened a new bug that also affects sync et all, not only this command.)

Sponsored-by: Nicholas Golder-Manning on Patreon
3 years agodocument git-annex satisfy
Joey Hess [Thu, 29 Jun 2023 18:15:01 +0000 (14:15 -0400)]
document git-annex satisfy

3 years agoidea
Joey Hess [Thu, 29 Jun 2023 17:59:00 +0000 (13:59 -0400)]
idea

3 years agocomments
Joey Hess [Thu, 29 Jun 2023 17:57:27 +0000 (13:57 -0400)]
comments

3 years agoconfirm
Joey Hess [Thu, 29 Jun 2023 17:44:52 +0000 (13:44 -0400)]
confirm

3 years agofix syntax
Joey Hess [Thu, 29 Jun 2023 17:32:16 +0000 (13:32 -0400)]
fix syntax

3 years agofix syntax
Joey Hess [Thu, 29 Jun 2023 17:31:27 +0000 (13:31 -0400)]
fix syntax

3 years agotag todos potentially useful for datalad
Joey Hess [Thu, 29 Jun 2023 17:30:26 +0000 (13:30 -0400)]
tag todos potentially useful for datalad

3 years agoAdded a comment: How about `git annex transfer`?
nobodyinperson [Thu, 29 Jun 2023 05:25:50 +0000 (05:25 +0000)]
Added a comment: How about `git annex transfer`?

3 years agoAdded a comment
nobodyinperson [Thu, 29 Jun 2023 05:20:56 +0000 (05:20 +0000)]
Added a comment

3 years ago(no commit message)
pat [Thu, 29 Jun 2023 04:45:15 +0000 (04:45 +0000)]

3 years agofor some reason I couldn't add a page comment so had to resort to an inline comment
jkniiv [Wed, 28 Jun 2023 22:26:04 +0000 (22:26 +0000)]
for some reason I couldn't add a page comment so had to resort to an inline comment

3 years agoAdded a comment: Awesome, thanks!
nobodyinperson [Wed, 28 Jun 2023 21:09:51 +0000 (21:09 +0000)]
Added a comment: Awesome, thanks!

3 years agodiffdriver: Added --text option for easy diffing of the contents of annexed text...
Joey Hess [Wed, 28 Jun 2023 19:26:46 +0000 (15:26 -0400)]
diffdriver: Added --text option for easy diffing of the contents of annexed text files

This was already possible, but it was rather hard to come up with the
complex shell command needed.

Note that the diff output starts with "diff a/... b/...".
I left off the "--git" because it's not a git format diff.

3 years agofix quoting in example
Joey Hess [Wed, 28 Jun 2023 18:44:42 +0000 (14:44 -0400)]
fix quoting in example

3 years agocomment
Joey Hess [Wed, 28 Jun 2023 17:36:49 +0000 (13:36 -0400)]
comment

3 years agoresponse
Joey Hess [Wed, 28 Jun 2023 17:26:06 +0000 (13:26 -0400)]
response

3 years agotodo
Joey Hess [Wed, 28 Jun 2023 17:23:37 +0000 (13:23 -0400)]
todo

3 years agofix some typos
Joey Hess [Wed, 28 Jun 2023 17:15:06 +0000 (13:15 -0400)]
fix some typos

Anarcat fixed these in the news file, so transferred it over

3 years agocomment
Joey Hess [Wed, 28 Jun 2023 17:14:11 +0000 (13:14 -0400)]
comment

3 years agoresponse
Joey Hess [Wed, 28 Jun 2023 17:08:12 +0000 (13:08 -0400)]
response

3 years agoremove dead link
Joey Hess [Wed, 28 Jun 2023 00:02:11 +0000 (20:02 -0400)]
remove dead link

3 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 28 Jun 2023 00:01:25 +0000 (20:01 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

3 years agodisplay drop from remote more consistently
Joey Hess [Tue, 27 Jun 2023 23:01:33 +0000 (19:01 -0400)]
display drop from remote more consistently

With eg copy --to remote

This is particularly an improvement in sync --content output, which
mixes the two, so it's nice to have consistent display.

3 years agoUpdate nobodyinperson's user page
Yann Büchau [Tue, 27 Jun 2023 16:54:10 +0000 (18:54 +0200)]
Update nobodyinperson's user page

3 years agoAdded a comment: Sync-ception
nobodyinperson [Tue, 27 Jun 2023 13:51:58 +0000 (13:51 +0000)]
Added a comment: Sync-ception

3 years agoAdded a comment
alanz [Tue, 27 Jun 2023 10:53:22 +0000 (10:53 +0000)]
Added a comment

3 years agoAdded a comment
Lukey [Tue, 27 Jun 2023 09:01:01 +0000 (09:01 +0000)]
Added a comment

3 years agoAdded a comment
Lukey [Tue, 27 Jun 2023 08:54:45 +0000 (08:54 +0000)]
Added a comment

3 years agoAdded a comment: ?=*
dud225@35a1ee469f82f3a7eb1f2dce4ad453f5e47bdfd3 [Tue, 27 Jun 2023 07:59:55 +0000 (07:59 +0000)]
Added a comment: ?=*

3 years ago(no commit message)
nobodyinperson [Tue, 27 Jun 2023 07:01:39 +0000 (07:01 +0000)]

3 years ago(no commit message)
irieger [Mon, 26 Jun 2023 21:31:11 +0000 (21:31 +0000)]

3 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 26 Jun 2023 18:06:53 +0000 (14:06 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

3 years agoreinject: Added --guesskeys option
Joey Hess [Mon, 26 Jun 2023 18:05:31 +0000 (14:05 -0400)]
reinject: Added --guesskeys option

Sponsored-by: Noam Kremen on Patreon
3 years agospellchecking
anarcat [Mon, 26 Jun 2023 17:13:00 +0000 (17:13 +0000)]
spellchecking

3 years agocorrect location
Joey Hess [Mon, 26 Jun 2023 16:39:48 +0000 (12:39 -0400)]
correct location

reall is Baden-Württemberg but that is too specific for most readers I guess;
I wouldn't be able to guess where that is.

3 years agoadd news item for git-annex 10.20230626
Joey Hess [Mon, 26 Jun 2023 15:54:34 +0000 (11:54 -0400)]
add news item for git-annex 10.20230626

3 years agoconfirmed
Joey Hess [Mon, 26 Jun 2023 15:51:48 +0000 (11:51 -0400)]
confirmed

3 years agodevblog
Joey Hess [Mon, 26 Jun 2023 15:50:53 +0000 (11:50 -0400)]
devblog

3 years agocomment and confirm
Joey Hess [Mon, 26 Jun 2023 15:12:32 +0000 (11:12 -0400)]
comment and confirm

3 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 26 Jun 2023 14:52:57 +0000 (10:52 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

3 years agoprep release
Joey Hess [Mon, 26 Jun 2023 14:41:36 +0000 (10:41 -0400)]
prep release

3 years ago(no commit message)
nobodyinperson [Mon, 26 Jun 2023 14:08:32 +0000 (14:08 +0000)]

3 years agoEPEL is up-to-date
Joey Hess [Mon, 26 Jun 2023 13:33:04 +0000 (09:33 -0400)]
EPEL is up-to-date

3 years ago(no commit message)
nobodyinperson [Mon, 26 Jun 2023 11:43:20 +0000 (11:43 +0000)]

3 years agoAdded a comment
jkniiv [Sat, 24 Jun 2023 22:23:09 +0000 (22:23 +0000)]
Added a comment

3 years agoadd a plea for saving the the old 'import /dir' interface as a renamed, reduced command
jkniiv [Sat, 24 Jun 2023 22:04:35 +0000 (22:04 +0000)]
add a plea for saving the the old 'import /dir' interface as a renamed, reduced command

3 years agoadd an inline comment about `--fast` vs. `--no-content` wrt. git-annex-import
jkniiv [Sat, 24 Jun 2023 21:01:43 +0000 (21:01 +0000)]
add an inline comment about `--fast` vs. `--no-content` wrt. git-annex-import

3 years agofix tag
Joey Hess [Fri, 23 Jun 2023 20:39:22 +0000 (16:39 -0400)]
fix tag

3 years agoalready done
Joey Hess [Fri, 23 Jun 2023 20:35:49 +0000 (16:35 -0400)]
already done

3 years agoexpand and confirm
Joey Hess [Fri, 23 Jun 2023 20:31:54 +0000 (16:31 -0400)]
expand and confirm

3 years agoavoid truncating the list of confirmed items
Joey Hess [Fri, 23 Jun 2023 20:20:00 +0000 (16:20 -0400)]
avoid truncating the list of confirmed items

3 years agoconfirmed
Joey Hess [Fri, 23 Jun 2023 20:17:56 +0000 (16:17 -0400)]
confirmed

(but I need them to tell me what errors of what special remotes need a
message-id)

3 years agoconfirmed
Joey Hess [Fri, 23 Jun 2023 20:07:22 +0000 (16:07 -0400)]
confirmed

3 years agoconfirmed
Joey Hess [Fri, 23 Jun 2023 19:53:28 +0000 (15:53 -0400)]
confirmed

3 years agoconfirmed
Joey Hess [Fri, 23 Jun 2023 18:31:54 +0000 (14:31 -0400)]
confirmed

3 years agothought
Joey Hess [Fri, 23 Jun 2023 18:30:37 +0000 (14:30 -0400)]
thought

3 years agoconfirmed
Joey Hess [Fri, 23 Jun 2023 18:25:25 +0000 (14:25 -0400)]
confirmed

3 years agothought this out more fully
Joey Hess [Fri, 23 Jun 2023 18:22:57 +0000 (14:22 -0400)]
thought this out more fully

3 years agofix format
Joey Hess [Fri, 23 Jun 2023 18:18:16 +0000 (14:18 -0400)]
fix format

3 years agotodo work
Joey Hess [Fri, 23 Jun 2023 17:47:01 +0000 (13:47 -0400)]
todo work

3 years agoconfirmed
Joey Hess [Fri, 23 Jun 2023 16:59:34 +0000 (12:59 -0400)]
confirmed

3 years agocomment
Joey Hess [Fri, 23 Jun 2023 16:54:55 +0000 (12:54 -0400)]
comment

3 years agoclose
Joey Hess [Fri, 23 Jun 2023 16:41:32 +0000 (12:41 -0400)]
close

3 years agocomment
Joey Hess [Fri, 23 Jun 2023 16:34:48 +0000 (12:34 -0400)]
comment

3 years agocomment and update todo
Joey Hess [Fri, 23 Jun 2023 16:25:08 +0000 (12:25 -0400)]
comment and update todo

3 years agocomment
Joey Hess [Fri, 23 Jun 2023 16:01:54 +0000 (12:01 -0400)]
comment

3 years agocomment
Joey Hess [Fri, 23 Jun 2023 15:44:49 +0000 (11:44 -0400)]
comment

3 years agoMerge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Fri, 23 Jun 2023 15:43:55 +0000 (11:43 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com

3 years agoAdded a comment: More settings here
contr-error [Fri, 23 Jun 2023 09:18:11 +0000 (09:18 +0000)]
Added a comment: More settings here

3 years agoadd webapp workaround for nix-on-droid
bigras.bruno@f168759f00bfb915b072eb2b216057eca0cc38c4 [Thu, 22 Jun 2023 21:39:25 +0000 (21:39 +0000)]
add webapp workaround for nix-on-droid

3 years agoreopen on second thought
Joey Hess [Thu, 22 Jun 2023 17:48:48 +0000 (13:48 -0400)]
reopen on second thought

3 years agodocument annex.thin risk to locked files pointing at same content
Joey Hess [Wed, 21 Jun 2023 19:39:15 +0000 (15:39 -0400)]
document annex.thin risk to locked files pointing at same content

3 years agocreate journal directory in withJournalHandle
Joey Hess [Wed, 21 Jun 2023 19:23:59 +0000 (15:23 -0400)]
create journal directory in withJournalHandle

Fixes a crash by git-annex repair when .git/annex/journal/ does not exist.

Normally the journal directory is created before withJournalHandle gets
run, but git-annex repair can be run in a situation where it does not
exist.

3 years agoclose old bug report
Joey Hess [Wed, 21 Jun 2023 18:51:17 +0000 (14:51 -0400)]
close old bug report

3 years agoapparently fixed
Joey Hess [Wed, 21 Jun 2023 18:45:36 +0000 (14:45 -0400)]
apparently fixed

3 years agoclosing some old bugs
Joey Hess [Wed, 21 Jun 2023 18:42:36 +0000 (14:42 -0400)]
closing some old bugs

3 years agoclose
Joey Hess [Wed, 21 Jun 2023 18:39:51 +0000 (14:39 -0400)]
close

3 years agocomment
Joey Hess [Wed, 21 Jun 2023 18:36:54 +0000 (14:36 -0400)]
comment

3 years agoclose
Joey Hess [Wed, 21 Jun 2023 18:32:01 +0000 (14:32 -0400)]
close

3 years agoclose (for real this time)
Joey Hess [Wed, 21 Jun 2023 18:27:33 +0000 (14:27 -0400)]
close (for real this time)

3 years agomoreinfo
Joey Hess [Wed, 21 Jun 2023 18:23:57 +0000 (14:23 -0400)]
moreinfo

3 years agomoreinfo
Joey Hess [Wed, 21 Jun 2023 18:21:34 +0000 (14:21 -0400)]
moreinfo

3 years agomoreinfo
Joey Hess [Wed, 21 Jun 2023 18:11:38 +0000 (14:11 -0400)]
moreinfo