Shawn Pearce <spearce@xxxxxxxxxxx> writes: > Since these are completion routines only for tools shipped with > core Git and since bash is a popular shell on many of the native > core Git platforms (Linux, Mac OS X, Solaris, BSD) including these > routines as part of the stock package would probably be convienent > for many users. > > Signed-off-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> > > contrib/bash-git-completion.sh | 330 +++++++++++++++... > 1 files changed, 330 insertions(+), 0 deletions(-) Hmph. I tried this and found that I like "git pull ." completion quite a bit. Having said that: * If many people like it (like me), this may deserve to be outside contrib/ * Otherwise, it would probably be better to place it in either contrib/bash/git-completion.sh (with potentially other bash-related things not just completion, but I do not know offhand what other kind of hooks would be useful) or contrib/completion/git-completion.bash (possibly with completion for other shells). - 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