Code

completion: remove stale "to submit patches" documentation
[git.git] / contrib / completion / git-completion.bash
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