diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:20:38 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:20:38 -0800 |
commit | c2e8e4b9da4d007b15faa2e3d407b2fd279f0572 (patch) | |
tree | 7c15e63d34d58cb7c902d0aee53d3d75cc56da43 | |
parent | Merge branch 'jk/rebuild-perl-scripts-with-no-perl-seting-change' into maint (diff) | |
download | tgif-c2e8e4b9da4d007b15faa2e3d407b2fd279f0572.tar.xz |
Prepare for 2.2.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/2.2.2.txt | 33 | ||||
l--------- | RelNotes | 2 |
2 files changed, 34 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.2.2.txt b/Documentation/RelNotes/2.2.2.txt new file mode 100644 index 0000000000..29e1a3b324 --- /dev/null +++ b/Documentation/RelNotes/2.2.2.txt @@ -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. @@ -1 +1 @@ -Documentation/RelNotes/2.2.1.txt
\ No newline at end of file +Documentation/RelNotes/2.2.2.txt
\ No newline at end of file |