pack-objects: turn off bitmaps when we split packs
[git.git] / Documentation / RelNotes / 1.7.5.3.txt
blob9c03353af2e940a9c82bc53e2791f5d00804aed1
1 Git v1.7.5.3 Release Notes
2 ==========================
4 Fixes since v1.7.5.2
5 --------------------
7  * The bash completion scripts should correctly work using zsh's bash
8    completion emulation layer now.
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.
14  * The logic to handle "&" (expand to UNIX username) in GECOS field
15    miscounted the length of the name it formatted.
17  * "git cherry-pick -s resolve" failed to cherry-pick a root commit.
19  * "git diff --word-diff" misbehaved when diff.suppress-blank-empty was
20    in effect.
22  * "git log --stdin path" with an input that has additional pathspec
23    used to corrupt memory.
25  * "git send-pack" (hence "git push") over smalt-HTTP protocol could
26    deadlock when the client side pack-object died early.
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.
32 And other minor fixes and documentation updates.