Skip to content

Commit 78bc466

Browse files
committed
Git 1.7.4.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2b1e172 commit 78bc466

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Documentation/RelNotes/1.7.4.2.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.4.1
4+
DEF_VER=v1.7.4.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)