We are not calling any git commands any more. Signed-off-by: Felipe Contreras <[email protected]> --- git-request-pull.rb | 2 -- 1 file changed, 2 deletions(-)
diff --git a/git-request-pull.rb b/git-request-pull.rb index fde8d1a..941ff72 100755 --- a/git-request-pull.rb +++ b/git-request-pull.rb @@ -2,8 +2,6 @@ require 'date' -ENV['GIT_PAGER'] = - patch = nil def usage -- 1.8.4-fc -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

