File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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+
6973Fixes 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---
8592exec >/var/tmp/1
8693echo O=$(git describe)
87- O=v1.7.1-rc0-36-gb92cbb6
94+ O=v1.7.1-rc1-49-g407a963
8895git shortlog --no-merges ^maint $O..
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.7.1.rc1.GIT
4+ DEF_VER=v1.7.1.rc2
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments