We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660e20f commit 62ed072Copy full SHA for 62ed072
Documentation/RelNotes/1.7.9.3.txt
@@ -0,0 +1,17 @@
1
+Git v1.7.9.3 Release Notes
2
+==========================
3
+
4
+Fixes since v1.7.9.2
5
+--------------------
6
7
+ * "git p4" (in contrib/) submit the changes to a wrong place when the
8
+ "--use-client-spec" option is set.
9
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.
13
14
+ * "git add --refresh <pathspec>" used to warn about unmerged paths
15
+ outside the given pathspec.
16
17
+Also contains minor fixes and documentation updates.
RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.7.9.2.txt
+Documentation/RelNotes/1.7.9.3.txt
0 commit comments