Skip to content

Commit

Permalink
Document accumulated fixes since 1.7.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Feb 27, 2012
1 parent 660e20f commit 62ed072
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Documentation/RelNotes/1.7.9.3.txt
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.
2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit 62ed072

Please sign in to comment.