Show patches with: Submitter = Matheus Tavares       |   387 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,08/19] entry: move conv_attrs lookup up to checkout_entry() Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,07/19] entry: extract cache_entry update from write_entry() Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,06/19] entry: make fstat_output() and read_blob_entry() public Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,05/19] entry: extract a header file for entry.c functions Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,04/19] convert: add conv_attrs classification Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,03/19] convert: add get_stream_filter_ca() variant Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,02/19] convert: add [async_]convert_to_working_tree_ca() variants Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v2,01/19] convert: make convert_attrs() and convert structs public Parallel Checkout (part I) - - - --- 2020-09-22 Matheus Tavares Accepted
[v6,9/9] config: add setting to ignore sparsity patterns in some cmds grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-10 Matheus Tavares New
[v6,8/9] grep: honor sparse checkout patterns grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-10 Matheus Tavares New
[v6,7/9] config: correctly read worktree configs in submodules grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-10 Matheus Tavares New
[v6,6/9] config: make do_git_config_sequence receive a 'struct repository' grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-10 Matheus Tavares New
[v6,5/9] t/helper/test-config: unify exit labels grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-10 Matheus Tavares New
[v6,4/9] t/helper/test-config: diagnose missing arguments grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-10 Matheus Tavares New
[v6,3/9] t/helper/test-config: be consistent with exit codes grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-10 Matheus Tavares New
[v6,2/9] t1308-config-set: avoid false positives when using test-config grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-10 Matheus Tavares New
[v6,1/9] doc: grep: unify info on configuration variables grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-10 Matheus Tavares New
config: complain about --worktree outside of a git repo config: complain about --worktree outside of a git repo - - - --- 2020-09-09 Matheus Tavares Accepted
[v5,8/8] config: add setting to ignore sparsity patterns in some cmds grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-02 Matheus Tavares Superseded
[v5,7/8] grep: honor sparse checkout patterns grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-02 Matheus Tavares Superseded
[v5,6/8] config: correctly read worktree configs in submodules grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-02 Matheus Tavares Superseded
[v5,5/8] t/helper/test-config: unify exit labels grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-02 Matheus Tavares Superseded
[v5,4/8] t/helper/test-config: check argc before accessing argv grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-02 Matheus Tavares Superseded
[v5,3/8] t/helper/test-config: be consistent with exit codes grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-02 Matheus Tavares Superseded
[v5,2/8] t1308-config-set: avoid false positives when using test-config grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-02 Matheus Tavares Superseded
[v5,1/8] doc: grep: unify info on configuration variables grep: honor sparse checkout and add option to ignore it - - - --- 2020-09-02 Matheus Tavares Superseded
checkout_entry(): remove unreachable error() call checkout_entry(): remove unreachable error() call - - - --- 2020-08-18 Matheus Tavares New
[RFC,21/21] parallel-checkout: skip checking the working tree on clone Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,20/21] parallel-checkout: create leading dirs in workers Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,19/21] symlinks: make has_dirs_only_path() track FL_NOENT Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,18/21] entry: use is_dir_sep() when checking leading dirs Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,17/21] parallel-checkout: avoid stat() calls in workers Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,16/21] checkout-index: add parallel checkout support Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,15/21] builtin/checkout.c: complete parallel checkout support Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,14/21] make_transient_cache_entry(): optionally alloc from mem_pool Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,13/21] parallel-checkout: support progress displaying Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,12/21] parallel-checkout: add configuration options Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,11/21] parallel-checkout: make it truly parallel Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,10/21] unpack-trees: add basic support for parallel checkout Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,09/21] entry: add checkout_entry_ca() which takes preloaded conv_attrs Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,08/21] entry: move conv_attrs lookup up to checkout_entry() Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,07/21] entry: extract cache_entry update from write_entry() Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,06/21] entry: make fstat_output() and read_blob_entry() public Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,05/21] entry: extract a header file for entry.c functions Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,04/21] convert: add conv_attrs classification Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,03/21] convert: add get_stream_filter_ca() variant Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,02/21] convert: add [async_]convert_to_working_tree_ca() variants Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
[RFC,01/21] convert: make convert_attrs() and convert structs public Parallel checkout - - - --- 2020-08-10 Matheus Tavares New
entry: check for fstat() errors after checkout entry: check for fstat() errors after checkout - - - --- 2020-07-09 Matheus Tavares New
[v2,2/2] hex: make hash_to_hex_algop() and friends thread-safe Make oid_to_hex() thread-safe - - - --- 2020-06-26 Matheus Tavares New
[v2,1/2] compat/win32/pthread: add pthread_once() Make oid_to_hex() thread-safe - - - --- 2020-06-26 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
[1/2] compat/win32/pthread: add pthread_once() Make oid_to_hex() thread-safe - - - --- 2020-06-25 Matheus Tavares New
[v4,6/6] config: add setting to ignore sparsity patterns in some cmds grep: honor sparse checkout and add option to ignore it - - - --- 2020-06-12 Matheus Tavares New
[v4,5/6] grep: honor sparse checkout patterns grep: honor sparse checkout and add option to ignore it - - - --- 2020-06-12 Matheus Tavares New
[v4,4/6] config: correctly read worktree configs in submodules grep: honor sparse checkout and add option to ignore it - - - --- 2020-06-12 Matheus Tavares New
[v4,3/6] t/helper/test-config: facilitate addition of new cli options grep: honor sparse checkout and add option to ignore it - - - --- 2020-06-12 Matheus Tavares New
[v4,2/6] t/helper/test-config: return exit codes consistently grep: honor sparse checkout and add option to ignore it - - - --- 2020-06-12 Matheus Tavares New
[v4,1/6] doc: grep: unify info on configuration variables grep: honor sparse checkout and add option to ignore it - - - --- 2020-06-12 Matheus Tavares New
[v3,5/5] config: add setting to ignore sparsity patterns in some cmds grep: honor sparse checkout and add option to ignore it - - - --- 2020-05-28 Matheus Tavares New
[v3,4/5] grep: honor sparse checkout patterns grep: honor sparse checkout and add option to ignore it - - - --- 2020-05-28 Matheus Tavares New
[v3,3/5] config: correctly read worktree configs in submodules grep: honor sparse checkout and add option to ignore it - - - --- 2020-05-28 Matheus Tavares New
[v3,2/5] t/helper/test-config: return exit codes consistently grep: honor sparse checkout and add option to ignore it - - - --- 2020-05-28 Matheus Tavares New
[v3,1/5] doc: grep: unify info on configuration variables grep: honor sparse checkout and add option to ignore it - - - --- 2020-05-28 Matheus Tavares New
[RFC,v2,4/4] config: add setting to ignore sparsity patterns in some cmds grep: honor sparse checkout and add option to ignore it - - - --- 2020-05-10 Matheus Tavares New
[RFC,v2,3/4] grep: honor sparse checkout patterns grep: honor sparse checkout and add option to ignore it - - - --- 2020-05-10 Matheus Tavares New
[RFC,v2,2/4] config: load the correct config.worktree file grep: honor sparse checkout and add option to ignore it - - - --- 2020-05-10 Matheus Tavares New
[RFC,v2,1/4] doc: grep: unify info on configuration variables grep: honor sparse checkout and add option to ignore it - - - --- 2020-05-10 Matheus Tavares New
config doc: fix reference to config.worktree info config doc: fix reference to config.worktree info - - - --- 2020-04-25 Matheus Tavares New
[v2] grep: follow conventions for printing paths w/ unusual chars [v2] grep: follow conventions for printing paths w/ unusual chars - - - --- 2020-04-19 Matheus Tavares New
grep: follow conventions for printing paths w/ unusual chars grep: follow conventions for printing paths w/ unusual chars - - - --- 2020-04-17 Matheus Tavares New
[no subject] Untitled series #270539 - - - --- 2020-04-14 Matheus Tavares New
[RFC,3/3] grep: add option to ignore sparsity patterns grep: honor sparse checkout and add option to ignore it - - - --- 2020-03-24 Matheus Tavares New
[RFC,2/3] grep: honor sparse checkout patterns grep: honor sparse checkout and add option to ignore it - - - --- 2020-03-24 Matheus Tavares New
[RFC,1/3] doc: grep: unify info on configuration variables grep: honor sparse checkout and add option to ignore it - - - --- 2020-03-24 Matheus Tavares New
[v3] test-lib: allow short options to be bundled [v3] test-lib: allow short options to be bundled - - - --- 2020-03-22 Matheus Tavares New
[v2] test-lib: allow short options to be bundled [v2] test-lib: allow short options to be bundled - - - --- 2020-03-21 Matheus Tavares New
test-lib: allow short options to be stacked test-lib: allow short options to be stacked - - - --- 2020-03-21 Matheus Tavares New
[v2,3/3] dir: update outdated comments about untracked cache dir: update outdated field names and comments about oid_stat - - - --- 2020-03-17 Matheus Tavares New
[v2,2/3] dir: improve naming of oid_stat fields in two structs dir: update outdated field names and comments about oid_stat - - - --- 2020-03-17 Matheus Tavares New
[v2,1/3] dir: fix outdated comment on add_patterns() dir: update outdated field names and comments about oid_stat - - - --- 2020-03-17 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
[1/2] dir: fix outdated comment on add_patterns() dir: update outdated fields and comments about oid_stat - - - --- 2020-03-16 Matheus Tavares New
describe: output tag's ref instead of embedded name describe: output tag's ref instead of embedded name - - - --- 2020-02-15 Matheus Tavares New
[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
[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
[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
[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
[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
[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
[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
[2/2] completion: add support for sparse-checkout sparse-checkout: add completion and --cone to docs - - - --- 2020-01-23 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
[v3,12/12] grep: use no. of cores as the default no. of threads grep: improve threading and fix race conditions - - - --- 2020-01-16 Matheus Tavares New
[v3,11/12] grep: move driver pre-load out of critical section grep: improve threading and fix race conditions - - - --- 2020-01-16 Matheus Tavares New
[v3,10/12] grep: re-enable threads in non-worktree case grep: improve threading and fix race conditions - - - --- 2020-01-16 Matheus Tavares New
[v3,09/12] grep: protect packed_git [re-]initialization grep: improve threading and fix race conditions - - - --- 2020-01-16 Matheus Tavares New
[v3,08/12] grep: allow submodule functions to run in parallel grep: improve threading and fix race conditions - - - --- 2020-01-16 Matheus Tavares New
[v3,07/12] submodule-config: add skip_if_read option to repo_read_gitmodules() grep: improve threading and fix race conditions - - - --- 2020-01-16 Matheus Tavares New
[v3,06/12] grep: replace grep_read_mutex by internal obj read lock grep: improve threading and fix race conditions - - - --- 2020-01-16 Matheus Tavares New
« 1 2 3 4 »