Code

CodingGuidelines: do not use 'which' in shell scripts
[git.git] / Documentation / RelNotes / 1.7.9.3.txt
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 Also contains minor fixes and documentation updates.