summaryrefslogtreecommitdiff
path: root/builtin/grep.c
AgeCommit message (Expand)Author
2017-04-20Merge branch 'ab/grep-plug-pathspec-leak'Junio C Hamano
2017-04-17grep: plug a trivial memory leakÆvar Arnfjörð Bjarmason
2017-03-30Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-03-28Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-03-18grep: fix builds with with no thread supportBrandon Williams
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-03-17grep: fix bug when recursing with relative pathspecBrandon Williams
2017-03-17grep: fix help text typoBrandon Williams
2017-03-16make is_submodule_populated gentlyStefan Beller
2017-02-22builtin/grep: convert to struct object_idbrian m. carlson
2017-02-14grep: treat revs the same for --untracked as for --no-indexJeff King
2017-02-14grep: do not diagnose misspelt revs with --no-indexJeff King
2017-02-14grep: avoid resolving revision names in --no-index caseJeff King
2017-02-14grep: fix "--" rev/pathspec disambiguationJeff King
2017-02-14grep: re-order rev-parsing loopJeff King
2017-02-14grep: do not unnecessarily query repo for "--"Jonathan Tan
2017-02-14grep: move thread initialization a little lowerJeff King
2016-12-22grep: search history of moved submodulesBrandon Williams
2016-12-22grep: enable recurse-submodules to work on <tree> objectsBrandon Williams
2016-12-22grep: optionally recurse into submodulesBrandon Williams
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-07-13Merge branch 'nd/ita-cleanup'Junio C Hamano
2016-07-01grep: fix grepping for "intent to add" filesCharles Bailey
2016-05-06Merge branch 'bc/object-id'Junio C Hamano
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson
2016-03-07grep: turn off gitlink detection for --no-indexJeff King
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22convert manual allocations to argv_arrayJeff King
2016-02-03Merge branch 'jc/peace-with-crlf'Junio C Hamano
2016-01-29Merge branch 'jc/strbuf-getline'Junio C Hamano
2016-01-20Merge branch 'tg/grep-no-index-fallback'Junio C Hamano
2016-01-20Merge branch 'nd/ita-cleanup'Junio C Hamano
2016-01-15grep: read -f file with strbuf_getline()Junio C Hamano
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2016-01-12Merge branch 'vl/grep-configurable-threads'Junio C Hamano
2016-01-12builtin/grep: add grep.fallbackToNoIndex configThomas Gummerer
2015-12-28grep: make it clear i-t-a entries are ignoredNguyễn Thái Ngọc Duy
2015-12-16grep: add --threads=<num> option and grep.threads configurationVictor Leschuk
2015-12-15grep: slight refactoring to the code that disables threadingVictor Leschuk
2015-12-15grep: allow threading even on a single-core machineVictor Leschuk
2015-12-10Merge branch 'bc/object-id'Junio C Hamano
2015-11-20grep: stop using PARSE_OPT_NO_INTERNAL_HELPRené Scharfe
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-04-20Merge branch 'ps/grep-help-all-callback-arg'Junio C Hamano
2015-04-13grep: correctly initialize help-all optionPatrick Steinhardt
2015-03-25Merge branch 'ws/grep-quiet-no-pager'Junio C Hamano
2015-03-19grep: fix "--quiet" overwriting current outputWilhelm Schuermann