177 Commits (6d423dd542f062a9696c210c33cf33e0657ab923)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 6d423dd542 grep: don't redundantly compile throwaway patterns under threading 8 years ago
Ævar Arnfjörð Bjarmason 8df4c2953f grep: assert that threading is enabled when calling grep_{lock,unlock} 8 years ago
Ævar Arnfjörð Bjarmason d1edee4ada grep: given --threads with NO_PTHREADS=YesPlease, warn 8 years ago
Ævar Arnfjörð Bjarmason 374166cb38 grep: catch a missing enum in switch statement 8 years ago
Ævar Arnfjörð Bjarmason 7861fa07c3 grep: plug a trivial memory leak 8 years ago
Brandon Williams 2225e1ea20 grep: fix builds with with no thread support 8 years ago
Brandon Williams be80a2392f grep: fix bug when recursing with relative pathspec 8 years ago
Brandon Williams 4fb1c6aad8 grep: fix help text typo 8 years ago
Stefan Beller 15cdc64776 make is_submodule_populated gently 8 years ago
brian m. carlson 1db1108654 builtin/grep: convert to struct object_id 8 years ago
Jeff King 131f3c96d2 grep: treat revs the same for --untracked as for --no-index 8 years ago
Jeff King 73fc7b6b9b grep: do not diagnose misspelt revs with --no-index 8 years ago
Jeff King d0ffc06933 grep: avoid resolving revision names in --no-index case 8 years ago
Jeff King b5b81136da grep: fix "--" rev/pathspec disambiguation 8 years ago
Jeff King 20d6421cae grep: re-order rev-parsing loop 8 years ago
Jonathan Tan dca3b5f5ce grep: do not unnecessarily query repo for "--" 8 years ago
Jeff King a0fe2b0d23 grep: move thread initialization a little lower 8 years ago
Brandon Williams e6fac7f3d3 grep: search history of moved submodules 8 years ago
Brandon Williams 74ed43711f grep: enable recurse-submodules to work on <tree> objects 8 years ago
Brandon Williams 0281e487fd grep: optionally recurse into submodules 8 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 9 years ago
Charles Bailey b8e47d1acf grep: fix grepping for "intent to add" files 9 years ago
brian m. carlson 7d924c9139 struct name_entry: use struct object_id instead of unsigned char sha1[20] 9 years ago
Jeff King 85975c0c7f grep: turn off gitlink detection for --no-index 9 years ago
Jeff King 850d2fec53 convert manual allocations to argv_array 9 years ago
Junio C Hamano a551843129 grep: read -f file with strbuf_getline() 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Thomas Gummerer ecd9ba6177 builtin/grep: add grep.fallbackToNoIndex config 9 years ago
Nguyễn Thái Ngọc Duy 4d55200532 grep: make it clear i-t-a entries are ignored 9 years ago
Victor Leschuk 89f09dd34e grep: add --threads=<num> option and grep.threads configuration 9 years ago
Victor Leschuk 044b1f3cb4 grep: slight refactoring to the code that disables threading 9 years ago
Victor Leschuk b6b468b2bf grep: allow threading even on a single-core machine 9 years ago
René Scharfe 4441549995 grep: stop using PARSE_OPT_NO_INTERNAL_HELP 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Patrick Steinhardt 5dcd1b1577 grep: correctly initialize help-all option 10 years ago
Wilhelm Schuermann c2048f0b39 grep: fix "--quiet" overwriting current output 10 years ago
Nguyễn Thái Ngọc Duy 77fdb8a82c grep: correct help string for --exclude-standard 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Jeff King 9e0c3c4fcd make add_object_array_with_context interface more sane 10 years ago
Johannes Schindelin f7febbea07 git grep -O -i: if the pager is 'less', pass the '-I' option 11 years ago
Jeff King 26ecfe3e20 grep: use run-command's "dir" option for --open-files-in-pager 11 years ago
Nguyễn Thái Ngọc Duy ebb32893ba pathspec: convert some match_pathspec_depth() to dir_path_match() 11 years ago
Nguyễn Thái Ngọc Duy 429bb40abd pathspec: convert some match_pathspec_depth() to ce_path_match() 11 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Nguyễn Thái Ngọc Duy 7327d3d1b7 convert {read,fill}_directory to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 6330a17199 parse_pathspec: add special flag for max_depth feature 12 years ago
Nguyễn Thái Ngọc Duy 0fdc2ae512 convert some get_pathspec() calls to parse_pathspec() 12 years ago
Nguyễn Thái Ngọc Duy 64acde94ef move struct pathspec and related functions to pathspec.[ch] 12 years ago