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 1966af8 commit 3bd1bb3Copy full SHA for 3bd1bb3
Documentation/RelNotes-1.6.2.3.txt
@@ -20,9 +20,3 @@ Fixes since v1.6.2.2
20
to prevent them from being repacked.
21
22
Many small documentation updates are included as well.
23
-
24
----
25
-exec >/var/tmp/1
26
-echo O=$(git describe maint)
27
-O=v1.6.2.2-41-gbff82d0
28
-git shortlog --no-merges $O..maint
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v1.6.2.2
+DEF_VER=v1.6.2.3
5
6
LF='
7
'
0 commit comments