bug report

This commit is contained in:
Joey Hess 2022-10-03 13:00:29 -04:00
parent 82dab0749c
commit 9c9174329e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,11 @@
joey@darkstar:~/tmp/xxxx>git annex describe here ""
describe here ok
(recording state in git...)
joey@darkstar:~/tmp/xxxx>git-annex dead
dead ok
(recording state in git...)
I would be ok with `git-annex dead ""` doing that, perhaps, but when
no parameters are given, it constructs the empty string itself, which is a bug.
Found this in <https://bugs.debian.org/855648> --[[Joey]]