Documentation / RelNotes / 1.7.7.2.txton commit Merge branch 'km/rebase-doc-typofix' (d95f610)
   1Git v1.7.7.2 Release Notes
   2==========================
   3
   4Fixes since v1.7.7.1
   5--------------------
   6
   7 * We used to drop error messages from libcurl on certain kinds of
   8   errors.
   9
  10 * Error report from smart HTTP transport, when the connection was
  11   broken in the middle of a transfer, showed a useless message on
  12   a corrupt packet.
  13
  14 * "git fetch --prune" was unsafe when used with refspecs from the
  15   command line.
  16
  17 * The attribute mechanism did not use case insensitive match when
  18   core.ignorecase was set.
  19
  20 * "git bisect" did not notice when it failed to update the working tree
  21   to the next commit to be tested.
  22
  23 * "git config --bool --get-regexp" failed to separate the variable name
  24   and its value "true" when the variable is defined without "= true".
  25
  26 * "git remote rename $a $b" were not careful to match the remote name
  27   against $a (i.e. source side of the remote nickname).
  28
  29 * "git mergetool" did not use its arguments as pathspec, but as a path to
  30   the file that may not even have any conflict.
  31
  32 * "git diff --[num]stat" used to use the number of lines of context
  33   different from the default, potentially giving different results from
  34   "git diff | diffstat" and confusing the users.
  35
  36 * "git pull" and "git rebase" did not work well even when GIT_WORK_TREE is
  37   set correctly with GIT_DIR if the current directory is outside the working
  38   tree.
  39
  40 * "git send-email" did not honor the configured hostname when restarting
  41   the HELO/EHLO exchange after switching TLS on.
  42
  43 * "gitweb" used to produce a non-working link while showing the contents
  44   of a blob, when JavaScript actions are enabled.