From 9c9174329e25d50a766fe2a44cafac41b377ba34 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 3 Oct 2022 13:00:29 -0400 Subject: [PATCH] bug report --- ...ams_can_mark_repo_with_empty_description_dead.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/bugs/dead_with_no_params_can_mark_repo_with_empty_description_dead.mdwn diff --git a/doc/bugs/dead_with_no_params_can_mark_repo_with_empty_description_dead.mdwn b/doc/bugs/dead_with_no_params_can_mark_repo_with_empty_description_dead.mdwn new file mode 100644 index 0000000000..8f3ce88088 --- /dev/null +++ b/doc/bugs/dead_with_no_params_can_mark_repo_with_empty_description_dead.mdwn @@ -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 --[[Joey]]