Skip to content

Commit 6a6d72b

Browse files
committed
Start preparing for 1.7.10.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0626fae commit 6a6d72b

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

Documentation/RelNotes/1.7.10.4.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Git v1.7.10.4 Release Notes
2+
===========================
3+
4+
Fixes since v1.7.10.3
5+
---------------------
6+
7+
* The message file for Swedish translation has been updated a bit.
8+
9+
* A name taken from mailmap was copied into an internal buffer
10+
incorrectly and could overun the buffer if it is too long.
11+
12+
* A malformed commit object that has a header line chomped in the
13+
middle could kill git with a NULL pointer dereference.
14+
15+
* An author/committer name that is a single character was mishandled
16+
as an invalid name by mistake.
17+
18+
* The progress indicator for a large "git checkout" was sent to
19+
stderr even if it is not a terminal.
20+
21+
* "git grep -e '$pattern'", unlike the case where the patterns are
22+
read from a file, did not treat individual lines in the given
23+
pattern argument as separate regular expressions as it should.
24+
25+
Also contains minor fixes and documentation updates.

Documentation/git.txt

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

47-
* link:v1.7.10.2/git.html[documentation for release 1.7.10.2]
47+
* link:v1.7.10.3/git.html[documentation for release 1.7.10.3]
4848

4949
* release notes for
50+
link:RelNotes/1.7.10.3.txt[1.7.10.3],
5051
link:RelNotes/1.7.10.2.txt[1.7.10.2],
5152
link:RelNotes/1.7.10.1.txt[1.7.10.1],
5253
link:RelNotes/1.7.10.txt[1.7.10].

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.7.10.3.txt
1+
Documentation/RelNotes/1.7.10.4.txt

0 commit comments

Comments
 (0)