summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 660e20f)
raw | patch | inline | side by side (parent: 660e20f)
author | Junio C Hamano <gitster@pobox.com> | |
Mon, 27 Feb 2012 01:08:59 +0000 (17:08 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 27 Feb 2012 01:08:59 +0000 (17:08 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.9.3.txt | [new file with mode: 0644] | patch | blob |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes/1.7.9.3.txt b/Documentation/RelNotes/1.7.9.3.txt
--- /dev/null
@@ -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 <pathspec>" used to warn about unmerged paths
+ outside the given pathspec.
+
+Also contains minor fixes and documentation updates.
diff --git a/RelNotes b/RelNotes
index 47d7319392f128caf7de436e53a5e501d798c613..36a588545842e8fcebf31f7ab59fa890f1ef5e8e 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes/1.7.9.2.txt
\ No newline at end of file
+Documentation/RelNotes/1.7.9.3.txt
\ No newline at end of file