We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54a216 commit 6f55ee4Copy full SHA for 6f55ee4
Documentation/RelNotes-1.6.2.1.txt
@@ -17,9 +17,3 @@ Fixes since v1.6.2
17
correct .git directory.
18
19
* git-send-email learned to correctly handle multiple Cc: addresses.
20
-
21
----
22
-exec >/var/tmp/1
23
-O=v1.6.2-21-g7681ed2
24
-echo O=$(git describe maint)
25
-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.GIT
+DEF_VER=v1.6.2.1
5
6
LF='
7
'
0 commit comments