From 62ed0728fe52312f270760187b3280bc51b6c2f0 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 26 Feb 2012 17:08:59 -0800 Subject: Document accumulated fixes since 1.7.9.2 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/1.7.9.3.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Documentation/RelNotes/1.7.9.3.txt (limited to 'Documentation') diff --git a/Documentation/RelNotes/1.7.9.3.txt b/Documentation/RelNotes/1.7.9.3.txt new file mode 100644 index 0000000000..1d03fd10c0 --- /dev/null +++ b/Documentation/RelNotes/1.7.9.3.txt @@ -0,0 +1,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 " used to warn about unmerged paths + outside the given pathspec. + +Also contains minor fixes and documentation updates. -- cgit v1.2.3