summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 72d5e74)
raw | patch | inline | side by side (parent: 72d5e74)
author | Philip Jägenstedt <philip@foolip.org> | |
Wed, 22 Feb 2012 08:58:12 +0000 (09:58 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 22 Feb 2012 21:57:05 +0000 (13:57 -0800) |
It was out-of-sync with the reality of who works on this
script. Defer (silently) to Documentation/SubmittingPatches
like all other code.
Signed-off-by: Philip Jägenstedt <philip@foolip.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
script. Defer (silently) to Documentation/SubmittingPatches
like all other code.
Signed-off-by: Philip Jägenstedt <philip@foolip.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash | patch | blob | history |
index ab24310569c68084ad739297f969d725838c9c58..6bfb02266c7e87dbfd5c4bec915ae27a21682674 100755 (executable)
# per-repository basis by setting the bash.showUpstream config
# 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
autoload -U +X bashcompinit && bashcompinit