Documentation / RelNotes / 1.7.9.3.txton commit Merge branch 'jb/filter-ignore-sigpipe' into maint (c08afaf)
   1Git v1.7.9.3 Release Notes
   2==========================
   3
   4Fixes since v1.7.9.2
   5--------------------
   6
   7 * "git p4" (in contrib/) submit the changes to a wrong place when the
   8   "--use-client-spec" option is set.
   9
  10 * The config.mak.autogen generated by optional autoconf support tried
  11   to link the binary with -lintl even when libintl.h is missing from
  12   the system.
  13
  14 * "git add --refresh <pathspec>" used to warn about unmerged paths
  15   outside the given pathspec.
  16
  17 * The commit log template given with "git merge --edit" did not have
  18   a short instructive text like what "git commit" gives.
  19
  20 * "gitweb" used to drop warnings in the log file when "heads" view is
  21   accessed in a repository whose HEAD does not point at a valid
  22   branch.
  23
  24Also contains minor fixes and documentation updates.