summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5de89d3)
raw | patch | inline | side by side (parent: 5de89d3)
author | Junio C Hamano <gitster@pobox.com> | |
Fri, 6 Jan 2012 20:48:17 +0000 (12:48 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 6 Jan 2012 20:51:09 +0000 (12:51 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.9.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 1c548d94362ec5d9fe36873d377b838d649cde9c..79397eb6c78e7895ee8bfba74df298c6381ec5db 100644 (file)
* "git commit" detects and rejects an attempt to stuff NUL byte in
the commit log message.
+ * "git commit" learned "-S" to GPG-sign the commit; this can be shown
+ with the "--show-signature" option to "git log".
+
* fsck and prune are relatively lengthy operations that still go
silent while making the end-user wait. They learned to give progress
output like other slow operations.
signed tag is recorded in the resulting merge commit for later
auditing.
+ * "git log" learned "--show-signature" option to show the signed tag
+ that was merged that is embedded in the merge commit. It also can
+ show the signature made on the commit with "git commit -S".
+
* "git branch --edit-description" can be used to add descriptive text
to explain what a topic branch is about.
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e18a30a16a6bd671290ac466745c218fed669755..4e83354d0bedf0a55ae2d79e0803fbf657313115 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.8.GIT
+DEF_VER=v1.7.9-rc0
LF='
'