File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -117,4 +117,15 @@ Fixes since v2.10
117
117
been corrected to flip the executable bit for all paths that match
118
118
the given pathspec.
119
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
+
120
131
Also contains minor documentation updates and code clean-ups.
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
43
43
branch of the `git.git` repository.
44
44
Documentation for older releases are available here:
45
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
47
48
48
* release notes for
49
+ link:RelNotes/2.10.1.txt[2.10.1],
49
50
link:RelNotes/2.10.0.txt[2.10].
50
51
51
52
* link:v2.9.3/git.html[documentation for release 2.9.3]
You can’t perform that action at this time.
0 commit comments