add bash completion script for git

From git.git, contrib/completion/git-completion.bash

Change-Id: Ic7eb3cb01b1831ec20a1d99dee15171f7c919d54
This commit is contained in:
Chirayu Desai 2013-03-25 14:13:14 +05:30
parent 635747a1ea
commit b8e7c1519c
3 changed files with 2767 additions and 1 deletions

2766
bash_completion/git.bash Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# found in the repo-LICENSE file.
# Programmable completion for some Chromium OS build scripts.