We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24362a5 commit f8dd64fCopy full SHA for f8dd64f
Documentation/RelNotes-1.5.4.5.txt
@@ -54,9 +54,3 @@ Fixes since v1.5.4.4
54
"rebase --continue" impossible.
55
56
As usual, it also comes with many documentation fixes and clarifications.
57
-
58
---
59
-exec >/var/tmp/1
60
-echo O=$(git describe maint)
61
-O=v1.5.4.4-32-gb88605f
62
-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.5.4.4.GIT
+DEF_VER=v1.5.4.5.GIT
5
6
LF='
7
'
0 commit comments