diff --git a/modules/git/functions/git-info b/modules/git/functions/git-info index 9911310c..1c163962 100644 --- a/modules/git/functions/git-info +++ b/modules/git/functions/git-info @@ -89,32 +89,6 @@ function _git-action { return 1 } -# Instructs the user on how to turn off git-info for the current repository. -function _git-info-abort { - if ! is-true "$_git_info_executing"; then - return 1 - fi - - cat >&2 <