Autogenerated manpages for v2.13.2-516-ge629a
diff --git a/man1/git-add.1 b/man1/git-add.1
index 7f6c270..e773da5 100644
--- a/man1/git-add.1
+++ b/man1/git-add.1
@@ -2,12 +2,12 @@
 .\"     Title: git-add
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/09/2017
+.\"      Date: 06/24/2017
 .\"    Manual: Git Manual
-.\"    Source: Git 2.13.0
+.\"    Source: Git 2.13.2.516.ge629a7d28
 .\"  Language: English
 .\"
-.TH "GIT\-ADD" "1" "05/09/2017" "Git 2\&.13\&.0" "Git Manual"
+.TH "GIT\-ADD" "1" "06/24/2017" "Git 2\&.13\&.2\&.516\&.ge629a7" "Git Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -161,6 +161,16 @@
 This option can only be used together with \-\-dry\-run\&. By using this option the user can check if any of the given files would be ignored, no matter if they are already present in the work tree or not\&.
 .RE
 .PP
+\-\-no\-warn\-embedded\-repo
+.RS 4
+By default,
+\fBgit add\fR
+will warn when adding an embedded repository to the index without using
+\fBgit submodule add\fR
+to create an entry in
+\fB\&.gitmodules\fR\&. This option will suppress the warning (e\&.g\&., if you are manually performing operations on submodules)\&.
+.RE
+.PP
 \-\-chmod=(+|\-)x
 .RS 4
 Override the executable bit of the added files\&. The executable bit is only changed in the index, the files on disk are left unchanged\&.
diff --git a/man1/git-config.1 b/man1/git-config.1
index 1b81309..c7084e4 100644
--- a/man1/git-config.1
+++ b/man1/git-config.1
@@ -2,12 +2,12 @@
 .\"     Title: git-config
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/13/2017
+.\"      Date: 06/24/2017
 .\"    Manual: Git Manual
-.\"    Source: Git 2.13.1.449.g02a2850ad
+.\"    Source: Git 2.13.2.516.ge629a7d28
 .\"  Language: English
 .\"
-.TH "GIT\-CONFIG" "1" "06/13/2017" "Git 2\&.13\&.1\&.449\&.g02a285" "Git Manual"
+.TH "GIT\-CONFIG" "1" "06/24/2017" "Git 2\&.13\&.2\&.516\&.ge629a7" "Git Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -1191,6 +1191,11 @@
 In case of failure in the output of
 \fBgit-rm\fR(1), show directions on how to proceed from the current state\&.
 .RE
+.PP
+addEmbeddedRepo
+.RS 4
+Advice on what to do when you\(cqve accidentally added one git repo inside of another\&.
+.RE
 .RE
 .PP
 core\&.fileMode
diff --git a/man1/git-diff-tree.1 b/man1/git-diff-tree.1
index 7e2edb8..31f4a0b 100644
--- a/man1/git-diff-tree.1
+++ b/man1/git-diff-tree.1
@@ -2,12 +2,12 @@
 .\"     Title: git-diff-tree
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/02/2017
+.\"      Date: 06/24/2017
 .\"    Manual: Git Manual
-.\"    Source: Git 2.13.0.384.g826c06412
+.\"    Source: Git 2.13.2.516.ge629a7d28
 .\"  Language: English
 .\"
-.TH "GIT\-DIFF\-TREE" "1" "06/02/2017" "Git 2\&.13\&.0\&.384\&.g826c06" "Git Manual"
+.TH "GIT\-DIFF\-TREE" "1" "06/24/2017" "Git 2\&.13\&.2\&.516\&.ge629a7" "Git Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -1982,7 +1982,7 @@
 .sp
 If you add a \fB+\fR (plus sign) after \fI%\fR of a placeholder, a line\-feed is inserted immediately before the expansion if and only if the placeholder expands to a non\-empty string\&.
 .sp
-If you add a \fB\-\fR (minus sign) after \fI%\fR of a placeholder, line\-feeds that immediately precede the expansion are deleted if and only if the placeholder expands to an empty string\&.
+If you add a \fB\-\fR (minus sign) after \fI%\fR of a placeholder, all consecutive line\-feeds immediately preceding the expansion are deleted if and only if the placeholder expands to an empty string\&.
 .sp
 If you add a ` ` (space) after \fI%\fR of a placeholder, a space is inserted immediately before the expansion if and only if the placeholder expands to a non\-empty string\&.
 .sp
diff --git a/man1/git-log.1 b/man1/git-log.1
index 6ab09ba..33f1d92 100644
--- a/man1/git-log.1
+++ b/man1/git-log.1
@@ -2,12 +2,12 @@
 .\"     Title: git-log
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/22/2017
+.\"      Date: 06/24/2017
 .\"    Manual: Git Manual
-.\"    Source: Git 2.13.1.546.g5402b1352
+.\"    Source: Git 2.13.2.516.ge629a7d28
 .\"  Language: English
 .\"
-.TH "GIT\-LOG" "1" "06/22/2017" "Git 2\&.13\&.1\&.546\&.g5402b1" "Git Manual"
+.TH "GIT\-LOG" "1" "06/24/2017" "Git 2\&.13\&.2\&.516\&.ge629a7" "Git Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -2600,7 +2600,7 @@
 .sp
 If you add a \fB+\fR (plus sign) after \fI%\fR of a placeholder, a line\-feed is inserted immediately before the expansion if and only if the placeholder expands to a non\-empty string\&.
 .sp
-If you add a \fB\-\fR (minus sign) after \fI%\fR of a placeholder, line\-feeds that immediately precede the expansion are deleted if and only if the placeholder expands to an empty string\&.
+If you add a \fB\-\fR (minus sign) after \fI%\fR of a placeholder, all consecutive line\-feeds immediately preceding the expansion are deleted if and only if the placeholder expands to an empty string\&.
 .sp
 If you add a ` ` (space) after \fI%\fR of a placeholder, a space is inserted immediately before the expansion if and only if the placeholder expands to a non\-empty string\&.
 .sp
diff --git a/man1/git-merge.1 b/man1/git-merge.1
index a6de471..67741c3 100644
--- a/man1/git-merge.1
+++ b/man1/git-merge.1
@@ -2,12 +2,12 @@
 .\"     Title: git-merge
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/09/2017
+.\"      Date: 06/24/2017
 .\"    Manual: Git Manual
-.\"    Source: Git 2.13.0
+.\"    Source: Git 2.13.2.516.ge629a7d28
 .\"  Language: English
 .\"
-.TH "GIT\-MERGE" "1" "05/09/2017" "Git 2\&.13\&.0" "Git Manual"
+.TH "GIT\-MERGE" "1" "06/24/2017" "Git 2\&.13\&.2\&.516\&.ge629a7" "Git Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff --git a/man1/git-reset.1 b/man1/git-reset.1
index fa9328a..5e67725 100644
--- a/man1/git-reset.1
+++ b/man1/git-reset.1
@@ -2,12 +2,12 @@
 .\"     Title: git-reset
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/09/2017
+.\"      Date: 06/24/2017
 .\"    Manual: Git Manual
-.\"    Source: Git 2.13.0
+.\"    Source: Git 2.13.2.516.ge629a7d28
 .\"  Language: English
 .\"
-.TH "GIT\-RESET" "1" "05/09/2017" "Git 2\&.13\&.0" "Git Manual"
+.TH "GIT\-RESET" "1" "06/24/2017" "Git 2\&.13\&.2\&.516\&.ge629a7" "Git Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -141,7 +141,7 @@
 .sp
 \fB1. \fRYou are happily working on something, and find the changes in these files are in good order\&. You do not want to see them when you run "git diff", because you plan to work on other files and changes with these files are distracting\&.
 .br
-\fB2. \fRSomebody asks you to pull, and the changes sounds worthy of merging\&.
+\fB2. \fRSomebody asks you to pull, and the changes sound worthy of merging\&.
 .br
 \fB3. \fRHowever, you already dirtied the index (i\&.e\&. your index does not match the HEAD commit)\&. But you know the pull you are going to make does not affect frotz\&.c or filfre\&.c, so you revert the index changes for these two files\&. Your changes in working tree remain there\&.
 .br
diff --git a/man1/git-rev-list.1 b/man1/git-rev-list.1
index 8bf85bd..7cef813 100644
--- a/man1/git-rev-list.1
+++ b/man1/git-rev-list.1
@@ -2,12 +2,12 @@
 .\"     Title: git-rev-list
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/22/2017
+.\"      Date: 06/24/2017
 .\"    Manual: Git Manual
-.\"    Source: Git 2.13.1.546.g5402b1352
+.\"    Source: Git 2.13.2.516.ge629a7d28
 .\"  Language: English
 .\"
-.TH "GIT\-REV\-LIST" "1" "06/22/2017" "Git 2\&.13\&.1\&.546\&.g5402b1" "Git Manual"
+.TH "GIT\-REV\-LIST" "1" "06/24/2017" "Git 2\&.13\&.2\&.516\&.ge629a7" "Git Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -2612,7 +2612,7 @@
 .sp
 If you add a \fB+\fR (plus sign) after \fI%\fR of a placeholder, a line\-feed is inserted immediately before the expansion if and only if the placeholder expands to a non\-empty string\&.
 .sp
-If you add a \fB\-\fR (minus sign) after \fI%\fR of a placeholder, line\-feeds that immediately precede the expansion are deleted if and only if the placeholder expands to an empty string\&.
+If you add a \fB\-\fR (minus sign) after \fI%\fR of a placeholder, all consecutive line\-feeds immediately preceding the expansion are deleted if and only if the placeholder expands to an empty string\&.
 .sp
 If you add a ` ` (space) after \fI%\fR of a placeholder, a space is inserted immediately before the expansion if and only if the placeholder expands to a non\-empty string\&.
 .sp
diff --git a/man1/git-show.1 b/man1/git-show.1
index 4c52200..6f3c773 100644
--- a/man1/git-show.1
+++ b/man1/git-show.1
@@ -2,12 +2,12 @@
 .\"     Title: git-show
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/02/2017
+.\"      Date: 06/24/2017
 .\"    Manual: Git Manual
-.\"    Source: Git 2.13.0.384.g826c06412
+.\"    Source: Git 2.13.2.516.ge629a7d28
 .\"  Language: English
 .\"
-.TH "GIT\-SHOW" "1" "06/02/2017" "Git 2\&.13\&.0\&.384\&.g826c06" "Git Manual"
+.TH "GIT\-SHOW" "1" "06/24/2017" "Git 2\&.13\&.2\&.516\&.ge629a7" "Git Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -1216,7 +1216,7 @@
 .sp
 If you add a \fB+\fR (plus sign) after \fI%\fR of a placeholder, a line\-feed is inserted immediately before the expansion if and only if the placeholder expands to a non\-empty string\&.
 .sp
-If you add a \fB\-\fR (minus sign) after \fI%\fR of a placeholder, line\-feeds that immediately precede the expansion are deleted if and only if the placeholder expands to an empty string\&.
+If you add a \fB\-\fR (minus sign) after \fI%\fR of a placeholder, all consecutive line\-feeds immediately preceding the expansion are deleted if and only if the placeholder expands to an empty string\&.
 .sp
 If you add a ` ` (space) after \fI%\fR of a placeholder, a space is inserted immediately before the expansion if and only if the placeholder expands to a non\-empty string\&.
 .sp
diff --git a/man5/gitattributes.5 b/man5/gitattributes.5
index a8c607f..18ad94d 100644
--- a/man5/gitattributes.5
+++ b/man5/gitattributes.5
@@ -2,12 +2,12 @@
 .\"     Title: gitattributes
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 05/09/2017
+.\"      Date: 06/24/2017
 .\"    Manual: Git Manual
-.\"    Source: Git 2.13.0
+.\"    Source: Git 2.13.2.516.ge629a7d28
 .\"  Language: English
 .\"
-.TH "GITATTRIBUTES" "5" "05/09/2017" "Git 2\&.13\&.0" "Git Manual"
+.TH "GITATTRIBUTES" "5" "06/24/2017" "Git 2\&.13\&.2\&.516\&.ge629a7" "Git Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -259,7 +259,7 @@
 .\}
 .nf
 $ echo "* text=auto" >\&.gitattributes
-$ rm \&.git/index     # Remove the index to re\-scan the working directory
+$ git read\-tree \-\-empty   # Clean index, force re\-scan of working directory
 $ git add \&.
 $ git status        # Show files that will be normalized
 $ git commit \-m "Introduce end\-of\-line normalization"