Commit aad27e6e by Carlos Martín Nieto

Add a few missing CHANGELOG entries

parent 5692dcf1
...@@ -148,3 +148,15 @@ v0.21 + 1 ...@@ -148,3 +148,15 @@ v0.21 + 1
* git_checkout now handles case-changing renames correctly on * git_checkout now handles case-changing renames correctly on
case-insensitive filesystems; for example renaming "readme" to "README". case-insensitive filesystems; for example renaming "readme" to "README".
* git_index_name_entrycount() and git_index_reuc_entrycount() now
return size_t instead of unsigned int.
* The search for libssh2 is now done via pkg-config instead of a
custom search of a few directories.
* Add support for core.protectHFS and core.protectNTFS. Add more
validation for filenames which we write such as references.
* The local transport now generates textual progress output like
git-upload-pack does ("counting objects").
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment