Age | Commit message (Expand) | Author | Files | Lines |
2020-11-21 | grep: use designated initializers for `grep_defaults` | Martin Ågren | 1 | -1/+0 |
2020-11-21 | grep: don't set up a "default" repo for grep | Martin Ågren | 1 | -1/+1 |
2020-10-12 | grep: handle deref_tag() returning NULL | René Scharfe | 1 | -0/+11 |
2020-09-10 | quote_path: give flags parameter to quote_path() | Junio C Hamano | 1 | -1/+1 |
2020-09-10 | quote_path: rename quote_path_relative() to quote_path() | Junio C Hamano | 1 | -1/+1 |
2020-08-18 | dir: fix problematic API to avoid memory leaks | Elijah Newren | 1 | -1/+2 |
2020-08-10 | Merge branch 'jk/strvec' | Junio C Hamano | 1 | -1/+1 |
2020-07-28 | grep: avoid using oid_to_hex() with parse_object_or_die() | René Scharfe | 1 | -1/+1 |
2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -1/+1 |
2020-05-05 | Merge branch 'dl/opt-callback-cleanup' | Junio C Hamano | 1 | -13/+13 |
2020-04-29 | Merge branch 'en/fill-directory-exponential' | Junio C Hamano | 1 | -2/+0 |
2020-04-28 | Use OPT_CALLBACK and OPT_CALLBACK_F | Denton Liu | 1 | -13/+13 |
2020-04-20 | grep: follow conventions for printing paths w/ unusual chars | Matheus Tavares | 1 | -12/+34 |
2020-04-01 | Fix error-prone fill_directory() API; make it only return matches | Elijah Newren | 1 | -2/+0 |
2020-02-14 | Merge branch 'mt/threaded-grep-in-object-store' | Junio C Hamano | 1 | -47/+46 |
2020-01-30 | grep: ignore --recurse-submodules if --no-index is given | Philippe Blain | 1 | -2/+5 |
2020-01-17 | grep: use no. of cores as the default no. of threads | Matheus Tavares | 1 | -2/+1 |
2020-01-17 | grep: move driver pre-load out of critical section | Matheus Tavares | 1 | -4/+4 |
2020-01-17 | grep: re-enable threads in non-worktree case | Matheus Tavares | 1 | -1/+1 |
2020-01-17 | grep: protect packed_git [re-]initialization | Matheus Tavares | 1 | -2/+6 |
2020-01-17 | grep: allow submodule functions to run in parallel | Matheus Tavares | 1 | -16/+22 |
2020-01-17 | submodule-config: add skip_if_read option to repo_read_gitmodules() | Matheus Tavares | 1 | -1/+1 |
2020-01-17 | grep: replace grep_read_mutex by internal obj read lock | Matheus Tavares | 1 | -30/+16 |
2020-01-17 | grep: fix racy calls in grep_objects() | Matheus Tavares | 1 | -0/+5 |
2020-01-17 | grep: fix race conditions at grep_submodule() | Matheus Tavares | 1 | -4/+3 |
2019-10-23 | Merge branch 'cb/pcre2-chartables-leakfix' | Junio C Hamano | 1 | -0/+1 |
2019-10-18 | grep: make PCRE2 aware of custom allocator | Carlo Marcelo Arenas Belón | 1 | -0/+1 |
2019-08-26 | grep: use return value of strbuf_detach() | René Scharfe | 1 | -2/+2 |
2019-08-22 | Merge branch 'mt/grep-submodules-working-tree' | Junio C Hamano | 1 | -4/+6 |
2019-07-30 | grep: fix worktree case in submodules | Matheus Tavares | 1 | -4/+6 |
2019-06-27 | sha1-file.c: remove the_repo from read_object_with_reference() | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -19/+27 |
2019-01-29 | Merge branch 'bc/tree-walk-oid' | Junio C Hamano | 1 | -4/+4 |
2019-01-29 | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip' | Junio C Hamano | 1 | -7/+10 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2019-01-15 | tree-walk: store object_id in a separate member | brian m. carlson | 1 | -4/+4 |
2019-01-14 | Merge branch 'nd/attr-pathspec-in-tree-walk' | Junio C Hamano | 1 | -1/+2 |
2019-01-14 | sha1-name.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2019-01-14 | grep: use grep_opt->repo instead of explict repo argument | Nguyễn Thái Ngọc Duy | 1 | -17/+24 |
2019-01-04 | Merge branch 'jk/loose-object-cache' | Junio C Hamano | 1 | -1/+1 |
2018-12-05 | repository: repo_submodule_init to take a submodule struct | Stefan Beller | 1 | -7/+10 |
2018-11-19 | tree-walk.c: make tree_entry_interesting() take an index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-11-18 | Merge branch 'jk/unused-parameter-fixes' | Junio C Hamano | 1 | -1/+13 |
2018-11-18 | Merge branch 'nd/pthreads' | Junio C Hamano | 1 | -49/+30 |
2018-11-13 | Merge branch 'ao/submodule-wo-gitmodules-checked-out' | Junio C Hamano | 1 | -3/+14 |
2018-11-13 | sha1-file: use an object_directory for the main object dir | Jeff King | 1 | -1/+1 |
2018-11-06 | assert NOARG/NONEG behavior of parse-options callbacks | Jeff King | 1 | -1/+13 |
2018-11-05 | grep: clean up num_threads handling | Nguyễn Thái Ngọc Duy | 1 | -31/+27 |
2018-11-05 | grep: remove #ifdef NO_PTHREADS | Nguyễn Thái Ngọc Duy | 1 | -37/+22 |
2018-10-31 | submodule: support reading .gitmodules when it's not in the working tree | Antonio Ospite | 1 | -3/+14 |