lib-git-svn.sh: Add check for mis-configured web server variables
[git/mingw.git] / Documentation / RelNotes / 1.7.3.4.txt
blob925178f6089fbeff38add340563d803bc65a7365
1 Git v1.7.3.4 Release Notes
2 ==========================
4 Fixes since v1.7.3.3
5 --------------------
7  * Smart HTTP transport used to incorrectly retry redirected POST
8    request with GET request.
10  * "git apply" did not correctly handle patches that only change modes
11    if told to apply while stripping leading paths with -p option.
13  * "git apply" can deal with patches with timezone formatted with a
14    colon between the hours and minutes part (e.g. "-08:00" instead of
15    "-0800").
17  * "git cherry-pick" or "git revert" refused to work when a path that
18    would be modified by the operation was stat-dirty without a real
19    difference in the contents of the file.
21  * "git diff --check" reported an incorrect line number for added
22    blank lines at the end of file.
24  * Setting log.decorate configuration variable to "0" or "1" to mean
25    "false" or "true" did not work.
27  * "git tag -v" did not work with GPG signatures in rfc1991 mode.
29  * The post-receive-email sample hook was accidentally broken in 1.7.3.3
30    update.
32 Other minor fixes and documentation updates are also included.