diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-22 11:33:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-22 11:33:31 -0700 |
commit | 118f60ee06612083ff4f1810424e80a3e896f73e (patch) | |
tree | b71da18751c592e7459e2b8309523f5b30689374 /Documentation | |
parent | 3d88f83db212b6ac70eac68cd5f3a6461ed3194f (diff) | |
parent | 3e7bb5da9f58a8b0d066d1511ab95b5df2f8c6b1 (diff) | |
download | git-118f60ee06612083ff4f1810424e80a3e896f73e.tar.gz |
Sync with maint
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/1.8.2.2.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.2.2.txt b/Documentation/RelNotes/1.8.2.2.txt new file mode 100644 index 0000000000..3b919e89ef --- /dev/null +++ b/Documentation/RelNotes/1.8.2.2.txt @@ -0,0 +1,25 @@ +Git v1.8.2.2 Release Notes +========================== + +Fixes since v1.8.2.1 +-------------------- + + * Perl scripts like "git-svn" closed (not redirecting to /dev/null) + the standard error stream, which is not a very smart thing to do. + Later open may return file descriptor #2 for unrelated purpose, and + error reporting code may write into them. + + * "git apply --whitespace=fix" was not prepared to see a line getting + longer after fixing whitespaces (e.g. tab-in-indent aka Python). + + * "git diff/log --cc" did not work well with options that ignore + whitespace changes. + + * Documentation on setting up a http server that requires + authentication only on the push but not fetch has been clarified. + + * A few bugfixes to "git rerere" working on corner case merge + conflicts have been applied. + + * "git bundle" did not like a bundle created using a commit without + any message as its one of the prerequistes. |