Git 2.9.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jul 15, 2016 at 10:48 UTC
e634160bf457f8b3a91125307681c9493f11afb2
4 files changed
+17
-3
Documentation/RelNotes/2.9.2.txt
new
+13
@@ -0,0 +1,13 @@
1
+Git v2.9.2 Release Notes
2
+========================
3
+
4
+Fixes since v2.9.1
5
+------------------
6
+
7
+ * A fix merged to v2.9.1 had a few tests that are not meant to be
8
+ run on platforms without 64-bit long, which caused unnecessary
9
+ test failures on them because we didn't detect the platform and
10
+ skip them. These tests are now skipped on platforms that they
11
+ are not applicable to.
12
+
13
+No other change is included in this update.
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.9.1/git.html[documentation for release 2.9.1]
46
+* link:v2.9.2/git.html[documentation for release 2.9.2]
47
48
* release notes for
49
+ link:RelNotes/2.9.2.txt[2.9.2],
50
link:RelNotes/2.9.1.txt[2.9.1],
51
link:RelNotes/2.9.0.txt[2.9].
52
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.9.1
4
+DEF_VER=v2.9.2
5
6
LF='
7
'
RelNotes
+1
-1
@@ -1 +1 @@
1
-Documentation/RelNotes/2.9.1.txt
\ No newline at end of file
1
+Documentation/RelNotes/2.9.2.txt
\ No newline at end of file