Jakub Narebski <jnareb@xxxxxxxxx> wrote: > Shawn O. Pearce wrote: > > [cut] > > Sidenote: do you have git-config and git-init as commands to use? Yes. init and config are not in that table, which means they will be offered as possible completions. The table defaults to include every command, I filter out stuff which people aren't expected to be running (frequently) from an interactive shell. Err on the side of caution... But not only is config in the table, we support completion on lots of the arguments, e.g. `git config branch.ma<tab>.re<tab>` (for branch.master.remote). -- Shawn. - 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