153bf14032e81886229ee2d8ae8338cf4613804b
   1Git v1.7.10.3 Release Notes
   2===========================
   3
   4Fixes since v1.7.10.2
   5---------------------
   6
   7 * The message file for German translation has been updated a bit.
   8
   9 * "git status --porcelain" ignored "--branch" option by mistake.  The
  10   output for "git status --branch -z" was also incorrect and did not
  11   terminate the record for the current branch name with NUL as asked.
  12
  13 * Running "git checkout" on an unborn branch used to corrupt HEAD.
  14
  15 * When checking out another commit from an already detached state, we
  16   used to report all commits that are not reachable from any of the
  17   refs as lossage, but some of them might be reachable from the new
  18   HEAD, and there is no need to warn about them.
  19
  20 * Some time ago, "git clone" lost the progress output for its
  21   "checkout" phase; when run without any "--quiet" option, it should
  22   give progress to the lengthy operation.
  23
  24 * "log -z --pretty=tformat:..." did not terminate each record with
  25   NUL.  The fix is not entirely correct when the output also asks for
  26   --patch and/or --stat, though.
  27
  28 * The DWIM behaviour for "log --pretty=format:%gd -g" was somewhat
  29   broken and gave undue precedence to configured log.date, causing
  30   "git stash list" to show "stash@{time stamp string}".
  31
  32Also contains minor fixes and documentation updates.