-
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 <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 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,33 @@ | ||
Git v2.2.2 Release Notes | ||
======================== | ||
|
||
Fixes since v2.2.1 | ||
------------------ | ||
|
||
* "git checkout $treeish $path", when $path in the index and the | ||
working tree already matched what is in $treeish at the $path, | ||
still overwrote the $path unnecessarily. | ||
|
||
* "git config --get-color" did not parse its command line arguments | ||
carefully. | ||
|
||
* open() emulated on Windows platforms did not give EISDIR upon | ||
an attempt to open a directory for writing. | ||
|
||
* A few code paths used abs() when they should have used labs() on | ||
long integers. | ||
|
||
* "gitweb" used to depend on a behaviour recent CGI.pm deprecated. | ||
|
||
* "git init" (hence "git clone") initialized the per-repository | ||
configuration file .git/config with x-bit by mistake. | ||
|
||
* Git 2.0 was supposed to make the "simple" mode for the default of | ||
"git push", but it didn't. | ||
|
||
* "Everyday" document had a broken link. | ||
|
||
* The build procedure did not bother fixing perl and python scripts | ||
when NO_PERL and NO_PYTHON build-time configuration changed. | ||
|
||
Also contains typofixes, documentation updates and trivial code clean-ups. |
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/2.2.1.txt | ||
Documentation/RelNotes/2.2.2.txt |