40 Commits (ebe8621fd798a568ae33eb6a665cb3c758dd3816)

Author SHA1 Message Date
Stephen Boyd 1e4cd68c00 sparse: Fix errors and silence warnings 14 years ago
Joe Ratterman b22520a37c grep: allow -E and -n to be turned on by default via configuration 14 years ago
Joe Ratterman 7d6cb10b84 grep: Add the option '--line-number' 14 years ago
René Scharfe c41dd2fd7d grep: read patterns from stdin with -f - 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Ævar Arnfjörð Bjarmason e4fe4ba57a i18n: git-grep "--open-files-in-pager" message 14 years ago
Ævar Arnfjörð Bjarmason 2fc5f9f189 i18n: git-grep basic messages 14 years ago
Junio C Hamano 9d8b831b36 grep --no-index: honor pathspecs correctly 14 years ago
Nguyễn Thái Ngọc Duy 1376e50723 grep: drop pathspec_matches() in favor of tree_entry_interesting() 14 years ago
Nguyễn Thái Ngọc Duy e5e062b6dc grep: use writable strbuf from caller for grep_tree() 14 years ago
Nguyễn Thái Ngọc Duy 2ed2437a14 grep: use match_pathspec_depth() for cache/worktree grepping 14 years ago
Nguyễn Thái Ngọc Duy f34bbc15ce grep: convert to use struct pathspec 14 years ago
Junio C Hamano b361888dd5 thread-utils.h: simplify the inclusion 14 years ago
René Scharfe d52ee6e613 add description parameter to OPT__QUIET 14 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 14 years ago
Thiago Farina 3cd474599f object.h: Add OBJECT_ARRAY_INIT macro and make use of it. 15 years ago
Nguyễn Thái Ngọc Duy ff38d1a995 grep: run setup_git_directory_gently() sooner 15 years ago
Nazri Ramliy e7b082a411 grep -O: Do not pass color sequences as filenames to pager 15 years ago
Thiago Farina 183113a5ca string_list: Add STRING_LIST_INIT macro and make use of it. 15 years ago
Johannes Schindelin 0af88c15e2 grep -O: allow optional argument specifying the pager (or editor) 15 years ago
Johannes Schindelin 678e484b7d grep: Add the option '--open-files-in-pager' 15 years ago
Johannes Schindelin 685359cf2d Unify code paths of threaded greps 15 years ago
Jonathan Nieder 30d00c395e grep: refactor grep_objects loop into its own function 15 years ago
René Scharfe ed40a0951c grep: support NUL chars in search strings for -F 15 years ago
René Scharfe 431d6e7bc8 grep: enable threading for context line printing 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Mark Lodato 73e9da0196 Add an optional argument for --color options 15 years ago
Junio C Hamano 5f02d31597 Fix use of mutex in threaded grep 15 years ago
Junio C Hamano 59332d13b2 Resurrect "git grep --no-index" 15 years ago
Jeff King 1123c67cee accept "git grep -- pattern" 15 years ago
Junio C Hamano 3c8f6c8c4f Revert 30816237 and 7e62265 15 years ago
Dan McGee bfac23d953 grep: Fix two memory leaks 15 years ago
Junio C Hamano 4ff61c21de grep --quiet: finishing touches 15 years ago
Fredrik Kuivinen 5b594f457a Threaded grep 15 years ago
Junio C Hamano 80235ba79e "log --author=me --grep=it" should find intersection, not union 15 years ago
Junio C Hamano c8610a2e7e grep: expose "status-only" feature via -q 15 years ago
Jim Meyering 34f3999206 grep: NUL terminate input from a file 15 years ago
Junio C Hamano 308162372d grep --no-index: allow use of "git grep" outside a git repository 15 years ago
Junio C Hamano 7e622650d7 grep: prepare to run outside of a work tree 15 years ago
Junio C Hamano bbc09c22b9 grep: rip out support for external grep 15 years ago
Junio C Hamano fbb9971aca grep: -L should show empty files 15 years ago
Nguyễn Thái Ngọc Duy 8740773ee5 t7002: test for not using external grep on skip-worktree paths 15 years ago
Nguyễn Thái Ngọc Duy a67e281162 grep: do not do external grep on skip-worktree entries 15 years ago
René Scharfe b482759983 grep: unset GREP_OPTIONS before spawning external grep 15 years ago
Brian Collins 5183bf6727 grep: Allow case insensitive search of fixed-strings 15 years ago
Jonathan Nieder 9c855c3178 Show usage string for 'git grep -h' 15 years ago
Matt Kraai cfe370c647 grep: do not segfault when -f is used 15 years ago
Clemens Buchacher 493b7a08d8 grep: accept relative paths outside current working directory 16 years ago
Clemens Buchacher 929e37d3df grep: fix exit status if external_grep() punts 16 years ago
Nguyễn Thái Ngọc Duy b4d1690df1 Teach Git to respect skip-worktree bit (reading part) 16 years ago