From e90118978e6fa03f388c94de91855ef4c409e961 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Thu, 19 May 2011 15:33:10 -0400 Subject: [PATCH] Fixed additional missing slash in Git completion. --- plugins/git/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git/_git b/plugins/git/_git index 7c72c98f..8f269e83 100644 --- a/plugins/git/_git +++ b/plugins/git/_git @@ -3958,7 +3958,7 @@ _git-name-rev () { '--refs=[only use refs matching given pattern]: :_guard "?#" "shell pattern"' \ '(--stdin :)--all[list all commits reachable from all refs]' \ '(--all :)--stdin[read from stdin and append revision-name]' \ - '--name-only[display only name of commits]' + '--name-only[display only name of commits]' \ '--no-undefined[die with non-zero return when a reference is undefined]' \ '--always[show uniquely abbreviated commit object as fallback]' \ '(--stdin --all)*: :__git_commits' && ret=0