summaryrefslogtreecommitdiff
path: root/textproc/the_silver_searcher
AgeCommit message (Collapse)AuthorFilesLines
2015-05-11Update to 0.30.0, provided by Jonathan Buschmann in PR 49886.wiz2-6/+6
0.30.0 ========= Support color on windows --version show status of features chosen at compile-time Add support for files: Mathematica, R, wsdl/wadl, Gentoo ebuild, Velocity, Clojure (1.7), puppet, F#, Nim, Pike
2015-03-09PR pkg/49736: Use MASTER_SITE_GITHUB. From Jonathan Buschmann.tnn1-4/+2
2015-03-05Update to 0.29.1. From Jonathan Buschmann in PR 49719.wiz2-10/+7
-- 0.29.1 8 feb. 2015 New file extension detection Possible speed up on BSD-derived platforms, during filename filtering Add --[no]filename Standardize some options (e.g. --line-numbers and --no-numbers are now --[no]numbers) More fixes for --only-matching Add --one-device doesn't follow links to other devices Add Vala file type Probably 99% of ignores are in the root directory, optimize this case Option -v/--invert-match turn off colors Various fixes -- 0.28 25 dec. 2014 Set processor affinity for worker threads, may result in 3-5% performance improvement for certain systems Add Mercury file type Support for -o (--only-matching) Allow multiple file types at the same time Allow unlimited depth Add -F/--fixed-strings to be more compatible with 'grep' usage Add extensions for OCaml files Fix exit code Fix bash completion -- 0.27 15 nov. 2014 Search stdin if stdin is a regular file Add --count/-c to count matches Add -0 and --print0 options Add Liquid filetype Add Markdown support
2014-11-01Update to 0.26.0, provided by Jonathan Buschmann in PR 49352.wiz2-6/+6
:: 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-08-13Update to 0.24.1. Highlights from `git log`:schmonz2-6/+6
* 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-07Update to 0.21.0. Highlights from `git log`:schmonz2-6/+6
* "language specs" * more tests * build fixes * code tweaks * improve options parsing and help output
2013-10-20Update to 0.17; changes not found.wiz6-56/+19
Mostly from Jonathan Buschmann in PR 48327 with fixes for systems with builtin xz and cleanups.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-13Initial import of the_silver_searcher-0.5.wiz7-0/+83
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!