From 4f6ac08af3ffd9ce13912a50cbeed6546a2440e6 Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Sun, 27 Jan 2019 16:42:26 -0800 Subject: github #32: Fix a typo in the git tag completion. --- ChangeLog | 5 +++++ Completion/Unix/Command/_git | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bec1e7bc9..0fa26a580 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-01-28 Fredric Silberberg + + * github #32: Completion/Unix/Command/_git: Fix a typo in the + git tag completion. + 2018-01-27 dana * unposted: Etc/creating-a-release.txt: Document additional diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 0ebbbe861..b3e54f7f9 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -2049,7 +2049,7 @@ _git-tag () { '(-i --ignore-case)'{-i,--ignore-case}'[sorting and filtering are case-insensitive]' \ ':: :_guard "^-*" pattern' \ - verification \ - '(-v --verify)'{-v,--verify}'[verify gpg signutare of tags]' \ + '(-v --verify)'{-v,--verify}'[verify gpg signature of tags]' \ '*:: :__git_ignore_line_inside_arguments __git_tags' } -- cgit 1.4.1