Skip to content

Commit eac2d83

Browse files
committed
Git 1.7.9-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5de89d3 commit eac2d83

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Documentation/RelNotes/1.7.9.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.8.GIT
4+
DEF_VER=v1.7.9-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)