From c3e1d0550f703c3c78716a9f30863d154268b992 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Jun 2018 16:50:53 -0400 Subject: [PATCH] fix incorrect comment --- .../comment_2_298b1a8418380d932464962ca00fb2f3._comment | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/bugs/annex-checkuuid_renders_remotes_inaccessible/comment_2_298b1a8418380d932464962ca00fb2f3._comment b/doc/bugs/annex-checkuuid_renders_remotes_inaccessible/comment_2_298b1a8418380d932464962ca00fb2f3._comment index e00bbe651b..625ed48de2 100644 --- a/doc/bugs/annex-checkuuid_renders_remotes_inaccessible/comment_2_298b1a8418380d932464962ca00fb2f3._comment +++ b/doc/bugs/annex-checkuuid_renders_remotes_inaccessible/comment_2_298b1a8418380d932464962ca00fb2f3._comment @@ -3,7 +3,10 @@ subject="""comment 2""" date="2018-06-04T17:40:23Z" content=""" -Actually, Remote.gitconfig is not a problem; it contains -the local repos's remote config settings, not the remote repo's -own git config. +I've changed Remote.repo to Remote.getRepo so IO can be done there. + +The remaining problem is the remoteGitConfig part +of RemoteGitConfig. That is dependent on the git config of the remote being +read when a Remote is constructed, and when checkuuid=false, that won't be +done. Only a few things use it, but my first try at removing it failed. """]]