From 1c86ba8ee87880f598e6c98e3e1f0d309993ddb9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Sep 2018 13:11:35 -0400 Subject: [PATCH] close, these seem done already --- doc/todo/append-only_mode.mdwn | 2 ++ doc/todo/be_able_to_refer_to_remotes_by_uuid.mdwn | 3 +++ 2 files changed, 5 insertions(+) diff --git a/doc/todo/append-only_mode.mdwn b/doc/todo/append-only_mode.mdwn index 68e05afbf5..c3b6d621a4 100644 --- a/doc/todo/append-only_mode.mdwn +++ b/doc/todo/append-only_mode.mdwn @@ -45,3 +45,5 @@ Thanks! -- [[anarcat]] > git-annex-shell. > > --[[Joey]] + +> Update: I didn't close this before, but it seems [[done]] --[[Joey]] diff --git a/doc/todo/be_able_to_refer_to_remotes_by_uuid.mdwn b/doc/todo/be_able_to_refer_to_remotes_by_uuid.mdwn index 35c1d8cd9e..df6bac4360 100644 --- a/doc/todo/be_able_to_refer_to_remotes_by_uuid.mdwn +++ b/doc/todo/be_able_to_refer_to_remotes_by_uuid.mdwn @@ -1,3 +1,6 @@ in light of https://github.com/datalad/datalad/issues/1259 (conflicting remote names) I wondered if both initremote and enableremote (and probably others) should acquire ability to set/refer to remotes by their UUIDs instead of relying purely on name which is not guaranteed to be unique. [[!meta name=yoh]] + +> This seems [[done]], at least initremote and enableremote support uuid=. +> --[[Joey]]