File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ Fixes since v1.7.4.1
12
12
tiny packfiles. We now close the file descriptor early when the entire
13
13
packfile fits inside one mmap window.
14
14
15
+ * "git bisect visualize" tried to run "gitk" in windowing
16
+ environments even when "gitk" is not installed, resulting in a
17
+ strange error message.
18
+
15
19
* "git clone /no/such/path" did not fail correctly.
16
20
17
21
* "git commit" did not correctly error out when the user asked to use a
@@ -45,6 +49,9 @@ Fixes since v1.7.4.1
45
49
46
50
* gitweb's "highlight" interface mishandled tabs.
47
51
52
+ * gitweb didn't understand timezones with GMT offset that is not
53
+ multiple of a whole hour.
54
+
48
55
* gitweb had a few forward-incompatible syntactic constructs and
49
56
also used incorrect variable when showing the file mode in a diff.
50
57
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.4.1
4
+ DEF_VER=v1.7.4.2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments