summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Jägenstedt <philip@foolip.org>2012-02-22 09:58:12 +0100
committerJunio C Hamano <gitster@pobox.com>2012-02-22 13:57:05 -0800
commit176158cabd2d369151a4122c59ed8afab0ca236c (patch)
tree71a4f66ea805cd899de0caf3d9a5e03d0c36a01a
parent72d5e74e991937e24afb943eee74ca929e7f00ab (diff)
downloadgit-176158cabd2d369151a4122c59ed8afab0ca236c.tar.gz
completion: remove stale "to submit patches" documentation
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>
-rwxr-xr-xcontrib/completion/git-completion.bash12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index ab24310569..6bfb02266c 100755
--- 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