From 60e3e1cf8f1dd3fd2fbd9b5ec9b0a38e84f6cf42 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 24 Dec 2018 16:34:42 +0000 Subject: [PATCH] Add incremental git version requirement [Fix #396] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c4a4e29e..167dca41 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ Running mutant for the first time on an existing codebase can be a rather dishea bundle exec mutant --include lib --require virtus --since master --use rspec Virtus::Attribute#type ``` +Note that this feature requires at least git `2.13.0`. + Presentations -------------