From 8eeb27e0e6abfe90d22c8a0238aa6573bba1a1e3 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 18 Oct 2007 22:25:30 +0000 Subject: Mikael Magnusson: 23991: fix typo in __git_blobs(). --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 4400575f0..5beee3c4f 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -2570,7 +2570,7 @@ __git_tree_ishs () { (( $+functions[__git_blobs] )) || __git_blobs () { - _git_guard $* "[[:xdigit:]]#" 'blob id' + __git_guard $* "[[:xdigit:]]#" 'blob id' } (( $+functions[__git_stages] )) || -- cgit 1.4.1