t0300: work around bug in dash 0.5.6
[git/dscho.git] / Documentation / RelNotes / 1.7.9.3.txt
blobd7be177681f9cef64ad7e6e6498baca00973eb0a
1 Git v1.7.9.3 Release Notes
2 ==========================
4 Fixes since v1.7.9.2
5 --------------------
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
12    the system.
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
22    branch.
24 Also contains minor fixes and documentation updates.