98 Commits (d82dd26964b9d7b39fb74367e5fcc3e3f4593324)

Author SHA1 Message Date
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
Michael J Gruber 208f5aa426 grep: show --debug output only once 13 years ago
Junio C Hamano 17bf35a3c7 grep: teach --debug option to dump the parse tree 13 years ago
Nguyễn Thái Ngọc Duy f63cf8c9fb Use imperative form in help usage to describe an action 13 years ago
Nguyễn Thái Ngọc Duy 4b407bc506 i18n: grep: mark parseopt strings for translation 13 years ago
J Smith 84befcd0a4 grep: add a grep.patternType configuration setting 13 years ago
Matthieu Moy 023e37c377 verify_filename(): ask the caller to chose the kind of diagnosis 13 years ago
René Scharfe ec83061156 grep: stop leaking line strings with -f 13 years ago
René Scharfe cbb08c2e0b parse-options: remove PARSE_OPT_NEGHELP 13 years ago
Jeff King 6680a0874f drop odd return value semantics from userdiff_config 13 years ago
Jeff King 9dd5245c10 grep: pre-load userdiff drivers when threaded 13 years ago
Jeff King 8f24a6323e convert git-grep to use grep_source interface 13 years ago
Jeff King b3aeb285d0 grep: move sha1-reading mutex into low-level code 13 years ago
Jeff King 78db6ea9dc grep: make locking flag global 13 years ago
Albert Yale 50dd0f2fd9 grep: fix -l/-L interaction with decoration lines 13 years ago
Thomas Rast 53b8d931b6 grep: disable threading in non-worktree case 13 years ago
Thomas Rast 0579f91dd7 grep: enable threading with -p and -W using lazy attribute lookup 13 years ago
Nguyễn Thái Ngọc Duy d688cf07b1 tree_entry_interesting(): give meaningful names to return values 13 years ago
Nguyễn Thái Ngọc Duy 0de1633783 tree-walk.c: do not leak internal structure in tree_entry_len() 13 years ago
Junio C Hamano 764161391f builtin/grep: simplify lock_and_read_sha1_file() 13 years ago
Junio C Hamano 1487a12ba2 builtin/grep: make lock/unlock into static inline functions 13 years ago
Johannes Schindelin cdf0553769 git grep: be careful to use mutexes only when they are initialized 13 years ago
Jeff King c9bfb95348 want_color: automatically fallback to color.ui 14 years ago
Jeff King e269eb7946 git_config_colorbool: refactor stdout_is_tty handling 14 years ago
René Scharfe 317f63c21c grep: long context options 14 years ago
René Scharfe ba8ea7496f grep: add option to show whole function as context 14 years ago
René Scharfe 1d84f72ef1 grep: add --heading 14 years ago
René Scharfe a8f0e7649e grep: add --break 14 years ago
René Scharfe 08303c3636 grep: fix coloring of hunk marks between files 14 years ago
Junio C Hamano 7c5f3cc4a5 grep: use get_pathspec() correctly 14 years ago
Junio C Hamano cca2c172e0 git-grep: do not die upon -F/-P when grep.extendedRegexp is set. 14 years ago
Michał Kiedrowicz 258a618849 git-grep: Bail out when -P is used with -F or -E 14 years ago
Michał Kiedrowicz 63e7e9d8b6 git-grep: Learn PCRE 14 years ago
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
Nguyễn Thái Ngọc Duy 97d0b74a49 Improve tree_entry_interesting() handling code 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