Skip to content

Commit

Permalink
Git 1.7.1-rc2
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 Apr 19, 2010
1 parent 407a963 commit 5469e2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Documentation/RelNotes-1.7.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Updates since v1.7.0

* Eric Raymond is the maintainer of updated CIAbot scripts, in contrib/.

* gitk updates.

* Some commands (e.g. svn and http interfaces) that interactively ask
for a password can be told to use an external program given via
GIT_ASKPASS.
Expand Down Expand Up @@ -66,6 +68,8 @@ Updates since v1.7.0
* "gitweb" installation procedure can use "minified" js/css files
better.

* Various documentation updates.

Fixes since v1.7.0
------------------

Expand All @@ -75,6 +79,9 @@ release, unless otherwise noted.
* "git add frotz/nitfol" did not complain when the entire frotz/ directory
was ignored.

* "git diff --stat" used "int" to count the size of differences,
which could result in overflowing.

* "git rev-list --pretty=oneline" didn't terminate a record with LF for
commits without any message.

Expand All @@ -84,5 +91,5 @@ release, unless otherwise noted.
---
exec >/var/tmp/1
echo O=$(git describe)
O=v1.7.1-rc0-36-gb92cbb6
O=v1.7.1-rc1-49-g407a963
git shortlog --no-merges ^maint $O..
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.1.rc1.GIT
DEF_VER=v1.7.1.rc2

LF='
'
Expand Down

0 comments on commit 5469e2d

Please sign in to comment.