133 Commits (9096ee162b7e4e426b1719bb43f9e42e84c95816)

Author SHA1 Message Date
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 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
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