332 Commits (9af6cb88b674b140d177fede6d61811ac55f73fb)

Author SHA1 Message Date
Carlos López 68437ede53 grep: add --max-count command line option 3 years ago
Ævar Arnfjörð Bjarmason 6aea6baeb3 object-file API: pass an enum to read_object_with_reference() 3 years ago
Ævar Arnfjörð Bjarmason 04bf052eef grep: simplify config parsing and option parsing 3 years ago
Ævar Arnfjörð Bjarmason 72365bb499 grep API: call grep_config() after grep_init() 3 years ago
Ævar Arnfjörð Bjarmason b8db6ed826 grep.c: don't pass along NULL callback value 3 years ago
Ævar Arnfjörð Bjarmason 9725c8dda2 built-ins: trust the "prefix" from run_builtin() 3 years ago
Jean-Noël Avila a699367bb8 i18n: factorize more 'incompatible options' messages 3 years ago
Ævar Arnfjörð Bjarmason b202e51b15 grep: fix a "path_list" memory leak 3 years ago
Ævar Arnfjörð Bjarmason 96c101257b grep: use object_array_clear() in cmd_grep() 3 years ago
Ævar Arnfjörð Bjarmason a2fb7672c0 grep: prefer "struct grep_opt" over its "void *" equivalent 3 years ago
Jonathan Tan 8eb8dcf946 repository: support unabsorbed in repo_submodule_init 4 years ago
Jonathan Tan 0693806bf8 grep: add repository to OID grep sources 4 years ago
Jonathan Tan dd45471a37 grep: allocate subrepos on heap 4 years ago
Jonathan Tan 78ca584f1c grep: read submodule entry with explicit repo 4 years ago
Jonathan Tan 50d92b5f03 grep: typesafe versions of grep_source_init 4 years ago
Jonathan Tan 8d33c3af0b grep: use submodule-ODB-as-alternate lazy-addition 4 years ago
Ævar Arnfjörð Bjarmason ce93a4c612 dir.[ch]: replace dir_init() with DIR_INIT 4 years ago
brian m. carlson 14228447c9 hash: provide per-algorithm null OIDs 4 years ago
Derrick Stolee 46eb6e31ef grep: ensure full index 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Ævar Arnfjörð Bjarmason cbe81e653f grep/pcre2: move back to thread-only PCREv2 structures 4 years ago
Matheus Tavares 42d906bec4 grep: honor sparse-checkout on working tree searches 4 years ago
Matheus Tavares 0c5d83b248 grep: error out if --untracked is used with --cached 4 years ago
Ævar Arnfjörð Bjarmason 15c9649730 grep/log: remove hidden --debug and --grep-debug options 4 years ago
Martin Ågren 96313423a7 grep: use designated initializers for `grep_defaults` 4 years ago
Martin Ågren 1d3878799f grep: don't set up a "default" repo for grep 4 years ago
René Scharfe e30b1525fb grep: handle deref_tag() returning NULL 4 years ago
Junio C Hamano 88910c9939 quote_path: give flags parameter to quote_path() 5 years ago
Junio C Hamano c34d24b8a4 quote_path: rename quote_path_relative() to quote_path() 5 years ago
Elijah Newren eceba53214 dir: fix problematic API to avoid memory leaks 5 years ago
René Scharfe 98c6871fad grep: avoid using oid_to_hex() with parse_object_or_die() 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Matheus Tavares 45115d8490 grep: follow conventions for printing paths w/ unusual chars 5 years ago
Elijah Newren 95c11ecc73 Fix error-prone fill_directory() API; make it only return matches 5 years ago
Philippe Blain c56c48dd07 grep: ignore --recurse-submodules if --no-index is given 5 years ago
Matheus Tavares f1928f04b2 grep: use no. of cores as the default no. of threads 5 years ago
Matheus Tavares 70a9fef240 grep: move driver pre-load out of critical section 5 years ago
Matheus Tavares 1184a95ea2 grep: re-enable threads in non-worktree case 5 years ago
Matheus Tavares 6c307626f1 grep: protect packed_git [re-]initialization 5 years ago
Matheus Tavares c441ea4edc grep: allow submodule functions to run in parallel 5 years ago
Matheus Tavares d7992421e1 submodule-config: add skip_if_read option to repo_read_gitmodules() 5 years ago
Matheus Tavares 1d1729caeb grep: replace grep_read_mutex by internal obj read lock 5 years ago
Matheus Tavares d5b0bac528 grep: fix racy calls in grep_objects() 5 years ago
Matheus Tavares faf123c730 grep: fix race conditions at grep_submodule() 5 years ago
Carlo Marcelo Arenas Belón 513f2b0bbd grep: make PCRE2 aware of custom allocator 5 years ago
René Scharfe fd99c2dd9b grep: use return value of strbuf_detach() 6 years ago
Matheus Tavares 6a289d45c0 grep: fix worktree case in submodules 6 years ago
Nguyễn Thái Ngọc Duy d3b4705ab8 sha1-file.c: remove the_repo from read_object_with_reference() 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago