From 39b88fe3342ff96a6e29e6f8ee17a15787ad63dd Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Fri, 17 May 2013 21:17:44 -0400 Subject: [PATCH] Remove the git-info SIGINT message Users should read the Git module README on how to turn git-info on and off. --- modules/git/functions/git-info | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/modules/git/functions/git-info b/modules/git/functions/git-info index 9911310..1c16396 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 <