Documentation / RelNotes / 2.0.2.txton commit Merge branch 'nd/split-index' (788cef8)
   1Git v2.0.2 Release Notes
   2========================
   3
   4 * Documentation for "git submodule sync" forgot to say that the subcommand
   5   can take the "--recursive" option.
   6
   7 * Mishandling of patterns in .gitignore that has trailing SPs quoted
   8   with backslashes (e.g. ones that end with "\ ") have been
   9   corrected.
  10
  11 * Recent updates to "git repack" started to duplicate objects that
  12   are in packfiles marked with .keep flag into the new packfile by
  13   mistake.