Files
git/builtin
Thomas Gummerer ecd9ba6177 builtin/grep: add grep.fallbackToNoIndex config
Currently when git grep is used outside of a git repository without the
--no-index option git simply dies.  For convenience, add a
grep.fallbackToNoIndex configuration variable.  If set to true, git grep
behaves like git grep --no-index if it is run outside of a git
repository.  It defaults to false, preserving the current behavior.

Helped-by: Jeff King <peff@peff.net>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2016-01-12 10:54:31 -08:00
..
2014-07-16 11:10:11 -07:00
2015-03-23 11:12:58 -07:00
2015-09-28 15:28:31 -07:00
2015-02-11 13:44:20 -08:00
2015-01-14 09:32:04 -08:00
2015-03-05 12:45:39 -08:00
2015-01-14 09:32:04 -08:00
2015-03-20 13:11:53 -07:00
2015-09-28 15:28:31 -07:00
2015-09-28 14:57:10 -07:00
2015-01-14 09:32:04 -08:00
2015-01-14 09:32:04 -08:00
2015-03-20 12:40:56 -07:00
2015-02-11 13:44:20 -08:00
2015-09-28 15:28:31 -07:00
2015-01-14 09:32:04 -08:00
2015-09-04 10:34:19 -07:00
2015-03-22 12:26:31 -07:00