Skip to content

Commit

Permalink
completion: remove stale "to submit patches" documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philip Jägenstedt authored and Junio C Hamano committed Feb 22, 2012
1 parent 72d5e74 commit 176158c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 176158c

Please sign in to comment.