1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-18 12:26:33 +02:00

Merge branch 'maint'

* maint:
  Start preparing for 2.0.2
This commit is contained in:
Junio C Hamano 2014-07-10 11:37:56 -07:00
commit 66f467c3e6

View File

@ -0,0 +1,13 @@
Git v2.0.2 Release Notes
========================
* Documentation for "git submodule sync" forgot to say that the subcommand
can take the "--recursive" option.
* Mishandling of patterns in .gitignore that has trailing SPs quoted
with backslashes (e.g. ones that end with "\ ") have been
corrected.
* Recent updates to "git repack" started to duplicate objects that
are in packfiles marked with .keep flag into the new packfile by
mistake.