Skip to content

Commit 176158c

Browse files
foolipgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 72d5e74 commit 176158c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

contrib/completion/git-completion.bash

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,6 @@
6060
# per-repository basis by setting the bash.showUpstream config
6161
# variable.
6262
#
63-
#
64-
# To submit patches:
65-
#
66-
# *) Read Documentation/SubmittingPatches
67-
# *) Send all patches to the current maintainer:
68-
#
69-
# "Shawn O. Pearce" <[email protected]>
70-
#
71-
# *) Always CC the Git mailing list:
72-
#
73-
74-
#
7563

7664
if [[ -n ${ZSH_VERSION-} ]]; then
7765
autoload -U +X bashcompinit && bashcompinit

0 commit comments

Comments
 (0)