Git 1.7.9.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a95750c4e8
commit
90020e3bcd
@ -4,6 +4,13 @@ Git v1.7.9.1 Release Notes
|
|||||||
Fixes since v1.7.9
|
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.
|
* rpmbuild noticed an unpackaged but installed *.mo file and failed.
|
||||||
|
|
||||||
* Subprocesses spawned from various git programs were often left running
|
* 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
|
chain and veered into side branch from which the whole change to the
|
||||||
specified paths came.
|
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
|
* "git merge --ff-only $tag" failed because it cannot record the
|
||||||
required mergetag without creating a merge, but this is so common
|
required mergetag without creating a merge, but this is so common
|
||||||
operation for branch that is used _only_ to follow the upstream, so
|
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
|
in .gitmodules when the submodule at $path was once added to the
|
||||||
superproject and already initialized.
|
superproject and already initialized.
|
||||||
|
|
||||||
|
* Many small corner case bugs on "git tag -n" was corrected.
|
||||||
|
|
||||||
Also contains minor fixes and documentation updates.
|
Also contains minor fixes and documentation updates.
|
||||||
|
@ -44,9 +44,10 @@ unreleased) version of git, that is available from 'master'
|
|||||||
branch of the `git.git` repository.
|
branch of the `git.git` repository.
|
||||||
Documentation for older releases are available here:
|
Documentation for older releases are available here:
|
||||||
|
|
||||||
* link:v1.7.9/git.html[documentation for release 1.7.9]
|
* link:v1.7.9.1/git.html[documentation for release 1.7.9.1]
|
||||||
|
|
||||||
* release notes for
|
* release notes for
|
||||||
|
link:RelNotes/1.7.9.1.txt[1.7.9.1],
|
||||||
link:RelNotes/1.7.9.txt[1.7.9].
|
link:RelNotes/1.7.9.txt[1.7.9].
|
||||||
|
|
||||||
* link:v1.7.8.4/git.html[documentation for release 1.7.8.4]
|
* link:v1.7.8.4/git.html[documentation for release 1.7.8.4]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v1.7.9
|
DEF_VER=v1.7.9.1
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user