diff options
author | Philip Jägenstedt <philip@foolip.org> | 2012-02-22 09:58:12 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-22 13:57:05 -0800 |
commit | 176158cabd2d369151a4122c59ed8afab0ca236c (patch) | |
tree | 71a4f66ea805cd899de0caf3d9a5e03d0c36a01a | |
parent | Update draft release notes to 1.7.9.2 (diff) | |
download | tgif-176158cabd2d369151a4122c59ed8afab0ca236c.tar.xz |
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-x | contrib/completion/git-completion.bash | 12 |
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 |