summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-27 01:08:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-02-27 01:08:59 (GMT)
commit62ed0728fe52312f270760187b3280bc51b6c2f0 (patch)
tree0be587ca1bb5c7e4919959a293051fd5363dc56d
parent660e20f5c72ba363c08f0d3fca60c9680f296c40 (diff)
downloadgit-62ed0728fe52312f270760187b3280bc51b6c2f0.zip
git-62ed0728fe52312f270760187b3280bc51b6c2f0.tar.gz
git-62ed0728fe52312f270760187b3280bc51b6c2f0.tar.bz2
Document accumulated fixes since 1.7.9.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.9.3.txt17
l---------RelNotes2
2 files changed, 18 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.7.9.3.txt b/Documentation/RelNotes/1.7.9.3.txt
new file mode 100644
index 0000000..1d03fd1
--- /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 <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 47d7319..36a5885 120000
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-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