We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0f06d commit d33c875Copy full SHA for d33c875
Documentation/RelNotes/2.15.2.txt
@@ -43,5 +43,8 @@ Fixes since v2.15.1
43
* Clarify and enhance documentation for "merge-base --fork-point", as
44
it was clear what it computed but not why/what for.
45
46
+ * This release also contains the fixes made in the v2.13.7 version of
47
+ Git. See its release notes for details.
48
+
49
50
Also contains various documentation updates and code clean-ups.
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.15.1
+DEF_VER=v2.15.2
5
6
LF='
7
'
0 commit comments