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
1212 tiny packfiles. We now close the file descriptor early when the entire
1313 packfile fits inside one mmap window.
1414
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+
1519 * "git clone /no/such/path" did not fail correctly.
1620
1721 * "git commit" did not correctly error out when the user asked to use a
@@ -45,6 +49,9 @@ Fixes since v1.7.4.1
4549
4650 * gitweb's "highlight" interface mishandled tabs.
4751
52+ * gitweb didn't understand timezones with GMT offset that is not
53+ multiple of a whole hour.
54+
4855 * gitweb had a few forward-incompatible syntactic constructs and
4956 also used incorrect variable when showing the file mode in a diff.
5057
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.7.4.1
4+ DEF_VER=v1.7.4.2
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments