Commit graph

6 commits

Author SHA1 Message Date
wiz
34db6d57a5 Update to 0.26.0, provided by Jonathan Buschmann in PR 49352.
:: Release 0.26.0
Fixes for ignores
Add markdown filetype
Add filetype completion for bash completion
:: Release 0.25.0
--vimgrep option added
Add less filetype
Add --null option to provide input to 'xargs -0'
Case insensitive matching is now the default
Add swift filetype
2014-11-01 16:28:18 +00:00
schmonz
ca15bcdd0d 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-08-13 15:45:35 +00:00
schmonz
8f4975034e Update to 0.21.0. Highlights from git log:
* "language specs"
* more tests
* build fixes
* code tweaks
* improve options parsing and help output
2014-04-07 19:48:53 +00:00
wiz
4f1453d201 Update to 0.17; changes not found.
Mostly from Jonathan Buschmann in PR 48327 with fixes for systems
with builtin xz and cleanups.
2013-10-20 22:14:21 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
wiz
435d72f9e3 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!
2012-04-13 11:32:58 +00:00