On Thu, 15 Jul 2021 at 00:25, Jeff King <peff@xxxxxxxx> wrote: > - Use the given config file instead of the one specified by GIT_CONFIG. > + For writing options: write to the specified file rather than the > + repository `.git/config`. > ++ > +For reading options: read only from the specified file rather than from all > +avialable files. s/avialable/available/ Martin