-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information
Junio C Hamano
committed
Apr 22, 2013
1 parent
76f9bc9
commit 3e7bb5d
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Documentation/RelNotes/1.8.2.1.txt | ||
Documentation/RelNotes/1.8.2.2.txt |