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