Merge branch 'sr/log-SG-no-textconv' into maint
[git/mingw.git] / Documentation / RelNotes / 1.8.2.2.txt
blob3b919e89ef539f6df0a0143e4454842824fd6e67
1 Git v1.8.2.2 Release Notes
2 ==========================
4 Fixes since v1.8.2.1
5 --------------------
7  * Perl scripts like "git-svn" closed (not redirecting to /dev/null)
8    the standard error stream, which is not a very smart thing to do.
9    Later open may return file descriptor #2 for unrelated purpose, and
10    error reporting code may write into them.
12  * "git apply --whitespace=fix" was not prepared to see a line getting
13    longer after fixing whitespaces (e.g. tab-in-indent aka Python).
15  * "git diff/log --cc" did not work well with options that ignore
16    whitespace changes.
18  * Documentation on setting up a http server that requires
19    authentication only on the push but not fetch has been clarified.
21  * A few bugfixes to "git rerere" working on corner case merge
22    conflicts have been applied.
24  * "git bundle" did not like a bundle created using a commit without
25    any message as its one of the prerequistes.