From 895408bb814e8d41c21e9f51cb545ea2c7a9b975 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 17 May 2015 19:54:15 +0200 Subject: completion: git: add missing return to __git_recent_commits --- Completion/Unix/Command/_git | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion/Unix/Command/_git') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index ed23b39e8..d9d1015c3 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -5691,6 +5691,7 @@ __git_recent_commits () { _wanted heads expl 'head' compadd "$@" -a - heads && ret=0 expl=() _describe -2Vx -t commits 'commit object name' descr && ret=0 + return $ret } (( $+functions[__git_blob_objects] )) || -- cgit 1.4.1