Skip to content

Commit

Permalink
Git 1.7.9-rc0
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jan 6, 2012
1 parent 5de89d3 commit eac2d83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Documentation/RelNotes/1.7.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ Updates since v1.7.8
* "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.
Expand All @@ -64,6 +67,10 @@ Updates since v1.7.8
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.

Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.7.8.GIT
DEF_VER=v1.7.9-rc0

LF='
'
Expand Down

0 comments on commit eac2d83

Please sign in to comment.