162 Commits (036465a248df7b0876e65d0e137826203305c606)

Author SHA1 Message Date
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
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Jiang Xin 39598f9983 quote_path_relative(): remove redundant parameter 12 years ago
Michael J Gruber afa15f3cd8 grep: honor --textconv for the case rev:path 12 years ago
Jeff King 335ec3bf41 grep: allow to use textconv filters 12 years ago
Jeff King f7892d1817 use parse_object_or_die instead of die("bad object") 12 years ago
Nguyễn Thái Ngọc Duy 0b0ecaac2a grep: avoid accepting ambiguous revision 12 years ago
Nguyễn Thái Ngọc Duy 55c61688ea grep: stop looking at random places for .gitattributes 12 years ago
Junio C Hamano c5c31d3381 grep: move pattern-type bits support to top-level grep.[ch] 12 years ago
Junio C Hamano 7687a0541e grep: move the configuration parsing logic to grep.[ch] 12 years ago
Junio C Hamano 15fabd1bbd builtin/grep.c: make configuration callback more reusable 12 years ago