1 Git v1.7.9.3 Release Notes
2 ==========================
7 * "git p4" (in contrib/) submit the changes to a wrong place when the
8 "--use-client-spec" option is set.
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
14 * "git add --refresh <pathspec>" used to warn about unmerged paths
15 outside the given pathspec.
17 * The commit log template given with "git merge --edit" did not have
18 a short instructive text like what "git commit" gives.
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
24 Also contains minor fixes and documentation updates.