···128128 when writing commit messages. Default: true.
129129 commitBeforeMerge::
130130 Advice shown when linkgit:git-merge[1] refuses to
131131- merge to avoid overwritting local changes.
131131+ merge to avoid overwriting local changes.
132132 Default: true.
133133 resolveConflict::
134134 Advices shown by various commands when conflicts
···418418419419core.deltaBaseCacheLimit::
420420 Maximum number of bytes to reserve for caching base objects
421421- that multiple deltafied objects reference. By storing the
421421+ 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.
···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
566566- not remove `\r` from lines ending with `\r\n`. Can be overrriden
566566+ 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···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,
10051005- the '-k' mode will be left blank so cvs clients will
10051005+ 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
···12751275 be bound to the local IP (127.0.0.1).
1276127612771277instaweb.modulepath::
12781278- The module path for an apache httpd used by linkgit:git-instaweb[1].
12781278+ The default module path for linkgit:git-instaweb[1] to use
12791279+ instead of /usr/lib/apache2/modules. Only used if httpd
12801280+ is Apache.
1279128112801282instaweb.port::
12811283 The port number to bind the gitweb httpd to. See
+1-1
Documentation/git-bisect-lk2009.txt
···971971The smaller the changes in your commit, the most effective "git
972972bisect" will be. And you will probably need "git bisect" less in the
973973first place, as small changes are easier to review even if they are
974974-only reviewed by the commiter.
974974+only reviewed by the committer.
975975976976Another good idea is to have good commit messages. They can be very
977977helpful to understand why some changes were made.
+2-2
Documentation/git-commit.txt
···130130 Usually recording a commit that has the exact same tree as its
131131 sole parent commit is a mistake, and the command prevents you
132132 from making such a commit. This option bypasses the safety, and
133133- is primarily for use by foreign scm interface scripts.
133133+ is primarily for use by foreign SCM interface scripts.
134134135135--allow-empty-message::
136136 Like --allow-empty this command is primarily for use by foreign
137137- scm interface scripts. It allows you to create a commit with an
137137+ SCM interface scripts. It allows you to create a commit with an
138138 empty commit message without using plumbing commands like
139139 linkgit:git-commit-tree[1].
140140
+2-2
Documentation/git-cvsimport.txt
···188188------
189189Problems related to timestamps:
190190191191- * If timestamps of commits in the cvs repository are not stable enough
191191+ * If timestamps of commits in the CVS repository are not stable enough
192192 to be used for ordering commits changes may show up in the wrong
193193 order.
194194 * If any files were ever "cvs import"ed more than once (e.g., import of
···201201202202 * Branches on which no commits have been made are not imported.
203203 * All files from the branching point are added to a branch even if
204204- never added in cvs.
204204+ never added in CVS.
205205 * This applies to files added to the source branch *after* a daughter
206206 branch was created: if previously no commit was made on the daughter
207207 branch they will erroneously be added to the daughter branch in git.
+2-2
Documentation/git-cvsserver.txt
···366366~~~~~~~~~~~~~~~~~~~~~~~~~~~~
367367368368By default the server leaves the '-k' mode blank for all files,
369369-which causes the cvs client to treat them as a text files, subject
370370-to crlf conversion on some platforms.
369369+which causes the CVS client to treat them as a text files, subject
370370+to end-of-line conversion on some platforms.
371371372372You can make the server use the end-of-line conversion attributes to
373373set the '-k' modes for files by setting the `gitcvs.usecrlfattr`
+1-1
Documentation/git-hash-object.txt
···49495050--no-filters::
5151 Hash the contents as is, ignoring any input filter that would
5252- have been chosen by the attributes mechanism, including crlf
5252+ have been chosen by the attributes mechanism, including the end-of-line
5353 conversion. If the file is read from standard input then this
5454 is always implied, unless the --path option is given.
5555
+1-1
Documentation/git-reset.txt
···256256Suppose you are working on something and you commit it, and then you
257257continue working a bit more, but now you think that what you have in
258258your working tree should be in another branch that has nothing to do
259259-with what you commited previously. You can start a new branch and
259259+with what you committed previously. You can start a new branch and
260260reset it while keeping the changes in your work tree.
261261+
262262------------
+1-1
Documentation/gitrepository-layout.txt
···1616directory for a repository associated with your working tree, or
1717`<project>.git` directory for a public 'bare' repository. It is
1818also possible to have a working tree where `.git` is a plain
1919-ascii file containing `gitdir: <path>`, i.e. the path to the
1919+ASCII file containing `gitdir: <path>`, i.e. the path to the
2020real git repository).
21212222objects::
+1-1
Documentation/urls.txt
···2525- git://host.xz{startsb}:port{endsb}/~{startsb}user{endsb}/path/to/repo.git/
2626- {startsb}user@{endsb}host.xz:/~{startsb}user{endsb}/path/to/repo.git/
27272828-For local respositories, also supported by git natively, the following
2828+For local repositories, also supported by git natively, the following
2929syntaxes may be used:
30303131- /path/to/repo.git/