Show patches with: Submitter = Matheus Tavares       |   387 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[no subject] Untitled series #270539 - - - --- 2020-04-14 Matheus Tavares New
[1/2] compat/win32/pthread: add pthread_once() Make oid_to_hex() thread-safe - - - --- 2020-06-25 Matheus Tavares New
[1/2] config: allow config_with_options() to handle any repo config: make config_with_options() handle any repo - - - --- 2019-08-26 Matheus Tavares New
[1/2] dir: fix outdated comment on add_patterns() dir: update outdated fields and comments about oid_stat - - - --- 2020-03-16 Matheus Tavares New
[1/2] doc: sparse-checkout: mention --cone option sparse-checkout: add completion and --cone to docs - - - --- 2020-01-23 Matheus Tavares New
[1/2] packfile: fix race condition on unpack_entry() Fix race condition and memory leak in delta base cache - - - --- 2020-09-28 Matheus Tavares New
[1/2] symlinks: update comment on threaded_check_leading_path() checkout: don't follow symlinks when removing entries - - - --- 2021-03-18 Matheus Tavares Accepted
[1/2] t/t0021: convert the rot13-filter.pl script to C t0021: convert perl script to C test-tool helper - - - --- 2022-07-22 Matheus Tavares Superseded
[1/2] write_entry(): fix misuses of `path` in error messages checkout-index: some cleanups to --temp and --prefix outputs - - - --- 2021-02-08 Matheus Tavares Superseded
[1/3] add --chmod: don't update index when --dry-run is used add: minor --chmod fixes - - - --- 2021-02-23 Matheus Tavares Accepted
[1/3] checkout: document bug where delayed checkout counts entries twice checkout: fix two bugs on count of updated entries - - - --- 2022-07-13 Matheus Tavares Superseded
[1/3] doc: grep: unify configuration variables definitions doc: unify config info on some cmds - - - --- 2022-07-14 Matheus Tavares New
[1/5] unpack-trees: add basic support for parallel checkout Parallel Checkout (part 2) - - - --- 2021-03-17 Matheus Tavares Superseded
[1/7] diff: make diff_populate_filespec() honor its repo argument fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[1/7] make_transient_cache_entry(): optionally alloc from mem_pool Parallel Checkout (part 3) - - - --- 2021-04-22 Matheus Tavares Superseded
[2/2] checkout-index: omit entries with no tempname from --temp output checkout-index: some cleanups to --temp and --prefix outputs - - - --- 2021-02-08 Matheus Tavares Superseded
[2/2] checkout: don't follow symlinks when removing entries checkout: don't follow symlinks when removing entries - - - --- 2021-03-18 Matheus Tavares Accepted
[2/2] completion: add support for sparse-checkout sparse-checkout: add completion and --cone to docs - - - --- 2020-01-23 Matheus Tavares New
[2/2] dir: improve naming of oid_stat fields in two structs dir: update outdated fields and comments about oid_stat - - - --- 2020-03-16 Matheus Tavares New
[2/2] hex: make hash_to_hex_algop() and friends thread-safe Make oid_to_hex() thread-safe - - - --- 2020-06-25 Matheus Tavares New
[2/2] packfile: fix memory leak in add_delta_base_cache() Fix race condition and memory leak in delta base cache - - - --- 2020-09-28 Matheus Tavares New
[2/2] submodule: pass repo instead of adding to alternates list config: make config_with_options() handle any repo - - - --- 2019-08-26 Matheus Tavares New
[2/2] t/t0021: replace old rot13-filter.pl uses with new test-tool cmd t0021: convert perl script to C test-tool helper - - - --- 2022-07-22 Matheus Tavares Superseded
[2/3] add: mark --chmod error string for translation add: minor --chmod fixes - - - --- 2021-02-23 Matheus Tavares Accepted
[2/3] checkout: show bug about failed entries being included in final report checkout: fix two bugs on count of updated entries - - - --- 2022-07-13 Matheus Tavares Superseded
[2/3] doc: apply: unify configuration variables definitions doc: unify config info on some cmds - - - --- 2022-07-14 Matheus Tavares New
[2/5] parallel-checkout: make it truly parallel Parallel Checkout (part 2) - - - --- 2021-03-17 Matheus Tavares Superseded
[2/7] builtin/checkout.c: complete parallel checkout support Parallel Checkout (part 3) - - - --- 2021-04-22 Matheus Tavares Superseded
[2/7] cache-tree: use given repo's hash_algo at verify_one() fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[3/3] add: propagate --chmod errors to exit status add: minor --chmod fixes - - - --- 2021-02-23 Matheus Tavares Accepted
[3/3] checkout: fix two bugs on the final count of updated entries checkout: fix two bugs on count of updated entries - - - --- 2022-07-13 Matheus Tavares Superseded
[3/3] doc: notes: unify configuration variables definitions doc: unify config info on some cmds - - - --- 2022-07-14 Matheus Tavares New
[3/5] parallel-checkout: add configuration options Parallel Checkout (part 2) - - - --- 2021-03-17 Matheus Tavares Superseded
[3/7] checkout-index: add parallel checkout support Parallel Checkout (part 3) - - - --- 2021-04-22 Matheus Tavares Superseded
[3/7] pack-check: use given repo's hash_algo at verify_packfile() fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[4/5] parallel-checkout: support progress displaying Parallel Checkout (part 2) - - - --- 2021-03-17 Matheus Tavares Superseded
[4/7] parallel-checkout: add tests for basic operations Parallel Checkout (part 3) - - - --- 2021-04-22 Matheus Tavares Superseded
[4/7] streaming: allow open_istream() to handle any repo fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[5/5] parallel-checkout: add design documentation Parallel Checkout (part 2) - - - --- 2021-03-17 Matheus Tavares Superseded
[5/7] parallel-checkout: add tests related to path collisions Parallel Checkout (part 3) - - - --- 2021-04-22 Matheus Tavares Superseded
[5/7] sha1-file: pass git_hash_algo to write_object_file_prepare() fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[6/7] parallel-checkout: add tests related to .gitattributes Parallel Checkout (part 3) - - - --- 2021-04-22 Matheus Tavares Superseded
[6/7] sha1-file: pass git_hash_algo to hash_object_file() fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[7/7] ci: run test round with parallel-checkout enabled Parallel Checkout (part 3) - - - --- 2021-04-22 Matheus Tavares Superseded
[7/7] sha1-file: allow check_object_signature() to handle any repo fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[GSoC,1/2] clone: extract function from copy_or_link_directory clone: convert explicit traversal to - - - --- 2019-02-15 Matheus Tavares New
[GSoC,1/3] dir-iterator: add pedantic option to dir_iterator_begin clone: convert explicit dir traversal to dir-iterator - - - --- 2019-02-23 Matheus Tavares New
[GSoC,1/4] object-store: add lock to read_object_file_extended() grep: re-enable threads when cached, w/ parallel inflation - - - --- 2019-08-10 Matheus Tavares New
[GSoC,2/2] clone: use dir-iterator to avoid explicit dir traversal clone: convert explicit traversal to - - - --- 2019-02-15 Matheus Tavares New
[GSoC,2/3] clone: extract function from copy_or_link_directory clone: convert explicit dir traversal to dir-iterator - - - --- 2019-02-23 Matheus Tavares New
[GSoC,2/4] grep: allow locks to be enabled individually grep: re-enable threads when cached, w/ parallel inflation - - - --- 2019-08-10 Matheus Tavares New
[GSoC,3/3] clone: use dir-iterator to avoid explicit dir traversal clone: convert explicit dir traversal to dir-iterator - - - --- 2019-02-23 Matheus Tavares New
[GSoC,3/4] grep: disable grep_read_mutex when possible grep: re-enable threads when cached, w/ parallel inflation - - - --- 2019-08-10 Matheus Tavares New
[GSoC,4/4] grep: re-enable threads in some non-worktree cases grep: re-enable threads when cached, w/ parallel inflation - - - --- 2019-08-10 Matheus Tavares New
[GSoC,RFC,WIP,1/3] object-store: make read_object_file_extended() thread-safe grep: allow parallelism in zlib inflation - - - --- 2019-07-19 Matheus Tavares New
[GSoC,RFC,WIP,2/3] grep: remove locks on object reading operations grep: allow parallelism in zlib inflation - - - --- 2019-07-19 Matheus Tavares New
[GSoC,RFC,WIP,3/3] grep: re-enable threads in non-worktree case grep: allow parallelism in zlib inflation - - - --- 2019-07-19 Matheus Tavares New
[GSoC,RFC] clone: use dir-iterator to avoid explicit dir traversal [GSoC,RFC] clone: use dir-iterator to avoid explicit dir traversal - - - --- 2019-02-13 Matheus Tavares New
[GSoC,v2] grep: fix worktree case in submodules [GSoC,v2] grep: fix worktree case in submodules - - - --- 2019-07-31 Matheus Tavares New
[GSoC,v3] grep: fix worktree case in submodules [GSoC,v3] grep: fix worktree case in submodules - - - --- 2019-08-01 Matheus Tavares New
[GSoC,v4,1/7] clone: test for our behavior on odd objects/* content clone: dir-iterator refactoring with tests - - - --- 2019-03-22 Matheus Tavares New
[GSoC,v4,2/7] clone: better handle symlinked files at .git/objects/ clone: dir-iterator refactoring with tests - - - --- 2019-03-22 Matheus Tavares New
[GSoC,v4,3/7] dir-iterator: add flags parameter to dir_iterator_begin clone: dir-iterator refactoring with tests - - - --- 2019-03-22 Matheus Tavares New
[GSoC,v4,4/7] clone: copy hidden paths at local clone clone: dir-iterator refactoring with tests - - - --- 2019-03-22 Matheus Tavares New
[GSoC,v4,5/7] clone: extract function from copy_or_link_directory clone: dir-iterator refactoring with tests - - - --- 2019-03-22 Matheus Tavares New
[GSoC,v4,6/7] clone: use dir-iterator to avoid explicit dir traversal clone: dir-iterator refactoring with tests - - - --- 2019-03-22 Matheus Tavares New
[GSoC,v4,7/7] clone: Replace strcmp by fspathcmp clone: dir-iterator refactoring with tests - - - --- 2019-03-22 Matheus Tavares New
[GSoC,v5,1/7] clone: test for our behavior on odd objects/* content clone: dir-iterator refactoring with tests - - - --- 2019-03-30 Matheus Tavares New
[GSoC,v5,2/7] clone: better handle symlinked files at .git/objects/ Untitled series #99107 - - - --- 2019-03-30 Matheus Tavares New
[GSoC,v5,3/7] dir-iterator: add flags parameter to dir_iterator_begin clone: dir-iterator refactoring with tests - - - --- 2019-03-30 Matheus Tavares New
[GSoC,v5,4/7] clone: copy hidden paths at local clone clone: dir-iterator refactoring with tests - - - --- 2019-03-30 Matheus Tavares New
[GSoC,v5,5/7] clone: extract function from copy_or_link_directory clone: dir-iterator refactoring with tests - - - --- 2019-03-30 Matheus Tavares New
[GSoC,v5,6/7] clone: use dir-iterator to avoid explicit dir traversal clone: dir-iterator refactoring with tests - - - --- 2019-03-30 Matheus Tavares New
[GSoC,v5,7/7] clone: replace strcmp by fspathcmp clone: dir-iterator refactoring with tests - - - --- 2019-03-30 Matheus Tavares New
[GSoC,v6,01/10] clone: test for our behavior on odd objects/* content clone: dir-iterator refactoring with tests - - - --- 2019-05-02 Matheus Tavares New
[GSoC,v6,02/10] clone: better handle symlinked files at .git/objects/ clone: dir-iterator refactoring with tests - - - --- 2019-05-02 Matheus Tavares New
[GSoC,v6,03/10] dir-iterator: add tests for dir-iterator API clone: dir-iterator refactoring with tests - - - --- 2019-05-02 Matheus Tavares New
[GSoC,v6,04/10] dir-iterator: use warning_errno when possible clone: dir-iterator refactoring with tests - - - --- 2019-05-02 Matheus Tavares New
[GSoC,v6,05/10] dir-iterator: refactor state machine model clone: dir-iterator refactoring with tests - - - --- 2019-05-02 Matheus Tavares New
[GSoC,v6,06/10] dir-iterator: add flags parameter to dir_iterator_begin clone: dir-iterator refactoring with tests - - - --- 2019-05-02 Matheus Tavares New
[GSoC,v6,07/10] clone: copy hidden paths at local clone clone: dir-iterator refactoring with tests - - - --- 2019-05-02 Matheus Tavares New
[GSoC,v6,08/10] clone: extract function from copy_or_link_directory clone: dir-iterator refactoring with tests - - - --- 2019-05-02 Matheus Tavares New
[GSoC,v6,09/10] clone: use dir-iterator to avoid explicit dir traversal clone: dir-iterator refactoring with tests - - - --- 2019-05-02 Matheus Tavares New
[GSoC,v6,10/10] clone: replace strcmp by fspathcmp clone: dir-iterator refactoring with tests - - - --- 2019-05-02 Matheus Tavares New
[GSoC,v7,01/10] clone: test for our behavior on odd objects/* content clone: dir-iterator refactoring with tests - - - --- 2019-06-18 Matheus Tavares New
[GSoC,v7,02/10] clone: better handle symlinked files at .git/objects/ clone: dir-iterator refactoring with tests - - - --- 2019-06-18 Matheus Tavares New
[GSoC,v7,03/10] dir-iterator: add tests for dir-iterator API clone: dir-iterator refactoring with tests - - - --- 2019-06-18 Matheus Tavares New
[GSoC,v7,04/10] dir-iterator: use warning_errno when possible clone: dir-iterator refactoring with tests - - - --- 2019-06-18 Matheus Tavares New
[GSoC,v7,05/10] dir-iterator: refactor state machine model clone: dir-iterator refactoring with tests - - - --- 2019-06-18 Matheus Tavares New
[GSoC,v7,06/10] dir-iterator: add flags parameter to dir_iterator_begin clone: dir-iterator refactoring with tests - - - --- 2019-06-18 Matheus Tavares New
[GSoC,v7,07/10] clone: copy hidden paths at local clone clone: dir-iterator refactoring with tests - - - --- 2019-06-18 Matheus Tavares New
[GSoC,v7,08/10] clone: extract function from copy_or_link_directory clone: dir-iterator refactoring with tests - - - --- 2019-06-18 Matheus Tavares New
[GSoC,v7,09/10] clone: use dir-iterator to avoid explicit dir traversal clone: dir-iterator refactoring with tests - - - --- 2019-06-18 Matheus Tavares New
[GSoC,v7,10/10] clone: replace strcmp by fspathcmp clone: dir-iterator refactoring with tests - - - --- 2019-06-18 Matheus Tavares New
[GSoC,v8,01/10] clone: test for our behavior on odd objects/* content clone: dir-iterator refactoring with tests - - - --- 2019-07-10 Matheus Tavares New
[GSoC,v8,02/10] clone: better handle symlinked files at .git/objects/ clone: dir-iterator refactoring with tests - - - --- 2019-07-10 Matheus Tavares New
[GSoC,v8,03/10] dir-iterator: add tests for dir-iterator API clone: dir-iterator refactoring with tests - - - --- 2019-07-10 Matheus Tavares New
[GSoC,v8,04/10] dir-iterator: use warning_errno when possible clone: dir-iterator refactoring with tests - - - --- 2019-07-10 Matheus Tavares New
[GSoC,v8,05/10] dir-iterator: refactor state machine model clone: dir-iterator refactoring with tests - - - --- 2019-07-10 Matheus Tavares New
[GSoC,v8,06/10] dir-iterator: add flags parameter to dir_iterator_begin clone: dir-iterator refactoring with tests - - - --- 2019-07-10 Matheus Tavares New
« 1 2 3 4 »