We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdb5af commit 3f2a7aeCopy full SHA for 3f2a7ae
Documentation/RelNotes-1.5.3.5.txt
@@ -92,9 +92,3 @@ Fixes since v1.5.3.4
92
93
* "git-rebase -interactive" did not handle its "--strategy" option
94
properly.
95
-
96
---
97
-exec >/var/tmp/1
98
-O=v1.5.3.4-65-gf91333d
99
-echo O=`git describe refs/heads/maint`
100
-git shortlog --no-merges $O..refs/heads/maint
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v1.5.3.4.GIT
+DEF_VER=v1.5.3.5.GIT
5
6
LF='
7
'
0 commit comments