Jonathan Nieder wrote: > @@ -1545,7 +1540,8 @@ _git_config () > pager.*) > local pfx="${cur%.*}." > cur="${cur#*.}" > - __gitcomp "$(__git_all_commands)" "$pfx" "$cur" > + __git_compute_all_commands > + __gitcomp "__git_all_commands" "$pfx" "$cur" > return > ;; > remote.*.*) s/__git_all_commands/\$__git_all_commands/ Yikes. Next patch I’ll let sit for a day. Good night, Jonathan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html