Documentation / RelNotes / 1.8.3.3.txton commit Merge branch 'cr/git-work-tree-sans-git-dir' into maint (213d256)
   1Git v1.8.3.3 Release Notes
   2==========================
   3
   4Fixes since v1.8.3.2
   5--------------------
   6
   7 * Mac OS X does not like to write(2) more than INT_MAX number of
   8   bytes; work it around by chopping write(2) into smaller pieces.
   9
  10 * Newer MacOS X encourages the programs to compile and link with
  11   their CommonCrypto, not with OpenSSL.