summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.7.9.3.txt
blob: 1d03fd10c00edbfa8ec8ae213a04764714ac4f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Git v1.7.9.3 Release Notes
==========================

Fixes since v1.7.9.2
--------------------

 * "git p4" (in contrib/) submit the changes to a wrong place when the
   "--use-client-spec" option is set.

 * The config.mak.autogen generated by optional autoconf support tried
   to link the binary with -lintl even when libintl.h is missing from
   the system.

 * "git add --refresh <pathspec>" used to warn about unmerged paths
   outside the given pathspec.

Also contains minor fixes and documentation updates.