Skip to content

Commit 2be10bb

Browse files
committed
Git 1.7.0.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 970957d commit 2be10bb

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

Documentation/RelNotes-1.7.0.4.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
Git v1.7.0.4 Release Notes (draft)
2-
==================================
1+
Git v1.7.0.4 Release Notes
2+
==========================
33

44
Fixes since v1.7.0.3
55
--------------------
66

7+
* Optimized ntohl/htonl on big-endian machines were broken.
8+
79
* Color values given to "color.<cmd>.<slot>" configuration can now have
810
more than one attributes (e.g. "bold ul").
911

@@ -16,4 +18,10 @@ Fixes since v1.7.0.3
1618
* "git fast-export" didn't check error status and stop when marks file
1719
cannot be opened.
1820

21+
* "git format-patch --ignore-if-in-upstream" gave unwarranted errors
22+
when the range was empty, instead of silently finishing.
23+
24+
* "git remote prune" did not detect remote tracking refs that became
25+
dangling correctly.
26+
1927
And other minor fixes and documentation updates.

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v1.7.0.3/git.html[documentation for release 1.7.0.3]
46+
* link:v1.7.0.4/git.html[documentation for release 1.7.0.4]
4747

4848
* release notes for
49+
link:RelNotes-1.7.0.4.txt[1.7.0.4],
4950
link:RelNotes-1.7.0.3.txt[1.7.0.3],
5051
link:RelNotes-1.7.0.2.txt[1.7.0.2],
5152
link:RelNotes-1.7.0.1.txt[1.7.0.1],

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.0.3
4+
DEF_VER=v1.7.0.4
55

66
LF='
77
'

0 commit comments

Comments
 (0)