Skip to content

Commit 3c3e0b3

Browse files
committed
Git 1.7.5.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5a6d82d commit 3c3e0b3

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

Documentation/RelNotes/1.7.5.3.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Git v1.7.5.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.7.5.2
5+
--------------------
6+
7+
* The bash completion scripts should correctly work using zsh's bash
8+
completion emulation layer now.
9+
10+
* Setting $(prefix) in config.mak did not affect where etc/gitconfig
11+
file is read from, even though passing it from the command line of
12+
$(MAKE) did.
13+
14+
* The logic to handle "&" (expand to UNIX username) in GECOS field
15+
miscounted the length of the name it formatted.
16+
17+
* "git cherry-pick -s resolve" failed to cherry-pick a root commit.
18+
19+
* "git diff --word-diff" misbehaved when diff.suppress-blank-empty was
20+
in effect.
21+
22+
* "git log --stdin path" with an input that has additional pathspec
23+
used to corrupt memory.
24+
25+
* "git send-pack" (hence "git push") over smalt-HTTP protocol could
26+
deadlock when the client side pack-object died early.
27+
28+
* Compressed tarball gitweb generates used to be made with the timestamp
29+
of the tarball generation; this was bad because snapshot from the same
30+
tree should result in a same tarball.
31+
32+
And other 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.5.2/git.html[documentation for release 1.7.5.2]
47+
* link:v1.7.5.3/git.html[documentation for release 1.7.5.3]
4848

4949
* release notes for
50+
link:RelNotes/1.7.5.3.txt[1.7.5.3],
5051
link:RelNotes/1.7.5.2.txt[1.7.5.2],
5152
link:RelNotes/1.7.5.1.txt[1.7.5.1],
5253
link:RelNotes/1.7.5.txt[1.7.5].

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.5.2
4+
DEF_VER=v1.7.5.3
55

66
LF='
77
'

RelNotes

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

0 commit comments

Comments
 (0)