File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ Updates since v1.7.8
48
48
* "git commit" detects and rejects an attempt to stuff NUL byte in
49
49
the commit log message.
50
50
51
+ * "git commit" learned "-S" to GPG-sign the commit; this can be shown
52
+ with the "--show-signature" option to "git log".
53
+
51
54
* fsck and prune are relatively lengthy operations that still go
52
55
silent while making the end-user wait. They learned to give progress
53
56
output like other slow operations.
@@ -64,6 +67,10 @@ Updates since v1.7.8
64
67
signed tag is recorded in the resulting merge commit for later
65
68
auditing.
66
69
70
+ * "git log" learned "--show-signature" option to show the signed tag
71
+ that was merged that is embedded in the merge commit. It also can
72
+ show the signature made on the commit with "git commit -S".
73
+
67
74
* "git branch --edit-description" can be used to add descriptive text
68
75
to explain what a topic branch is about.
69
76
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.7.8.GIT
4
+ DEF_VER=v1.7.9-rc0
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments