commit
f1f1b96e99
|
@ -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.1/git.html[documentation for release 1.7.9.1]
|
* link:v1.7.9.2/git.html[documentation for release 1.7.9.2]
|
||||||
|
|
||||||
* release notes for
|
* release notes for
|
||||||
|
link:RelNotes/1.7.9.2.txt[1.7.9.2],
|
||||||
link:RelNotes/1.7.9.1.txt[1.7.9.1],
|
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].
|
||||||
|
|
||||||
|
|
|
@ -60,18 +60,6 @@
|
||||||
# per-repository basis by setting the bash.showUpstream config
|
# per-repository basis by setting the bash.showUpstream config
|
||||||
# variable.
|
# variable.
|
||||||
#
|
#
|
||||||
#
|
|
||||||
# To submit patches:
|
|
||||||
#
|
|
||||||
# *) Read Documentation/SubmittingPatches
|
|
||||||
# *) Send all patches to the current maintainer:
|
|
||||||
#
|
|
||||||
# "Shawn O. Pearce" <spearce@spearce.org>
|
|
||||||
#
|
|
||||||
# *) Always CC the Git mailing list:
|
|
||||||
#
|
|
||||||
# git@vger.kernel.org
|
|
||||||
#
|
|
||||||
|
|
||||||
if [[ -n ${ZSH_VERSION-} ]]; then
|
if [[ -n ${ZSH_VERSION-} ]]; then
|
||||||
autoload -U +X bashcompinit && bashcompinit
|
autoload -U +X bashcompinit && bashcompinit
|
||||||
|
|
Loading…
Reference in New Issue