File: all-compl

package info (click to toggle)
git-completion 0%2B20060817-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 84 kB
  • ctags: 1
  • sloc: makefile: 30
file content (21 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# 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