Documentation / RelNotes / 1.6.2.3.txton commit The sixth batch (9c9b961)
   1GIT v1.6.2.3 Release Notes
   2==========================
   3
   4Fixes since v1.6.2.2
   5--------------------
   6
   7* Setting an octal mode value to core.sharedrepository configuration to
   8  restrict access to the repository to group members did not work as
   9  advertised.
  10
  11* A fairly large and trivial memory leak while rev-list shows list of
  12  reachable objects has been identified and plugged.
  13
  14* "git-commit --interactive" did not abort when underlying "git-add -i"
  15  signaled a failure.
  16
  17* git-repack (invoked from git-gc) did not work as nicely as it should in
  18  a repository that borrows objects from neighbours via alternates
  19  mechanism especially when some packs are marked with the ".keep" flag
  20  to prevent them from being repacked.
  21
  22Many small documentation updates are included as well.