From 733db1b41126a45ce1ecf5c552e1ad5d8acf9c72 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 17 May 2015 20:49:56 +0200 Subject: 35106: completion: git: unique name for __git_recent_commits This helps to distinguish it from __git_commit_objects. --- 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 80cbb4355..4222bf211 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -5700,7 +5700,7 @@ __git_recent_commits () { expl=() _wanted heads expl 'head' compadd "$@" -a - heads && ret=0 expl=() - _describe -2Vx -t commits 'commit object name' descr && ret=0 + _describe -2Vx -t commits 'recent commit object name' descr && ret=0 return $ret } -- cgit 1.4.1