Andrew Gallant
c8e2fa1869
update Cargo.lock
2016-10-31 19:54:38 -04:00
Andrew Gallant
f728708ce9
Merge pull request #204 from lyuha/master
...
Add .fish extension to fish shell
2016-10-30 17:31:51 -04:00
Lyuha
c302995d05
Add .fish extension to fish shell
2016-10-31 00:52:45 +09:00
Andrew Gallant
4a77cc8100
update brew tap to 0.2.5
2016-10-29 23:23:45 -04:00
Andrew Gallant
dc86666044
changelog 0.2.5
2016-10-29 22:44:07 -04:00
Andrew Gallant
6b038511c7
0.2.5
2016-10-29 22:42:28 -04:00
Andrew Gallant
c767bccade
fix appveyor, sigh
2016-10-29 22:42:22 -04:00
Andrew Gallant
a075a462fa
0.2.4
2016-10-29 22:40:02 -04:00
Andrew Gallant
24f753c306
changelog 0.2.4
2016-10-29 22:27:39 -04:00
Andrew Gallant
1aae2759ad
update deps
2016-10-29 22:27:29 -04:00
Andrew Gallant
91646f6cca
bump ignore to 0.1.1
2016-10-29 22:19:00 -04:00
Andrew Gallant
031ace209d
ignore-0.1.1
2016-10-29 22:17:39 -04:00
Andrew Gallant
942e9c4743
don't commit ignore/Cargo.lock
2016-10-29 22:17:27 -04:00
Andrew Gallant
12c9656b18
bump thread_local
2016-10-29 22:15:24 -04:00
Andrew Gallant
8bf3760cdb
ignore-0.1.0
2016-10-29 22:13:41 -04:00
Andrew Gallant
c96623e66a
bump globset dep in ignore
2016-10-29 22:13:32 -04:00
Andrew Gallant
36f949633b
globset-0.1.1
2016-10-29 22:12:44 -04:00
Andrew Gallant
811fcc1fe8
Merge branch 'ctrlc-reset-terminal'
2016-10-29 21:54:18 -04:00
Brian Campbell
79a8d0ab3f
Reset the terminal when Ctrl-C is pressed
...
If a user hits Ctrl-C to exit out of a search in the middle of printing
a line, we don't want to leave the terminal colors screwed up for them.
Catch Ctrl-C using the ctrlc crate, obtain a stdout lock to ensure that
other threads don't continue writing after we do so, reset the terminal,
and exit the program.
Closes #119
2016-10-29 21:23:05 -04:00
Andrew Gallant
fbf8265cde
Merge pull request #202 from BurntSushi/ignore
...
Move all gitignore matching to separate crate.
2016-10-29 21:19:43 -04:00
Andrew Gallant
d79add341b
Move all gitignore matching to separate crate.
...
This PR introduces a new sub-crate, `ignore`, which primarily provides a
fast recursive directory iterator that respects ignore files like
gitignore and other configurable filtering rules based on globs or even
file types.
This results in a substantial source of complexity moved out of ripgrep's
core and into a reusable component that others can now (hopefully)
benefit from.
While much of the ignore code carried over from ripgrep's core, a
substantial portion of it was rewritten with the following goals in
mind:
1. Reuse matchers built from gitignore files across directory iteration.
2. Design the matcher data structure to be amenable for parallelizing
directory iteration. (Indeed, writing the parallel iterator is the
next step.)
Fixes #9 , #44 , #45
2016-10-29 20:48:59 -04:00
Andrew Gallant
12b2b1f624
Merge pull request #198 from sanga/patch-1
...
update python types to include Cython files
2016-10-28 10:22:22 -04:00
Tim Sampson
3aaf550ca5
update python types to include Cython files
2016-10-28 09:24:21 +03:00
Andrew Gallant
d4876cd064
Merge pull request #197 from SimenB/zsh-type
...
Add zsh type
2016-10-27 11:56:32 -04:00
simbekkh
867a57e176
Add zsh type
2016-10-27 17:36:26 +02:00
Andrew Gallant
ec4904df33
Merge pull request #195 from 8573/8573/readme/note-Nix-pkgs/1
...
Mention Nix package in README
2016-10-26 18:52:32 -04:00
c74d
c4ea157cb7
Mention Nix package in README
...
In the `README.md` document, where said document documents the
availability of pre-built packages of ripgrep, document the
availability of such a package from the package management system Nix.
2016-10-26 03:01:18 +00:00
Andrew Gallant
0156967f4c
Merge pull request #192 from SimenB/patch-1
...
Use svg for travis badge
2016-10-22 18:00:23 -04:00
Simen Bekkhus
3238707b0b
Use svg for travis badge
2016-10-22 23:44:38 +02:00
Andrew Gallant
31fbae597f
Merge pull request #183 from carlwgeorge/copr-instructions
...
Add instructions for installation on Fedora 24+ and RHEL/CentOS 7.
2016-10-16 10:17:17 -04:00
Andrew Gallant
f2e1711781
Fix bug when processing parent gitignore files.
...
This particular bug was triggered whenever a search was run in a directory
with a parent directory that contains a relevant .gitignore file. In
particular, before matching against a parent directory's gitignore rules,
a path's leading `./` was not stripped, which results in errant matching.
We now make sure `./` is stripped.
Fixes #184 .
2016-10-16 10:15:11 -04:00
Andrew Gallant
94d600e6e1
Update deps.
2016-10-16 10:12:49 -04:00
Carl George
b904c5d9dc
Add instructions for installation on Fedora 24+ and RHEL/CentOS 7.
...
Please note that the referenced copr repository should just be a temporary home while the Fedora/EPEL package review is pending.
https://bugzilla.redhat.com/show_bug.cgi?id=1380442
2016-10-16 04:13:54 -05:00
Andrew Gallant
5a29417796
update archlinux PKGBUILD
2016-10-13 21:01:49 -04:00
Andrew Gallant
f694800768
Update brew tap.
2016-10-13 21:00:18 -04:00
Andrew Gallant
bd1c9e9499
Merge pull request #175 from little-dude/master
...
add .tcl file extension
2016-10-13 16:00:40 -04:00
Corentin Henry
f04b0dd95c
add .tcl file extension
2016-10-13 11:28:34 -07:00
Andrew Gallant
5487dffefa
Merge pull request #172 from alexlafroscia/patch-1
...
Add `handlebars` type
2016-10-13 06:38:27 -04:00
Alex LaFroscia
1fc6787648
Shorten name of Handlebars type
2016-10-12 17:08:24 -07:00
Alex LaFroscia
11e164aec9
Add handlebars
type
2016-10-12 17:07:04 -07:00
Andrew Gallant
1c1331d926
Merge pull request #170 from sfackler/patch-1
...
Add .gradle as a groovy extension pattern
2016-10-12 15:59:57 -04:00
Steven Fackler
cbe94823d2
Add .gradle as a groovy extension pattern
...
Gradle is a build system for JVM-based languages that is configured via a Groovy DSL.
2016-10-12 11:07:27 -07:00
Andrew Gallant
d8712daf27
0.2.3
2016-10-11 19:44:54 -04:00
Andrew Gallant
7cbbef019f
changelog 0.2.3
2016-10-11 19:44:50 -04:00
Andrew Gallant
4d29d886e5
Merge pull request #168 from durka/doc-threads
...
clarify docs for --threads
2016-10-11 19:27:11 -04:00
Andrew Gallant
247a9398f4
Switch to thread_local crate in lieu of thread_local!.
...
This is to work around a bug where using a thread_local! was causing
a segfault on macos.
Fixes #164 .
2016-10-11 18:23:49 -04:00
Alex Burka
4c3025ab1c
clarify docs for --threads
2016-10-11 17:32:51 -04:00
Andrew Gallant
4981991a6e
0.2.2
2016-10-10 22:24:36 -04:00
Andrew Gallant
51440f59cd
Don't include HomebrewFormula in crate.
2016-10-10 22:24:28 -04:00
Andrew Gallant
7b8a8d77d0
changelog 0.2.2
2016-10-10 22:18:21 -04:00