Skip to content

Commit 5469e2d

Browse files
committed
Git 1.7.1-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 407a963 commit 5469e2d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Documentation/RelNotes-1.7.1.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Updates since v1.7.0
66

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

9+
* gitk updates.
10+
911
* Some commands (e.g. svn and http interfaces) that interactively ask
1012
for a password can be told to use an external program given via
1113
GIT_ASKPASS.
@@ -66,6 +68,8 @@ Updates since v1.7.0
6668
* "gitweb" installation procedure can use "minified" js/css files
6769
better.
6870

71+
* Various documentation updates.
72+
6973
Fixes since v1.7.0
7074
------------------
7175

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

82+
* "git diff --stat" used "int" to count the size of differences,
83+
which could result in overflowing.
84+
7885
* "git rev-list --pretty=oneline" didn't terminate a record with LF for
7986
commits without any message.
8087

@@ -84,5 +91,5 @@ release, unless otherwise noted.
8491
---
8592
exec >/var/tmp/1
8693
echo O=$(git describe)
87-
O=v1.7.1-rc0-36-gb92cbb6
94+
O=v1.7.1-rc1-49-g407a963
8895
git shortlog --no-merges ^maint $O..

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.1.rc1.GIT
4+
DEF_VER=v1.7.1.rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)