sequencer.c: teach append_signoff to avoid adding a duplicate newline
[gitweb.git] / contrib / completion / git-completion.bash
index 85ae4191e52966c86e2bc1dc76d0454a8a485b20..0960acc58680b97a6cc0cf22fe7980d8758c6ee4 100644 (file)
@@ -585,7 +585,7 @@ __git_list_porcelain_commands ()
 {
        local i IFS=" "$'\n'
        __git_compute_all_commands
-       for i in "help" $__git_all_commands
+       for i in $__git_all_commands
        do
                case $i in
                *--*)             : helper pattern;;