2014-08-13 17:45:35 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 0.24.1. Highlights from `git log`:
* portability
* clang support
* make --invert-match (-v) behave as in ack/grep
* more searchable file types (and --list-file-types option)
* default to smart-case when searching (differs from ack)
|
2014-04-07 21:48:53 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 0.21.0. Highlights from `git log`:
* "language specs"
* more tests
* build fixes
* code tweaks
* improve options parsing and help output
|
2013-10-21 00:14:21 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update to 0.17; changes not found.
Mostly from Jonathan Buschmann in PR 48327 with fixes for systems
with builtin xz and cleanups.
|
2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-04-13 13:32:58 by Thomas Klausner | Files touched by this commit (7) | |
Log message:
Initial import of the_silver_searcher-0.5.
Why use ag?
* It searches through code about 3x-5x faster than ack.
* It ignores files matched by patterns in your .gitignore and .hgignore.
* If there are files in your source repo that you don't want to
search, just add their patterns to a .agignore file.
* It's written in C instead of perl, the lesser of two evils :)
* The binary name is 33% shorter than ack!
|