On Tue, Jul 20, 2021 at 09:34:43PM +0200, Martin Ågren wrote: > 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/ Thanks. You'd think that I would have gotten the part cut-and-paste from earlier right. :) I double-checked the rest of the series for other spelling errors but didn't see any. This is marked for merging to next, but hasn't made it yet. So if you get this in time, Junio, can you please squash this into the first patch? diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 193fef2867..6c78ad1c13 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -147,7 +147,7 @@ See also <<FILES>>. repository `.git/config`. + For reading options: read only from the specified file rather than from all -avialable files. +available files. + See also <<FILES>>. -Peff