From c8e607f2262a1049246fe7537ae852c8129d030c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 16 Apr 2021 14:45:46 -0400 Subject: [PATCH] comment --- ...mment_2_5d8224fdb6c77834b3bf55b2148d9f97._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/todo/hiding_a_repository/comment_2_5d8224fdb6c77834b3bf55b2148d9f97._comment diff --git a/doc/todo/hiding_a_repository/comment_2_5d8224fdb6c77834b3bf55b2148d9f97._comment b/doc/todo/hiding_a_repository/comment_2_5d8224fdb6c77834b3bf55b2148d9f97._comment new file mode 100644 index 0000000000..0813b7fcd2 --- /dev/null +++ b/doc/todo/hiding_a_repository/comment_2_5d8224fdb6c77834b3bf55b2148d9f97._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2021-04-16T18:42:29Z" + content=""" +Hmm, good point because --all looks at the location logs to get a list of +keys, and so if it did not create the log at all, --all would not find it. + +So I guess it would need to write an empty log in that case, rather than +omitting writing a log at all. Which does indicate a hidden repo added a +file, if someone is curious about how they're being used. +"""]]