diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-11 11:36:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-11 11:36:25 -0700 |
commit | efe0a206a24179bf085463ea88f8c95ebc7c4768 (patch) | |
tree | b757b33c8b07491a6076d208b8bed851e372cf7f /.gitignore | |
parent | 871313c35851e85a58c4012c02a806890c671813 (diff) | |
parent | c91841594c2f08bec0c8b2d46da27add18fb4854 (diff) | |
download | git-efe0a206a24179bf085463ea88f8c95ebc7c4768.tar.gz |
Merge branch 'rj/test-regex'
Git ships with a fall-back regexp implementation for platforms with
buggy regexp library; give people a tool to see if they should be
using it on their platform.
* rj/test-regex:
test-regex: Add a test to check for a bug in the regex routines
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bb5c91e712..68fe464090 100644 --- a/.gitignore +++ b/.gitignore @@ -189,6 +189,7 @@ /test-mktemp /test-parse-options /test-path-utils +/test-regex /test-revision-walking /test-run-command /test-sha1 |