From 025351c48606ac1884723bbf62e764a7bf80d063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aljaz=CC=8C=20=22g5pw=22=20Srebrnic=CC=8C?= Date: Tue, 20 Aug 2013 22:30:16 +0200 Subject: [PATCH] Change completion title It makes more sense to name the category 'Git projects' instead of 'Project name'. --- lib/git/repo_index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/git/repo_index.sh b/lib/git/repo_index.sh index dcd16c8..41a8dfe 100644 --- a/lib/git/repo_index.sh +++ b/lib/git/repo_index.sh @@ -328,7 +328,7 @@ else "--list[List all repositories currently present in the index]" \ "--count-by-host[Count all repositories per host]" \ "--batch-cmd+[Run a git command on all repositories]:git command:->git_command" \ - ":Project name:->projects" \ + "1::Git projects:->projects" \ && return 0