Documentation / RelNotes / 1.8.2.2.txton commit git add <pathspec>... defaults to "-A" (fdc97ab)
   1Git v1.8.2.2 Release Notes
   2==========================
   3
   4Fixes since v1.8.2.1
   5--------------------
   6
   7 * Perl scripts like "git-svn" closed (not redirecting to /dev/null)
   8   the standard error stream, which is not a very smart thing to do.
   9   Later open may return file descriptor #2 for unrelated purpose, and
  10   error reporting code may write into them.
  11
  12 * "git apply --whitespace=fix" was not prepared to see a line getting
  13   longer after fixing whitespaces (e.g. tab-in-indent aka Python).
  14
  15 * "git diff/log --cc" did not work well with options that ignore
  16   whitespace changes.
  17
  18 * Documentation on setting up a http server that requires
  19   authentication only on the push but not fetch has been clarified.
  20
  21 * A few bugfixes to "git rerere" working on corner case merge
  22   conflicts have been applied.
  23
  24 * "git bundle" did not like a bundle created using a commit without
  25   any message as its one of the prerequistes.