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
6
6
7
7
* Eric Raymond is the maintainer of updated CIAbot scripts, in contrib/.
8
8
9
+ * gitk updates.
10
+
9
11
* Some commands (e.g. svn and http interfaces) that interactively ask
10
12
for a password can be told to use an external program given via
11
13
GIT_ASKPASS.
@@ -66,6 +68,8 @@ Updates since v1.7.0
66
68
* "gitweb" installation procedure can use "minified" js/css files
67
69
better.
68
70
71
+ * Various documentation updates.
72
+
69
73
Fixes since v1.7.0
70
74
------------------
71
75
@@ -75,6 +79,9 @@ release, unless otherwise noted.
75
79
* "git add frotz/nitfol" did not complain when the entire frotz/ directory
76
80
was ignored.
77
81
82
+ * "git diff --stat" used "int" to count the size of differences,
83
+ which could result in overflowing.
84
+
78
85
* "git rev-list --pretty=oneline" didn't terminate a record with LF for
79
86
commits without any message.
80
87
@@ -84,5 +91,5 @@ release, unless otherwise noted.
84
91
---
85
92
exec >/var/tmp/1
86
93
echo O=$(git describe)
87
- O=v1.7.1-rc0-36-gb92cbb6
94
+ O=v1.7.1-rc1-49-g407a963
88
95
git shortlog --no-merges ^maint $O..
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.7.1.rc1.GIT
4
+ DEF_VER=v1.7.1.rc2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments