Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
[PATCH 00/22] reftable: handle allocation errors,
Patrick Steinhardt
- [PATCH 01/22] reftable/error: introduce out-of-memory error code, Patrick Steinhardt
- [PATCH 02/22] reftable/basics: merge "publicbasics" into "basics", Patrick Steinhardt
- [PATCH 03/22] reftable: introduce `reftable_strdup()`, Patrick Steinhardt
- [PATCH 04/22] reftable/basics: handle allocation failures in `reftable_calloc()`, Patrick Steinhardt
- [PATCH 05/22] reftable/basics: handle allocation failures in `parse_names()`, Patrick Steinhardt
- [PATCH 06/22] reftable/record: handle allocation failures on copy, Patrick Steinhardt
- [PATCH 07/22] reftable/record: handle allocation failures when decoding records, Patrick Steinhardt
- [PATCH 08/22] reftable/writer: handle allocation failures in `writer_index_hash()`, Patrick Steinhardt
- [PATCH 09/22] reftable/writer: handle allocation failures in `reftable_new_writer()`, Patrick Steinhardt
- [PATCH 10/22] reftable/merged: handle allocation failures in `merged_table_init_iter()`, Patrick Steinhardt
- [PATCH 11/22] reftable/reader: handle allocation failures for unindexed reader, Patrick Steinhardt
- [PATCH 12/22] reftable/reader: handle allocation failures in `reader_init_iter()`, Patrick Steinhardt
- [PATCH 13/22] reftable/stack: handle allocation failures on reload, Patrick Steinhardt
- [PATCH 14/22] reftable/stack: handle allocation failures in `reftable_new_stack()`, Patrick Steinhardt
- [PATCH 15/22] reftable/stack: handle allocation failures in `stack_compact_range()`, Patrick Steinhardt
- [PATCH 16/22] reftable/stack: handle allocation failures in auto compaction, Patrick Steinhardt
- [PATCH 17/22] reftable/iter: handle allocation failures when creating indexed table iter, Patrick Steinhardt
- [PATCH 18/22] reftable/blocksource: handle allocation failures, Patrick Steinhardt
- [PATCH 19/22] reftable/block: handle allocation failures, Patrick Steinhardt
- [PATCH 20/22] reftable/pq: handle allocation failures when adding entries, Patrick Steinhardt
- [PATCH 21/22] reftable/tree: handle allocation failures, Patrick Steinhardt
- [PATCH 22/22] reftable: handle trivial allocation failures, Patrick Steinhardt
- [PATCH v2 00/22] reftable: handle allocation errors, Patrick Steinhardt
- [PATCH v2 01/22] reftable/error: introduce out-of-memory error code, Patrick Steinhardt
- [PATCH v2 02/22] reftable/basics: merge "publicbasics" into "basics", Patrick Steinhardt
- [PATCH v2 03/22] reftable: introduce `reftable_strdup()`, Patrick Steinhardt
- [PATCH v2 04/22] reftable/basics: handle allocation failures in `reftable_calloc()`, Patrick Steinhardt
- [PATCH v2 05/22] reftable/basics: handle allocation failures in `parse_names()`, Patrick Steinhardt
- [PATCH v2 06/22] reftable/record: handle allocation failures on copy, Patrick Steinhardt
- [PATCH v2 07/22] reftable/record: handle allocation failures when decoding records, Patrick Steinhardt
- [PATCH v2 08/22] reftable/writer: handle allocation failures in `writer_index_hash()`, Patrick Steinhardt
- [PATCH v2 09/22] reftable/writer: handle allocation failures in `reftable_new_writer()`, Patrick Steinhardt
- [PATCH v2 10/22] reftable/merged: handle allocation failures in `merged_table_init_iter()`, Patrick Steinhardt
- [PATCH v2 11/22] reftable/reader: handle allocation failures for unindexed reader, Patrick Steinhardt
- [PATCH v2 12/22] reftable/reader: handle allocation failures in `reader_init_iter()`, Patrick Steinhardt
- [PATCH v2 13/22] reftable/stack: handle allocation failures on reload, Patrick Steinhardt
- [PATCH v2 14/22] reftable/stack: handle allocation failures in `reftable_new_stack()`, Patrick Steinhardt
- [PATCH v2 15/22] reftable/stack: handle allocation failures in `stack_compact_range()`, Patrick Steinhardt
- [PATCH v2 16/22] reftable/stack: handle allocation failures in auto compaction, Patrick Steinhardt
- [PATCH v2 17/22] reftable/iter: handle allocation failures when creating indexed table iter, Patrick Steinhardt
- [PATCH v2 18/22] reftable/blocksource: handle allocation failures, Patrick Steinhardt
- [PATCH v2 19/22] reftable/block: handle allocation failures, Patrick Steinhardt
- [PATCH v2 20/22] reftable/pq: handle allocation failures when adding entries, Patrick Steinhardt
- [PATCH v2 21/22] reftable/tree: handle allocation failures, Patrick Steinhardt
- [PATCH v2 22/22] reftable: handle trivial allocation failures, Patrick Steinhardt
- [PATCH v3 00/22] refatble: handle allocation errors, Patrick Steinhardt
- [PATCH v3 01/22] reftable/error: introduce out-of-memory error code, Patrick Steinhardt
- [PATCH v3 02/22] reftable/basics: merge "publicbasics" into "basics", Patrick Steinhardt
- [PATCH v3 03/22] reftable: introduce `reftable_strdup()`, Patrick Steinhardt
- [PATCH v3 04/22] reftable/basics: handle allocation failures in `reftable_calloc()`, Patrick Steinhardt
- [PATCH v3 05/22] reftable/basics: handle allocation failures in `parse_names()`, Patrick Steinhardt
- [PATCH v3 06/22] reftable/record: handle allocation failures on copy, Patrick Steinhardt
- [PATCH v3 07/22] reftable/record: handle allocation failures when decoding records, Patrick Steinhardt
- [PATCH v3 08/22] reftable/writer: handle allocation failures in `writer_index_hash()`, Patrick Steinhardt
- [PATCH v3 09/22] reftable/writer: handle allocation failures in `reftable_new_writer()`, Patrick Steinhardt
- [PATCH v3 10/22] reftable/merged: handle allocation failures in `merged_table_init_iter()`, Patrick Steinhardt
- [PATCH v3 11/22] reftable/reader: handle allocation failures for unindexed reader, Patrick Steinhardt
- [PATCH v3 12/22] reftable/reader: handle allocation failures in `reader_init_iter()`, Patrick Steinhardt
- [PATCH v3 13/22] reftable/stack: handle allocation failures on reload, Patrick Steinhardt
- [PATCH v3 14/22] reftable/stack: handle allocation failures in `reftable_new_stack()`, Patrick Steinhardt
- [PATCH v3 15/22] reftable/stack: handle allocation failures in `stack_compact_range()`, Patrick Steinhardt
- [PATCH v3 16/22] reftable/stack: handle allocation failures in auto compaction, Patrick Steinhardt
- [PATCH v3 17/22] reftable/iter: handle allocation failures when creating indexed table iter, Patrick Steinhardt
- [PATCH v3 18/22] reftable/blocksource: handle allocation failures, Patrick Steinhardt
- [PATCH v3 19/22] reftable/block: handle allocation failures, Patrick Steinhardt
- [PATCH v3 20/22] reftable/pq: handle allocation failures when adding entries, Patrick Steinhardt
- [PATCH v3 21/22] reftable/tree: handle allocation failures, Patrick Steinhardt
- [PATCH v3 22/22] reftable: handle trivial allocation failures, Patrick Steinhardt
- Re: [PATCH v3 00/22] refatble: handle allocation errors, Junio C Hamano
- [PATCH v4 00/25] reftable: handle allocation errors, Patrick Steinhardt
- [PATCH v4 01/25] reftable/error: introduce out-of-memory error code, Patrick Steinhardt
- [PATCH v4 02/25] reftable/basics: merge "publicbasics" into "basics", Patrick Steinhardt
- [PATCH v4 03/25] reftable: introduce `reftable_strdup()`, Patrick Steinhardt
- [PATCH v4 04/25] reftable/basics: handle allocation failures in `reftable_calloc()`, Patrick Steinhardt
- [PATCH v4 05/25] reftable/basics: handle allocation failures in `parse_names()`, Patrick Steinhardt
- [PATCH v4 06/25] reftable/record: handle allocation failures on copy, Patrick Steinhardt
- [PATCH v4 07/25] reftable/record: handle allocation failures when decoding records, Patrick Steinhardt
- [PATCH v4 08/25] reftable/writer: handle allocation failures in `writer_index_hash()`, Patrick Steinhardt
- [PATCH v4 09/25] reftable/writer: handle allocation failures in `reftable_new_writer()`, Patrick Steinhardt
- [PATCH v4 10/25] reftable/merged: handle allocation failures in `merged_table_init_iter()`, Patrick Steinhardt
- [PATCH v4 11/25] reftable/reader: handle allocation failures for unindexed reader, Patrick Steinhardt
- [PATCH v4 12/25] reftable/reader: handle allocation failures in `reader_init_iter()`, Patrick Steinhardt
- [PATCH v4 13/25] reftable/stack: handle allocation failures on reload, Patrick Steinhardt
- [PATCH v4 14/25] reftable/stack: handle allocation failures in `reftable_new_stack()`, Patrick Steinhardt
- [PATCH v4 15/25] reftable/stack: handle allocation failures in `stack_compact_range()`, Patrick Steinhardt
- [PATCH v4 16/25] reftable/stack: handle allocation failures in auto compaction, Patrick Steinhardt
- [PATCH v4 17/25] reftable/iter: handle allocation failures when creating indexed table iter, Patrick Steinhardt
- [PATCH v4 18/25] reftable/blocksource: handle allocation failures, Patrick Steinhardt
- [PATCH v4 19/25] reftable/block: handle allocation failures, Patrick Steinhardt
- [PATCH v4 20/25] reftable/pq: handle allocation failures when adding entries, Patrick Steinhardt
- [PATCH v4 21/25] reftable/tree: handle allocation failures, Patrick Steinhardt
- [PATCH v4 22/25] reftable: handle trivial allocation failures, Patrick Steinhardt
- [PATCH v4 23/25] reftable: fix calls to free(3P), Patrick Steinhardt
- [PATCH v4 24/25] reftable: introduce `REFTABLE_FREE_AND_NULL()`, Patrick Steinhardt
- [PATCH v4 25/25] reftable/basics: ban standard allocator functions, Patrick Steinhardt
- Re: [PATCH v4 00/25] reftable: handle allocation errors, Junio C Hamano
- [PATCH v5 00/25] reftable: handle allocation errors, Patrick Steinhardt
- [PATCH v5 01/25] reftable/error: introduce out-of-memory error code, Patrick Steinhardt
- [PATCH v5 02/25] reftable/basics: merge "publicbasics" into "basics", Patrick Steinhardt
- [PATCH v5 03/25] reftable: introduce `reftable_strdup()`, Patrick Steinhardt
- [PATCH v5 04/25] reftable/basics: handle allocation failures in `reftable_calloc()`, Patrick Steinhardt
- [PATCH v5 05/25] reftable/basics: handle allocation failures in `parse_names()`, Patrick Steinhardt
- [PATCH v5 06/25] reftable/record: handle allocation failures on copy, Patrick Steinhardt
- [PATCH v5 07/25] reftable/record: handle allocation failures when decoding records, Patrick Steinhardt
- [PATCH v5 08/25] reftable/writer: handle allocation failures in `writer_index_hash()`, Patrick Steinhardt
- [PATCH v5 09/25] reftable/writer: handle allocation failures in `reftable_new_writer()`, Patrick Steinhardt
- [PATCH v5 10/25] reftable/merged: handle allocation failures in `merged_table_init_iter()`, Patrick Steinhardt
- [PATCH v5 11/25] reftable/reader: handle allocation failures for unindexed reader, Patrick Steinhardt
- [PATCH v5 12/25] reftable/reader: handle allocation failures in `reader_init_iter()`, Patrick Steinhardt
- [PATCH v5 13/25] reftable/stack: handle allocation failures on reload, Patrick Steinhardt
- [PATCH v5 14/25] reftable/stack: handle allocation failures in `reftable_new_stack()`, Patrick Steinhardt
- [PATCH v5 15/25] reftable/stack: handle allocation failures in `stack_compact_range()`, Patrick Steinhardt
- [PATCH v5 16/25] reftable/stack: handle allocation failures in auto compaction, Patrick Steinhardt
- [PATCH v5 17/25] reftable/iter: handle allocation failures when creating indexed table iter, Patrick Steinhardt
- [PATCH v5 18/25] reftable/blocksource: handle allocation failures, Patrick Steinhardt
- [PATCH v5 19/25] reftable/block: handle allocation failures, Patrick Steinhardt
- [PATCH v5 20/25] reftable/pq: handle allocation failures when adding entries, Patrick Steinhardt
- [PATCH v5 21/25] reftable/tree: handle allocation failures, Patrick Steinhardt
- [PATCH v5 22/25] reftable: handle trivial allocation failures, Patrick Steinhardt
- [PATCH v5 23/25] reftable: fix calls to free(3P), Patrick Steinhardt
- [PATCH v5 24/25] reftable: introduce `REFTABLE_FREE_AND_NULL()`, Patrick Steinhardt
- [PATCH v5 25/25] reftable/basics: ban standard allocator functions, Patrick Steinhardt
- Re: [PATCH v5 00/25] reftable: handle allocation errors, Junio C Hamano
[PATCH 00/23] Memory leak fixes (pt.7),
Patrick Steinhardt
- [PATCH 01/23] builtin/help: fix dangling reference to `html_path`, Patrick Steinhardt
- [PATCH 02/23] builtin/help: fix leaking `html_path` when reading config multiple times, Patrick Steinhardt
- [PATCH 03/23] git: fix leaking argv when handling builtins, Patrick Steinhardt
- [PATCH 04/23] submodule: fix leaking update strategy, Patrick Steinhardt
- [PATCH 05/23] builtin/submodule--helper: clear child process when not running it, Patrick Steinhardt
- [PATCH 06/23] builtin/submodule--helper: fix leaking error buffer, Patrick Steinhardt
- [PATCH 07/23] t/helper: fix leaking subrepo in nested submodule config helper, Patrick Steinhardt
- [PATCH 08/23] builtin/submodule--helper: fix leaking remote ref on errors, Patrick Steinhardt
- [PATCH 09/23] dir: fix off by one errors for ignored and untracked entries, Patrick Steinhardt
- [PATCH 10/23] builtin/pull: fix leaking "ff" option, Patrick Steinhardt
- [PATCH 11/23] diff: fix leaking orderfile option, Patrick Steinhardt
- [PATCH 12/23] parse-options: free previous value of `OPTION_FILENAME`, Patrick Steinhardt
- [PATCH 13/23] diffcore-order: fix leaking buffer when parsing orderfiles, Patrick Steinhardt
- [PATCH 14/23] builtin/repack: fix leaking configuration, Patrick Steinhardt
- [PATCH 15/23] builtin/difftool: plug several trivial memory leaks, Patrick Steinhardt
- [PATCH 16/23] trace2: destroy context stored in thread-local storage, Patrick Steinhardt
- [PATCH 17/23] submodule: fix leaking submodule ODB paths, Patrick Steinhardt
- [PATCH 18/23] grep: fix leaking grep pattern, Patrick Steinhardt
- [PATCH 19/23] promisor-remote: fix leaking partial clone filter, Patrick Steinhardt
- [PATCH 20/23] builtin/maintenance: fix leaking config string, Patrick Steinhardt
- [PATCH 21/23] builtin/maintenance: fix leak in `get_schedule_cmd()`, Patrick Steinhardt
- [PATCH 22/23] revision: fix leaking parents when simplifying commits, Patrick Steinhardt
- [PATCH 23/23] diffcore-break: fix leaking filespecs when merging broken pairs, Patrick Steinhardt
- Re: [PATCH 00/23] Memory leak fixes (pt.7), Junio C Hamano
- [PATCH v2 00/23] Memory leak fixes (pt.7), Patrick Steinhardt
- [PATCH v2 01/23] builtin/help: fix dangling reference to `html_path`, Patrick Steinhardt
- [PATCH v2 02/23] builtin/help: fix leaking `html_path` when reading config multiple times, Patrick Steinhardt
- [PATCH v2 03/23] git: fix leaking argv when handling builtins, Patrick Steinhardt
- [PATCH v2 04/23] submodule: fix leaking update strategy, Patrick Steinhardt
- [PATCH v2 05/23] builtin/submodule--helper: clear child process when not running it, Patrick Steinhardt
- [PATCH v2 06/23] builtin/submodule--helper: fix leaking error buffer, Patrick Steinhardt
- [PATCH v2 07/23] t/helper: fix leaking subrepo in nested submodule config helper, Patrick Steinhardt
- [PATCH v2 08/23] builtin/submodule--helper: fix leaking remote ref on errors, Patrick Steinhardt
- [PATCH v2 09/23] dir: fix off by one errors for ignored and untracked entries, Patrick Steinhardt
- [PATCH v2 10/23] builtin/pull: fix leaking "ff" option, Patrick Steinhardt
- [PATCH v2 11/23] diff: fix leaking orderfile option, Patrick Steinhardt
- [PATCH v2 12/23] parse-options: free previous value of `OPTION_FILENAME`, Patrick Steinhardt
- [PATCH v2 13/23] diffcore-order: fix leaking buffer when parsing orderfiles, Patrick Steinhardt
- [PATCH v2 14/23] builtin/repack: fix leaking configuration, Patrick Steinhardt
- [PATCH v2 15/23] builtin/difftool: plug several trivial memory leaks, Patrick Steinhardt
- [PATCH v2 16/23] trace2: destroy context stored in thread-local storage, Patrick Steinhardt
- [PATCH v2 17/23] submodule: fix leaking submodule ODB paths, Patrick Steinhardt
- [PATCH v2 18/23] grep: fix leaking grep pattern, Patrick Steinhardt
- [PATCH v2 19/23] promisor-remote: fix leaking partial clone filter, Patrick Steinhardt
- [PATCH v2 20/23] builtin/maintenance: fix leaking config string, Patrick Steinhardt
- [PATCH v2 21/23] builtin/maintenance: fix leak in `get_schedule_cmd()`, Patrick Steinhardt
- [PATCH v2 22/23] revision: fix leaking parents when simplifying commits, Patrick Steinhardt
- [PATCH v2 23/23] diffcore-break: fix leaking filespecs when merging broken pairs, Patrick Steinhardt
[PATCH 0/6] apply: fix leaking buffer of `struct image`,
Patrick Steinhardt
[PATCH] cbtree: fix a typo,
Andrew Kreimer
[PATCH] bloom: fix a typo, Andrew Kreimer
[PATCH] attr: fix a typo, Andrew Kreimer
[PATCH v3] set-head: no update without change and better output for --auto,
Bence Ferdinandy
error ubuntu 22.04,
Luis Guillermo Vázquez de Lara Cisneros
[PATCH] add-patch: edit the hunk again,
Rubén Justo
[PATCH] t9001: use a more distinct fake BugID,
Jeff King
[PATCH 0/2] a few git-jump quality-of-life fixes,
Jeff King
./configure fails to link test program due to missing dependencies,
Henrik Holst
What's cooking in git.git (Sep 2024, #05; Fri, 13),
Junio C Hamano
[ANNOUNCE] Git v2.46.1,
Junio C Hamano
[PATCH] ci(linux32): make Javascript Actions work in x86 mode,
Johannes Schindelin via GitGitGadget
[PATCH] t5512.40 sometimes dies by SIGPIPE,
Junio C Hamano
Commit signing with SSH key uses SSH_AUTH_SOCK but ignores IdentityAgent,
Justin Su
curl 8.10.0 regression breaks uploads with HTTP/2 and http.postbuffer,
Patrick Steinhardt
What's cooking in git.git (Sep 2024, #04; Thu, 12), Junio C Hamano
[PATCH 0/2] Simplify "commented" API functions,
Junio C Hamano
[PATCH] unicode: update the width tables to Unicode 16,
Beat Bolli
Can't use bare repositories with Git.pm,
Rodrigo
[no subject], Unknown
[no subject], russki1990161
[no subject], Unknown
[PATCH 0/4] remote: branch setting fixes,
Phillip Wood via GitGitGadget
[PATCH 0/2] add missing LIBCURL prereq to a few tests,
Martin Ågren
[RFC PATCH v2 0/2] set remote/HEAD with fetch,
Bence Ferdinandy
- [RFC PATCH v2 1/2] fetch: set-head with --set-head option, Bence Ferdinandy
- Re: [RFC PATCH v2 1/2] fetch: set-head with --set-head option, Junio C Hamano
- Re: [RFC PATCH v2 1/2] fetch: set-head with --set-head option, Bence Ferdinandy
- Re: [RFC PATCH v2 1/2] fetch: set-head with --set-head option, Junio C Hamano
- [PATCH v3 0/2] fetch: set remote/HEAD if missing, Bence Ferdinandy
- [PATCH v3 2/2] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Bence Ferdinandy
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Junio C Hamano
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Phillip Wood
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Bence Ferdinandy
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Junio C Hamano
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Bence Ferdinandy
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Patrick Steinhardt
- Re: [PATCH v3 1/2] update_symref: add REF_CREATE_ONLY option, Bence Ferdinandy
- [PATCH v4 0/5] improve handling of remote/HEAD, Bence Ferdinandy
- [PATCH v4 1/5] refs_update_symref: atomically record overwritten ref, Bence Ferdinandy
- [PATCH v4 2/5] set-head: better output for --auto, Bence Ferdinandy
- [PATCH v4 5/5] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v4 3/5] transaction: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v4 4/5] refs_update_symref: add create_only option, Bence Ferdinandy
- Re: [PATCH v4 0/5] improve handling of remote/HEAD, Junio C Hamano
- Re: [PATCH v4 0/5] improve handling of remote/HEAD, Bence Ferdinandy
- [PATCH v5 1/6] refs_update_symref: atomically record overwritten ref, Bence Ferdinandy
- [PATCH v5 5/6] refs_update_symref: add create_only option, Bence Ferdinandy
- [PATCH v5 6/6] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v5 6/6] fetch: set remote/HEAD if it does not exist, Junio C Hamano
- [PATCH v6 1/6] refs_update_symref: atomically record overwritten ref, Bence Ferdinandy
- [PATCH v6 2/6] set-head: add new variable for readability, Bence Ferdinandy
- [PATCH v6 3/6] set-head: better output for --auto, Bence Ferdinandy
- [PATCH v6 4/6] transaction: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v6 5/6] refs_update_symref: add create_only option, Bence Ferdinandy
- [PATCH v6 6/6] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v7 1/6] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v7 2/6] remote set-head: add new variable for readability, Bence Ferdinandy
- [PATCH v7 4/6] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v7 3/6] remote set-head: better output for --auto, Bence Ferdinandy
- [PATCH v7 5/6] refs: add create_only option to refs_update_symref, Bence Ferdinandy
- [PATCH v7 6/6] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v7 1/6] refs: atomically record overwritten ref in update_symref, Phillip Wood
- [PATCH v8 0/6] set-head/fetch remote/HEAD updates, small change from v7, Bence Ferdinandy
- [PATCH v8 1/6] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v8 2/6] remote set-head: add new variable for readability, Bence Ferdinandy
- [PATCH v8 4/6] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v8 5/6] refs: add create_only option to refs_update_symref, Bence Ferdinandy
- [PATCH v8 6/6] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v8 3/6] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v8 0/6] set-head/fetch remote/HEAD updates, small change from v7, Taylor Blau
- Re: [PATCH v8 0/6] set-head/fetch remote/HEAD updates, small change from v7, Bence Ferdinandy
- [PATCH v9 0/7] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v9 1/7] t/t5505-remote: set default branch to main, Bence Ferdinandy
- [PATCH v9 2/7] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v9 3/7] remote set-head: refactor for readability, Bence Ferdinandy
- [PATCH v9 5/7] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v9 4/7] remote set-head: better output for --auto, Bence Ferdinandy
- [PATCH v9 6/7] refs: add create_only option to refs_update_symref_extended, Bence Ferdinandy
- [PATCH v9 7/7] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v9 0/7] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v11 0/8] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v11 1/8] t/t5505-remote: set default branch to main, Bence Ferdinandy
- [PATCH v11 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v11 4/8] remote set-head: better output for --auto, Bence Ferdinandy
- [PATCH v11 5/8] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v11 6/8] refs: add create_only option to refs_update_symref_extended, Bence Ferdinandy
- [PATCH v11 7/8] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v11 8/8] fetch set_head: handle mirrored bare repositories, Bence Ferdinandy
- [PATCH v11 3/8] remote set-head: refactor for readability, Bence Ferdinandy
- [PATCH v12 0/8] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v12 1/8] t/t5505-remote: set default branch to main, Bence Ferdinandy
- Re: [PATCH v12 1/8] t/t5505-remote: set default branch to main, Junio C Hamano
- Re: [PATCH v12 1/8] t/t5505-remote: set default branch to main, Bence Ferdinandy
- [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Junio C Hamano
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Junio C Hamano
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Junio C Hamano
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Patrick Steinhardt
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Patrick Steinhardt
- Re: [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v12 3/8] remote set-head: refactor for readability, Bence Ferdinandy
- Re: [PATCH v12 3/8] remote set-head: refactor for readability, Junio C Hamano
- [PATCH v12 4/8] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v12 4/8] remote set-head: better output for --auto, Junio C Hamano
- Re: [PATCH v12 4/8] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v12 4/8] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v12 4/8] remote set-head: better output for --auto, Junio C Hamano
- Re: [PATCH v12 4/8] remote set-head: better output for --auto, Junio C Hamano
- Re: [PATCH v12 4/8] remote set-head: better output for --auto, Bence Ferdinandy
- [PATCH v12 5/8] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v12 6/8] refs: add create_only option to refs_update_symref_extended, Bence Ferdinandy
- [PATCH v12 8/8] fetch set_head: handle mirrored bare repositories, Bence Ferdinandy
- [PATCH v12 7/8] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v12 7/8] fetch: set remote/HEAD if it does not exist, Kristoffer Haugsbakk
- Re: [PATCH v12 7/8] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v12 0/8] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v13 0/9] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v13 1/9] t/t5505-remote: set default branch to main, Bence Ferdinandy
- Re: [PATCH v13 1/9] t/t5505-remote: set default branch to main, Junio C Hamano
- [PATCH v13 5/9] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v13 5/9] remote set-head: better output for --auto, Junio C Hamano
- Re: [PATCH v13 5/9] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v13 5/9] remote set-head: better output for --auto, Junio C Hamano
- Re: [PATCH v13 5/9] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v13 5/9] remote set-head: better output for --auto, Bence Ferdinandy
- Re: [PATCH v13 5/9] remote set-head: better output for --auto, Junio C Hamano
- [PATCH v13 4/9] remote set-head: refactor for readability, Bence Ferdinandy
- [PATCH v13 6/9] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v13 3/9] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v13 9/9] fetch set_head: handle mirrored bare repositories, Bence Ferdinandy
- [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist, Junio C Hamano
- Re: [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist, Junio C Hamano
- Re: [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist, Junio C Hamano
- Re: [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Junio C Hamano
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Patrick Steinhardt
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Junio C Hamano
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Patrick Steinhardt
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Junio C Hamano
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Patrick Steinhardt
- Re: [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- [PATCH v13 7/9] refs: add create_only option to refs_update_symref_extended, Bence Ferdinandy
- Re: [PATCH v13 7/9] refs: add create_only option to refs_update_symref_extended, Junio C Hamano
- [PATCH v14 00/10] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v14 01/10] t/t5505-remote: set default branch to main, Bence Ferdinandy
- [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, karthik nayak
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, karthik nayak
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- Re: [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- [PATCH v14 02/10] t/t5505-remote: test failure of set-head, Bence Ferdinandy
- Re: [PATCH v14 02/10] t/t5505-remote: test failure of set-head, Junio C Hamano
- [PATCH v14 04/10] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v14 05/10] remote set-head: refactor for readability, Bence Ferdinandy
- [PATCH v14 07/10] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v14 08/10] refs: add create_only option to refs_update_symref_extended, Bence Ferdinandy
- [PATCH v14 06/10] remote set-head: better output for --auto, Bence Ferdinandy
- [PATCH v14 10/10] fetch set_head: handle mirrored bare repositories, Bence Ferdinandy
- [PATCH v14 09/10] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v15 00/10] set-head/fetch remote/HEAD updates, Bence Ferdinandy
- [PATCH v15 01/10] t/t5505-remote: set default branch to main, Bence Ferdinandy
- [PATCH v15 03/10] refs: standardize output of refs_read_symbolic_ref, Bence Ferdinandy
- [PATCH v15 02/10] t/t5505-remote: test failure of set-head, Bence Ferdinandy
- [PATCH v15 04/10] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v15 05/10] remote set-head: refactor for readability, Bence Ferdinandy
- [PATCH v15 07/10] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v15 06/10] remote set-head: better output for --auto, Bence Ferdinandy
- [PATCH v15 08/10] refs: add create_only option to refs_update_symref_extended, Bence Ferdinandy
- [PATCH v15 10/10] fetch set_head: handle mirrored bare repositories, Bence Ferdinandy
- [PATCH v15 09/10] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- [PATCH v5 2/6] set-head: add new variable for readability, Bence Ferdinandy
- [PATCH v5 4/6] transaction: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v5 3/6] set-head: better output for --auto, Bence Ferdinandy
- [RFC PATCH v2 2/2] set-head: do not update if there is no change, Bence Ferdinandy
- Re: [RFC PATCH v2 0/2] set remote/HEAD with fetch, Junio C Hamano
[RFC PATCH 0/2] set remote/HEAD with fetch,
Bence Ferdinandy
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]