Git 2.10.1

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Oct 3, 2016 at 13:24 UTC 6406bdc0b95715a087fdeeb0f6adf3deb80a25b8
3 files changed +14 -2
Documentation/RelNotes/2.10.1.txt
+11
@@ -117,4 +117,15 @@ Fixes since v2.10
117 been corrected to flip the executable bit for all paths that match
118 the given pathspec.
119
120 + * "git pack-objects --include-tag" was taught that when we know that
121 + we are sending an object C, we want a tag B that directly points at
122 + C but also a tag A that points at the tag B. We used to miss the
123 + intermediate tag B in some cases.
124 +
125 + * Documentation around tools to import from CVS was fairly outdated.
126 +
127 + * In the codepath that comes up with the hostname to be used in an
128 + e-mail when the user didn't tell us, we looked at ai_canonname
129 + field in struct addrinfo without making sure it is not NULL first.
130 +
131 Also contains minor documentation updates and code clean-ups.
Documentation/git.txt
+2 -1
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
43 branch of the `git.git` repository.
44 Documentation for older releases are available here:
45
46 -* link:v2.10.0/git.html[documentation for release 2.10]
46 +* link:v2.10.1/git.html[documentation for release 2.10.1]
47
48 * release notes for
49 + link:RelNotes/2.10.1.txt[2.10.1],
50 link:RelNotes/2.10.0.txt[2.10].
51
52 * link:v2.9.3/git.html[documentation for release 2.9.3]
GIT-VERSION-GEN
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.10.0
4 +DEF_VER=v2.10.1
5
6 LF='
7 '