-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document accumulated fixes since 1.7.9.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information
Junio C Hamano
committed
Feb 27, 2012
1 parent
660e20f
commit 62ed072
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Documentation/RelNotes/1.7.9.2.txt | ||
Documentation/RelNotes/1.7.9.3.txt |