Skip to content

Commit 6406bdc

Browse files
committed
Git 2.10.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 11738dd commit 6406bdc

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Documentation/RelNotes/2.10.1.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,15 @@ Fixes since v2.10
117117
been corrected to flip the executable bit for all paths that match
118118
the given pathspec.
119119

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+
120131
Also contains minor documentation updates and code clean-ups.

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

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]
4747

4848
* release notes for
49+
link:RelNotes/2.10.1.txt[2.10.1],
4950
link:RelNotes/2.10.0.txt[2.10].
5051

5152
* link:v2.9.3/git.html[documentation for release 2.9.3]

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.10.0
4+
DEF_VER=v2.10.1
55

66
LF='
77
'

0 commit comments

Comments
 (0)