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
4848 * "git commit" detects and rejects an attempt to stuff NUL byte in
4949 the commit log message.
5050
51+ * "git commit" learned "-S" to GPG-sign the commit; this can be shown
52+ with the "--show-signature" option to "git log".
53+
5154 * fsck and prune are relatively lengthy operations that still go
5255 silent while making the end-user wait. They learned to give progress
5356 output like other slow operations.
@@ -64,6 +67,10 @@ Updates since v1.7.8
6467 signed tag is recorded in the resulting merge commit for later
6568 auditing.
6669
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+
6774 * "git branch --edit-description" can be used to add descriptive text
6875 to explain what a topic branch is about.
6976
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.7.8.GIT
4+ DEF_VER=v1.7.9-rc0
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments