83 Commits (0e4c8822e98e27c3c63125570c8bcbf0a8fd34da)

Author SHA1 Message Date
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
René Scharfe d52ee6e613 add description parameter to OPT__QUIET 14 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 15 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