Skip to content

Commit 3e7bb5d

Browse files
committed
Start preparing for 1.8.2.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 76f9bc9 commit 3e7bb5d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

Documentation/RelNotes/1.8.2.2.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Git v1.8.2.2 Release Notes
2+
==========================
3+
4+
Fixes since v1.8.2.1
5+
--------------------
6+
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.
11+
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).
14+
15+
* "git diff/log --cc" did not work well with options that ignore
16+
whitespace changes.
17+
18+
* Documentation on setting up a http server that requires
19+
authentication only on the push but not fetch has been clarified.
20+
21+
* A few bugfixes to "git rerere" working on corner case merge
22+
conflicts have been applied.
23+
24+
* "git bundle" did not like a bundle created using a commit without
25+
any message as its one of the prerequistes.

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.8.2.1.txt
1+
Documentation/RelNotes/1.8.2.2.txt

0 commit comments

Comments
 (0)