@@ -128,7 +128,7 @@ advice.*::
128128 when writing commit messages. Default: true.
129129 commitBeforeMerge::
130130 Advice shown when linkgit:git-merge[1] refuses to
131- merge to avoid overwritting local changes.
131+ merge to avoid overwriting local changes.
132132 Default: true.
133133 resolveConflict::
134134 Advices shown by various commands when conflicts
@@ -418,7 +418,7 @@ Common unit suffixes of 'k', 'm', or 'g' are supported.
418418
419419core.deltaBaseCacheLimit::
420420 Maximum number of bytes to reserve for caching base objects
421- that multiple deltafied objects reference . By storing the
421+ that may be referenced by multiple deltified objects. By storing the
422422 entire decompressed base objects in a cache Git is able
423423 to avoid unpacking and decompressing frequently used base
424424 objects multiple times.
@@ -563,7 +563,7 @@ not necessarily be the current directory.
563563am.keepcr::
564564 If true, git-am will call git-mailsplit for patches in mbox format
565565 with parameter '--keep-cr'. In this case git-mailsplit will
566- not remove `\r` from lines ending with `\r\n`. Can be overrriden
566+ not remove `\r` from lines ending with `\r\n`. Can be overridden
567567 by giving '--no-keep-cr' from the command line.
568568 See linkgit:git-am[1], linkgit:git-mailsplit[1].
569569
@@ -1002,7 +1002,7 @@ gitcvs.usecrlfattr::
10021002 If true, the server will look up the end-of-line conversion
10031003 attributes for files to determine the '-k' modes to use. If
10041004 the attributes force git to treat a file as text,
1005- the '-k' mode will be left blank so cvs clients will
1005+ the '-k' mode will be left blank so CVS clients will
10061006 treat it as text. If they suppress text conversion, the file
10071007 will be set with '-kb' mode, which suppresses any newline munging
10081008 the client might otherwise do. If the attributes do not allow
@@ -1275,7 +1275,9 @@ instaweb.local::
12751275 be bound to the local IP (127.0.0.1).
12761276
12771277instaweb.modulepath::
1278- The module path for an apache httpd used by linkgit:git-instaweb[1].
1278+ The default module path for linkgit:git-instaweb[1] to use
1279+ instead of /usr/lib/apache2/modules. Only used if httpd
1280+ is Apache.
12791281
12801282instaweb.port::
12811283 The port number to bind the gitweb httpd to. See
0 commit comments