Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
completion: remove stale "to submit patches" documentation
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>
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
72d5e74
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index ab24310569c68084ad739297f969d725838c9c58..6bfb02266c7e87dbfd5c4bec915ae27a21682674 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-60,18
+60,6
@@
# 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