From 90020e3bcd2108baecc79144319c86ad865c8c5e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 14 Feb 2012 09:53:38 -0800 Subject: Git 1.7.9.1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/1.7.9.1.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Documentation/RelNotes') diff --git a/Documentation/RelNotes/1.7.9.1.txt b/Documentation/RelNotes/1.7.9.1.txt index a2e5b0dece..6957183dbb 100644 --- a/Documentation/RelNotes/1.7.9.1.txt +++ b/Documentation/RelNotes/1.7.9.1.txt @@ -4,6 +4,13 @@ Git v1.7.9.1 Release Notes Fixes since v1.7.9 ------------------ + * The makefile allowed environment variable X seep into it result in + command names suffixed with unnecessary strings. + + * The set of included header files in compat/inet-{ntop,pton} + wrappers was updated for Windows some time ago, but in a way that + broke Solaris build. + * rpmbuild noticed an unpackaged but installed *.mo file and failed. * Subprocesses spawned from various git programs were often left running @@ -24,6 +31,8 @@ Fixes since v1.7.9 chain and veered into side branch from which the whole change to the specified paths came. + * "git merge --no-edit $tag" failed to honor the --no-edit option. + * "git merge --ff-only $tag" failed because it cannot record the required mergetag without creating a merge, but this is so common operation for branch that is used _only_ to follow the upstream, so @@ -49,4 +58,6 @@ Fixes since v1.7.9 in .gitmodules when the submodule at $path was once added to the superproject and already initialized. + * Many small corner case bugs on "git tag -n" was corrected. + Also contains minor fixes and documentation updates. -- cgit v1.2.3