Skip to content

Commit 62ed072

Browse files
committed
Document accumulated fixes since 1.7.9.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 660e20f commit 62ed072

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Documentation/RelNotes/1.7.9.3.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.7.9.2.txt
1+
Documentation/RelNotes/1.7.9.3.txt

0 commit comments

Comments
 (0)