Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2023-05-19 14:54:09 -04:00
commit 39f33a9988
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="yarikoptic"
avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
subject="comment 3"
date="2023-05-19T18:47:49Z"
content="""
It makes total sense, thank you Joey! I guess a little odd behavior is only the reporting of git annex `ok` for dropping an unknown key. I guess like with `rm unknownfile` (unless `-f` is used) I would have expected it to error out.
"""]]

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="yarikoptic"
avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
subject="comment 4"
date="2023-05-19T18:49:29Z"
content="""
re vanished -- it is from `annex version` whenever its output is not fully written out due to use of `head`:
```
( source ~/git-annexes/10.20230407+git201-g5df89d58c7.env; git annex version | head -n 1)
git-annex version: 10.20230407+git201-g5df89d58c7-1~ndall+1
git-annex: <stdout>: commitBuffer: resource vanished (Broken pipe)
```
"""]]

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="yarikoptic"
avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
subject="comment 5"
date="2023-05-19T18:49:48Z"
content="""
re vanished -- it is from `annex version` whenever its output is not fully written out due to use of `head`:
```
( source ~/git-annexes/10.20230407+git201-g5df89d58c7.env; git annex version | head -n 1)
git-annex version: 10.20230407+git201-g5df89d58c7-1~ndall+1
git-annex: <stdout>: commitBuffer: resource vanished (Broken pipe)
```
"""]]