From a58ee0a4e93d7e23be4ab50a324ce5c3a96ae862 Mon Sep 17 00:00:00 2001 From: wooorm Date: Wed, 11 Feb 2015 08:53:12 +0100 Subject: [PATCH] Fix missing closing curly brance in `bash_completion.sh` - Introduced in b0a6d04f9ff303a9864070eda45c7309e3789ad4; - Comments: https://github.com/tj/git-extras/commit/ b0a6d04f9ff303a9864070eda45c7309e3789ad4#commitcomment-9687275. --- etc/bash_completion.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/bash_completion.sh b/etc/bash_completion.sh index 8280155..d994a42 100644 --- a/etc/bash_completion.sh +++ b/etc/bash_completion.sh @@ -10,6 +10,7 @@ _git_changelog(){ _git_chore(){ __git_extras_workflow "chore" +} _git_authors(){ __gitcomp "-l --list"