]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/RelNotes/1.7.5.3.txt
Merge branch 'cb/fsmonitor-intfix' into maint
[thirdparty/git.git] / Documentation / RelNotes / 1.7.5.3.txt
CommitLineData
3c3e0b3c
JH
1Git v1.7.5.3 Release Notes
2==========================
3
4Fixes 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
32And other minor fixes and documentation updates.