fix incorrect comment
This commit is contained in:
parent
8afefb9ebe
commit
c3e1d0550f
1 changed files with 6 additions and 3 deletions
|
@ -3,7 +3,10 @@
|
||||||
subject="""comment 2"""
|
subject="""comment 2"""
|
||||||
date="2018-06-04T17:40:23Z"
|
date="2018-06-04T17:40:23Z"
|
||||||
content="""
|
content="""
|
||||||
Actually, Remote.gitconfig is not a problem; it contains
|
I've changed Remote.repo to Remote.getRepo so IO can be done there.
|
||||||
the local repos's remote config settings, not the remote repo's
|
|
||||||
own git config.
|
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.
|
||||||
"""]]
|
"""]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue