119 Commits (9aeb4c2b57aaaab208e5cce85dceadd551138a68)

Author SHA1 Message Date
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 13 years ago
Junio C Hamano c5c31d3381 grep: move pattern-type bits support to top-level grep.[ch] 13 years ago
Junio C Hamano 7687a0541e grep: move the configuration parsing logic to grep.[ch] 13 years ago
Junio C Hamano 15fabd1bbd builtin/grep.c: make configuration callback more reusable 13 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