1
0
Fork 0

Removed unneeded _git_config override

Relic from extraction from git-supp repository.
master
Mike Gerwitz 2014-08-21 21:37:42 -04:00
parent 22f82993bd
commit 30d36c334e
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 0 additions and 12 deletions

View File

@ -16,18 +16,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
# override their config function to provide our own options
eval "$( echo '_prev_git_config ()'; declare -f _git_config | tail -n +2 )"
_git_config ()
{
_prev_git_config
_get_comp_words_by_ref -n =: cur prev
# add our configuration options
COMPREPLY=( ${COMPREPLY[@]-} state.delim.left state.delim.right )
}
__git-short_cmdok ()
{
test "${1:0:1}" != -