#
# source this file with 
#    source ./all-compl
# to get bash tab-completions for some of git and some porcelain
#
# Note that all the sourced files must be either in the PATH or in the cwd.
#
# Copyright (c) Paolo Giarrusso, 2005
# Copyright (c) Ben Clifford, 2005
#

# source the library functions
source git-compl-lib

# These install completions for git,cg,stg and gitk respectively.
# git-compl-lib must be sourced before them.
source git-compl
source cg-compl
source stg-compl
source gitk-compl

