From: Philip Jägenstedt Date: Wed, 22 Feb 2012 08:58:12 +0000 (+0100) Subject: completion: remove stale "to submit patches" documentation X-Git-Tag: v1.7.9.2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=176158cabd2d369151a4122c59ed8afab0ca236c;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index ab2431056..6bfb02266 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" -# -# *) Always CC the Git mailing list: -# -# git@vger.kernel.org -# if [[ -n ${ZSH_VERSION-} ]]; then autoload -U +X bashcompinit && bashcompinit