Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 22/29] builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`, (continued)
- [PATCH 22/29] builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`, Patrick Steinhardt
- [PATCH 23/29] sequencer: fix memory leaks in `make_script_with_merges()`, Patrick Steinhardt
- [PATCH 24/29] builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`, Patrick Steinhardt
- [PATCH 25/29] merge: fix leaking merge bases, Patrick Steinhardt
- [PATCH 26/29] line-range: plug leaking find functions, Patrick Steinhardt
- [PATCH 27/29] blame: fix leaking data for blame scoreboards, Patrick Steinhardt
- [PATCH 28/29] builtin/blame: fix leaking prefixed paths, Patrick Steinhardt
- [PATCH 29/29] builtin/blame: fix leaking ignore revs files, Patrick Steinhardt
- Re: [PATCH 00/29] Memory leak fixes (pt.2), Karthik Nayak
- [PATCH v2 00/29] Memory leak fixes (pt.2), Patrick Steinhardt
- [PATCH v2 01/29] revision: fix memory leak when reversing revisions, Patrick Steinhardt
- [PATCH v2 02/29] parse-options: fix leaks for users of OPT_FILENAME, Patrick Steinhardt
- [PATCH v2 03/29] notes-utils: free note trees when releasing copied notes, Patrick Steinhardt
- [PATCH v2 05/29] biultin/rev-parse: fix memory leaks in `--parseopt` mode, Patrick Steinhardt
- [PATCH v2 07/29] revision: fix leaking display notes, Patrick Steinhardt
- [PATCH v2 08/29] notes: fix memory leak when pruning notes, Patrick Steinhardt
- [PATCH v2 04/29] bundle: plug leaks in `create_bundle()`, Patrick Steinhardt
- [PATCH v2 06/29] merge-recursive: fix leaking rename conflict info, Patrick Steinhardt
- [PATCH v2 09/29] builtin/rev-list: fix leaking bitmap index when calculating disk usage, Patrick Steinhardt
- [PATCH v2 10/29] object-name: free leaking object contexts, Patrick Steinhardt
- [PATCH v2 11/29] builtin/difftool: plug memory leaks in `run_dir_diff()`, Patrick Steinhardt
- [PATCH v2 12/29] builtin/merge-recursive: fix leaking object ID bases, Patrick Steinhardt
- [PATCH v2 13/29] merge-recursive: fix memory leak when finalizing merge, Patrick Steinhardt
- [PATCH v2 14/29] builtin/log: fix leaking commit list in git-cherry(1), Patrick Steinhardt
- [PATCH v2 15/29] revision: free diff options, Patrick Steinhardt
- [PATCH v2 16/29] builtin/stash: fix leak in `show_stash()`, Patrick Steinhardt
- [PATCH v2 17/29] rerere: fix various trivial leaks, Patrick Steinhardt
- [PATCH v2 18/29] config: fix leaking "core.notesref" variable, Patrick Steinhardt
- [PATCH v2 19/29] commit: fix leaking parents when calling `commit_tree_extended()`, Patrick Steinhardt
- [PATCH v2 20/29] sequencer: fix leaking string buffer in `commit_staged_changes()`, Patrick Steinhardt
- [PATCH v2 21/29] apply: fix leaking string in `match_fragment()`, Patrick Steinhardt
- [PATCH v2 22/29] builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`, Patrick Steinhardt
- [PATCH v2 23/29] sequencer: fix memory leaks in `make_script_with_merges()`, Patrick Steinhardt
- [PATCH v2 24/29] builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`, Patrick Steinhardt
- [PATCH v2 25/29] merge: fix leaking merge bases, Patrick Steinhardt
- [PATCH v2 27/29] blame: fix leaking data for blame scoreboards, Patrick Steinhardt
- [PATCH v2 29/29] builtin/blame: fix leaking ignore revs files, Patrick Steinhardt
- [PATCH v2 26/29] line-range: plug leaking find functions, Patrick Steinhardt
- [PATCH v2 28/29] builtin/blame: fix leaking prefixed paths, Patrick Steinhardt
- Re: [PATCH v2 00/29] Memory leak fixes (pt.2), Phillip Wood
- Re: [PATCH v2 00/29] Memory leak fixes (pt.2), Karthik Nayak
- [ANNOUNCE] Git for Windows 2.45.2, Johannes Schindelin
- git pull --ff-only errors when git merge --ff-only passes,
Arundas T C
- [GSoC] Blog: move and improve reftable tests in the unit testing framework,
Chandra Pratap
- [ANNOUNCE] Git Rev News edition 111, Christian Couder
- git fetch --prune fails with "fatal: bad object",
Curley Joe
- [PATCH v4 1/1] macOS: ls-files path fails if path of workdir is NFD,
tboegi
- [ANNOUNCE] Git v2.45.2 and friends to unbreak "git lfs" and others, Junio C Hamano
- [PATCH] dir.c: skip .gitignore, etc larger than INT_MAX,
Jeff King
- [bug report] git diff --relative not doing well with worktree in hooks,
Antoine Bolvy
- [PATCH 0/13] leak fixes for sparse-checkout code,
Jeff King
- [PATCH 01/13] sparse-checkout: free string list in write_cone_to_file(), Jeff King
- [PATCH 02/13] sparse-checkout: pass string literals directly to add_pattern(), Jeff King
- [PATCH 03/13] dir.c: free strings in sparse cone pattern hashmaps, Jeff King
- [PATCH 04/13] sparse-checkout: clear patterns when init() sees existing sparse file, Jeff King
- [PATCH 05/13] dir.c: free removed sparse-pattern hashmap entries, Jeff King
- [PATCH 06/13] dir.c: always copy input to add_pattern(), Jeff King
- [PATCH 07/13] sparse-checkout: reuse --stdin buffer when reading patterns, Jeff King
- [PATCH 08/13] sparse-checkout: always free "line" strbuf after reading input, Jeff King
- [PATCH 09/13] sparse-checkout: refactor temporary sparse_checkout_patterns, Jeff King
- [PATCH 10/13] sparse-checkout: free sparse_filename after use, Jeff King
- [PATCH 11/13] sparse-checkout: free pattern list in sparse_checkout_list(), Jeff King
- [PATCH 12/13] sparse-checkout: free string list after displaying, Jeff King
- [PATCH 13/13] sparse-checkout: free duplicate hashmap entries, Jeff King
- Re: [PATCH 0/13] leak fixes for sparse-checkout code, Jeff King
- [PATCH v2 0/13] leak fixes for sparse-checkout code, Jeff King
- [PATCH v2 01/13] sparse-checkout: free string list in write_cone_to_file(), Jeff King
- [PATCH v2 02/13] sparse-checkout: pass string literals directly to add_pattern(), Jeff King
- [PATCH v2 03/13] dir.c: free strings in sparse cone pattern hashmaps, Jeff King
- [PATCH v2 04/13] sparse-checkout: clear patterns when init() sees existing sparse file, Jeff King
- [PATCH v2 05/13] dir.c: free removed sparse-pattern hashmap entries, Jeff King
- [PATCH v2 06/13] dir.c: always copy input to add_pattern(), Jeff King
- [PATCH v2 07/13] sparse-checkout: reuse --stdin buffer when reading patterns, Jeff King
- [PATCH v2 08/13] sparse-checkout: always free "line" strbuf after reading input, Jeff King
- [PATCH v2 09/13] sparse-checkout: refactor temporary sparse_checkout_patterns, Jeff King
- [PATCH v2 10/13] sparse-checkout: free sparse_filename after use, Jeff King
- [PATCH v2 11/13] sparse-checkout: free pattern list in sparse_checkout_list(), Jeff King
- [PATCH v2 12/13] sparse-checkout: free string list after displaying, Jeff King
- [PATCH v2 13/13] sparse-checkout: free duplicate hashmap entries, Jeff King
- Re: [PATCH v2 0/13] leak fixes for sparse-checkout code, Patrick Steinhardt
- What's cooking in git.git (May 2024, #13; Thu, 30), Junio C Hamano
- git fetch from additional remote fails with a treeless clone, Christoph Reiter
- [PATCH] t1517: more coverage for commands that work without repository,
Junio C Hamano
- [GSoC][PATCH 0/2] ref consistency check infra setup,
shejialuo
- [GSoC][PATCH 1/2] refs: setup ref consistency check infrastructure, shejialuo
- [GSoC][PATCH 2/2] refs: add name and content check for file backend, shejialuo
- [GSoC][PATCH v2 0/7] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v2 1/7] fsck: add refs check interfaces to interface with fsck error levels, shejialuo
- [GSoC][PATCH v2 2/7] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v2 3/7] builtin/refs: add verify subcommand, shejialuo
- [GSoC][PATCH v2 4/7] builtin/fsck: add `git-refs verify` child process, shejialuo
- [GSoC][PATCH v2 5/7] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v2 6/7] fsck: add ref name check for files backend, shejialuo
- [GSoC][PATCH v2 7/7] fsck: add ref content check for files backend, shejialuo
- Re: [GSoC][PATCH v2 0/7] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v3 0/7] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v3 1/7] fsck: add refs check interfaces to interface with fsck error levels, shejialuo
- [PATCH v3 2/7] refs: set up ref consistency check infrastructure, shejialuo
- [PATCH v3 3/7] builtin/refs: add verify subcommand, shejialuo
- [PATCH v3 4/7] builtin/fsck: add `git-refs verify` child process, shejialuo
- [PATCH v3 5/7] files-backend: add unified interface for refs scanning, shejialuo
- [PATCH v3 6/7] fsck: add ref name check for files backend, shejialuo
- [PATCH v3 7/7] fsck: add ref content check for files backend, shejialuo
- [GSoC][PATCH v4 0/7] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v4 1/7] fsck: add refs check interfaces to interact with fsck error levels, shejialuo
- [GSoC][PATCH v4 2/7] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v4 3/7] builtin/refs: add verify subcommand, shejialuo
- [GSoC][PATCH v4 4/7] builtin/fsck: add `git-refs verify` child process, shejialuo
- [GSoC][PATCH v4 5/7] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v4 6/7] fsck: add ref name check for files backend, shejialuo
- [GSoC][PATCH v4 7/7] fsck: add ref content check for files backend, shejialuo
- [GSoC][PATCH v5 00/12] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v5 01/12] fsck: rename "fsck_options" to "fsck_objects_options", shejialuo
- [GSoC][PATCH v5 02/12] fsck: use "fsck_configs" to set up configs, shejialuo
- [GSoC][PATCH v5 03/12] fsck: abstract common options for reusing, shejialuo
- [GSoC][PATCH v5 04/12] fsck: add "fsck_refs_options" struct, shejialuo
- [GSoC][PATCH v5 05/12] fsck: add a unified interface for reporting fsck messages, shejialuo
- [GSoC][PATCH v5 06/12] fsck: add "fsck_refs_options" initialization macros, shejialuo
- [GSoC][PATCH v5 07/12] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v5 08/12] builtin/refs: add verify subcommand, shejialuo
- [GSoC][PATCH v5 09/12] builtin/fsck: add `git-refs verify` child process, shejialuo
- [GSoC][PATCH v5 10/12] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v5 11/12] fsck: add ref name check for files backend, shejialuo
- [GSoC][PATCH v5 12/12] fsck: add ref content check for files backend, shejialuo
- [GSoC][PATCH v6 00/11] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v6 04/11] fsck: add a unified interface for reporting fsck messages, shejialuo
- [GSoC][PATCH v6 05/11] fsck: add "fsck_refs_options" initialization macros, shejialuo
- [GSoC][PATCH v6 06/11] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v6 07/11] builtin/refs: add verify subcommand, shejialuo
- [GSoC][PATCH v6 08/11] builtin/fsck: add `git-refs verify` child process, shejialuo
- [GSoC][PATCH v6 09/11] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v6 10/11] fsck: add ref name check for files backend, shejialuo
- [GSoC][PATCH v6 11/11] fsck: add ref content check for files backend, shejialuo
- [PATCH v6 01/11] fsck: add "fsck_objects_options" to hold objects-related options, shejialuo
- [GSoC][PATCH v6 03/11] fsck: add "fsck_refs_options" into "fsck_options", shejialuo
- [GSoC][PATCH v6 02/11] fsck: rename "skiplist" to "oid_skiplist", shejialuo
- Re: [GSoC][PATCH v6 00/11] ref consistency check infra setup, Karthik Nayak
- [GSoC][PATCH v7 0/9] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v7 2/9] fsck: add a unified interface for reporting fsck messages, shejialuo
- [GSoC][PATCH v7 3/9] fsck: add refs-related options and error report function, shejialuo
- [GSoC][PATCH v7 4/9] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v7 1/9] fsck: rename "skiplist" to "oid_skiplist", shejialuo
- [GSoC][PATCH v7 5/9] builtin/refs: add verify subcommand, shejialuo
- [GSoC][PATCH v7 6/9] builtin/fsck: add `git-refs verify` child process, shejialuo
- [GSoC][PATCH v7 7/9] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v7 8/9] fsck: add ref name check for files backend, shejialuo
- [GSoC][PATCH v7 9/9] fsck: add ref content check for files backend, shejialuo
- [GSoC][PATCH v8 0/9] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v8 1/9] fsck: rename "skiplist" to "oid_skiplist", shejialuo
- [GSoC][PATCH v8 2/9] fsck: add a unified interface for reporting fsck messages, shejialuo
- [GSoC][PATCH v8 3/9] fsck: add refs-related options and error report function, shejialuo
- [GSoC][PATCH v8 4/9] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v8 5/9] builtin/refs: add verify subcommand, shejialuo
- [GSoC][PATCH v8 6/9] builtin/fsck: add `git-refs verify` child process, shejialuo
- [GSoC][PATCH v8 7/9] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v8 8/9] fsck: add ref name check for files backend, shejialuo
- [GSoC][PATCH v8 9/9] fsck: add ref content check for files backend, shejialuo
- [GSoC][PATCH v9 0/9] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v9 1/9] fsck: rename "skiplist" to "skip_oids", shejialuo
- [GSoC][PATCH v9 2/9] fsck: add a unified interface for reporting fsck messages, shejialuo
- [GSoC][PATCH v9 3/9] fsck: add refs-related options and error report function, shejialuo
- [GSoC][PATCH v9 4/9] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v9 5/9] builtin/refs: add verify subcommand, shejialuo
- [GSoC][PATCH v9 6/9] builtin/fsck: add `git-refs verify` child process, shejialuo
- [GSoC][PATCH v9 7/9] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v9 8/9] fsck: add ref name check for files backend, shejialuo
- [GSoC][PATCH v9 9/9] fsck: add ref content check for files backend, shejialuo
- [GSoC][PATCH v10 00/10] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v10 01/10] fsck: rename "skiplist" to "skip_oids", shejialuo
- [GSoC][PATCH v10 02/10] fsck: rename objects-related fsck error functions, shejialuo
- [GSoC][PATCH v10 03/10] fsck: add a unified interface for reporting fsck messages, shejialuo
- [GSoC][PATCH v10 04/10] fsck: add refs-related error report function, shejialuo
- [GSoC][PATCH v10 05/10] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v10 06/10] builtin/refs: add verify subcommand and verbose_refs for "fsck_options", shejialuo
- [GSoC][PATCH v10 07/10] builtin/fsck: add `git-refs verify` child process, shejialuo
- [GSoC][PATCH v10 08/10] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v10 09/10] fsck: add ref name check for files backend, shejialuo
- [GSoC][PATCH v10 10/10] fsck: add ref content check for files backend, shejialuo
- [GSoC][PATCH v11 00/10] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v11 01/10] fsck: rename "skiplist" to "skip_oids", shejialuo
- [GSoC][PATCH v11 02/10] fsck: add a unified interface for reporting fsck messages, shejialuo
- [GSoC][PATCH v11 03/10] fsck: rename objects-related fsck error functions, shejialuo
- [GSoC][PATCH v11 04/10] fsck: add refs-related error report function, shejialuo
- [GSoC][PATCH v11 05/10] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v11 06/10] git refs: add verify subcommand, shejialuo
- [GSoC][PATCH v11 07/10] builtin/fsck: add `git-refs verify` child process, shejialuo
- [GSoC][PATCH v11 08/10] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v11 09/10] fsck: add ref name check for files backend, shejialuo
- [GSoC][PATCH v11 10/10] fsck: add ref content check for files backend, shejialuo
- [GSoC][PATCH v12 00/10] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v12 01/10] fsck: rename "skiplist" to "skip_oids", shejialuo
- [GSoC][PATCH v12 02/10] fsck: add a unified interface for reporting fsck messages, shejialuo
- [GSoC][PATCH v12 03/10] fsck: rename objects-related fsck error functions, shejialuo
- [GSoC][PATCH v12 04/10] fsck: add refs-related error report function, shejialuo
- [GSoC][PATCH v12 05/10] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v12 06/10] git refs: add verify subcommand, shejialuo
- [GSoC][PATCH v12 07/10] builtin/fsck: add `git-refs verify` child process, shejialuo
- [GSoC][PATCH v12 08/10] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v12 09/10] fsck: add ref name check for files backend, shejialuo
- [GSoC][PATCH v12 10/10] fsck: add ref content check for files backend, shejialuo
- [GSoC][PATCH v13 00/10] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v13 01/10] fsck: rename "skiplist" to "skip_oids", shejialuo
- [GSoC][PATCH v13 02/10] fsck: add a unified interface for reporting fsck messages, shejialuo
- [GSoC][PATCH v13 03/10] fsck: rename objects-related fsck error functions, shejialuo
- [GSoC][PATCH v13 04/10] fsck: add refs-related error report function, shejialuo
- [GSoC][PATCH v13 05/10] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v13 06/10] git refs: add verify subcommand, shejialuo
- [GSoC][PATCH v13 07/10] builtin/fsck: add `git-refs verify` child process, shejialuo
- [GSoC][PATCH v13 08/10] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v13 09/10] fsck: add ref name check for files backend, shejialuo
- [GSoC][PATCH v13 10/10] fsck: add ref content check for files backend, shejialuo
- Re: [GSoC][PATCH v13 00/10] ref consistency check infra setup, Patrick Steinhardt
- [GSoC][PATCH v14 00/11] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v14 01/11] fsck: rename "skiplist" to "skip_oids", shejialuo
- [GSoC][PATCH v14 02/11] fsck: make "fsck_error" callback generic, shejialuo
- [GSoC][PATCH v14 03/11] fsck: add a unified interface for reporting fsck messages, shejialuo
- [GSoC][PATCH v14 04/11] fsck: add refs report function, shejialuo
- [GSoC][PATCH v14 05/11] fsck: add refs-related error callback, shejialuo
- [GSoC][PATCH v14 06/11] fsck: rename objects-related fsck error functions, shejialuo
- [GSoC][PATCH v14 07/11] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v14 08/11] builtin/refs: add verify subcommand, shejialuo
- [GSoC][PATCH v14 09/11] builtin/fsck: add `git-refs verify` child process, shejialuo
- [GSoC][PATCH v14 10/11] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v14 11/11] fsck: add ref name check for files backend, shejialuo
- Re: [GSoC][PATCH v14 00/11] ref consistency check infra setup, Patrick Steinhardt
- [GSoC][PATCH v15 0/9] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v15 1/9] fsck: rename "skiplist" to "skip_oids", shejialuo
- [GSoC][PATCH v15 2/9] fsck: rename objects-related fsck error functions, shejialuo
- [GSoC][PATCH v15 3/9] fsck: make "fsck_error" callback generic, shejialuo
- [GSoC][PATCH v15 4/9] fsck: add a unified interface for reporting fsck messages, shejialuo
- [GSoC][PATCH v15 5/9] fsck: add refs report function, shejialuo
- [GSoC][PATCH v15 6/9] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v15 7/9] builtin/refs: add verify subcommand, shejialuo
- [GSoC][PATCH v15 8/9] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v15 9/9] fsck: add ref name check for files backend, shejialuo
- Re: [GSoC][PATCH v15 0/9] ref consistency check infra setup, Patrick Steinhardt
- Re: [GSoC][PATCH v15 0/9] ref consistency check infra setup, Karthik Nayak
- [GSoC][PATCH v16 0/9] ref consistency check infra setup, shejialuo
- [GSoC][PATCH v16 1/9] fsck: rename "skiplist" to "skip_oids", shejialuo
- [GSoC][PATCH v16 2/9] fsck: rename objects-related fsck error functions, shejialuo
- [GSoC][PATCH v16 3/9] fsck: make "fsck_error" callback generic, shejialuo
- [GSoC][PATCH v16 4/9] fsck: add a unified interface for reporting fsck messages, shejialuo
- [GSoC][PATCH v16 5/9] fsck: add refs report function, shejialuo
- [GSoC][PATCH v16 6/9] refs: set up ref consistency check infrastructure, shejialuo
- [GSoC][PATCH v16 7/9] builtin/refs: add verify subcommand, shejialuo
- [GSoC][PATCH v16 8/9] files-backend: add unified interface for refs scanning, shejialuo
- [GSoC][PATCH v16 9/9] fsck: add ref name check for files backend, shejialuo
- Re: [GSoC][PATCH v16 0/9] ref consistency check infra setup, Patrick Steinhardt
- Draft of Git Rev News edition 111, Christian Couder
- Git update 1:2.34.1-1ubuntu1.11 for Ubuntu Server 22.04 breaks access to shared repositories, Lou Rech
- Commands using -h as an option don't work consistently,
Kevin Day
- [PATCH 00/19] Compile with `-Wwrite-strings`,
Patrick Steinhardt
- [PATCH 01/19] global: improve const correctness when assigning string constants, Patrick Steinhardt
- [PATCH 02/19] global: assign non-const strings as required, Patrick Steinhardt
- [PATCH 03/19] global: convert intentionally-leaking config strings to consts, Patrick Steinhardt
- [PATCH 04/19] compat/win32: fix const-correctness with string constants, Patrick Steinhardt
- [PATCH 05/19] reftable: improve const correctness when assigning string constants, Patrick Steinhardt
- [PATCH 06/19] refspec: remove global tag refspec structure, Patrick Steinhardt
- [PATCH 07/19] http: do not assign string constant to non-const field, Patrick Steinhardt
- [PATCH 08/19] line-log: always allocate the output prefix, Patrick Steinhardt
- [PATCH 09/19] object-file: make `buf` parameter of `index_mem()` a constant, Patrick Steinhardt
- [PATCH 10/19] parse-options: cast long name for OPTION_ALIAS, Patrick Steinhardt
- [PATCH 11/19] send-pack: always allocate receive status, Patrick Steinhardt
- [PATCH 12/19] remote-curl: avoid assigning string constant to non-const variable, Patrick Steinhardt
- [PATCH 13/19] revision: always store allocated strings in output encoding, Patrick Steinhardt
- [PATCH 14/19] mailmap: always store allocated strings in mailmap blob, Patrick Steinhardt
- [PATCH 15/19] imap-send: drop global `imap_server_conf` variable, Patrick Steinhardt
- [PATCH 16/19] imap-send: fix leaking memory in `imap_server_conf`, Patrick Steinhardt
- [PATCH 17/19] builtin/rebase: adapt code to not assign string constants to non-const, Patrick Steinhardt
- [PATCH 18/19] builtin/merge: always store allocated strings in `pull_twohead`, Patrick Steinhardt
- [PATCH 19/19] config.mak.dev: enable `-Wwrite-strings` warning, Patrick Steinhardt
- Re: [PATCH 00/19] Compile with `-Wwrite-strings`, Patrick Steinhardt
- [PATCH v2 00/19] Compile with `-Wwrite-strings`, Patrick Steinhardt
- [PATCH v2 01/19] global: improve const correctness when assigning string constants, Patrick Steinhardt
- [PATCH v2 02/19] global: assign non-const strings as required, Patrick Steinhardt
- [PATCH v2 03/19] global: convert intentionally-leaking config strings to consts, Patrick Steinhardt
- [PATCH v2 04/19] compat/win32: fix const-correctness with string constants, Patrick Steinhardt
- [PATCH v2 05/19] refspec: remove global tag refspec structure, Patrick Steinhardt
- [PATCH v2 06/19] http: do not assign string constant to non-const field, Patrick Steinhardt
- [PATCH v2 07/19] line-log: always allocate the output prefix, Patrick Steinhardt
- [PATCH v2 08/19] object-file: make `buf` parameter of `index_mem()` a constant, Patrick Steinhardt
- [PATCH v2 09/19] parse-options: cast long name for OPTION_ALIAS, Patrick Steinhardt
- [PATCH v2 10/19] send-pack: always allocate receive status, Patrick Steinhardt
- [PATCH v2 11/19] remote-curl: avoid assigning string constant to non-const variable, Patrick Steinhardt
- [PATCH v2 12/19] revision: always store allocated strings in output encoding, Patrick Steinhardt
- [PATCH v2 13/19] mailmap: always store allocated strings in mailmap blob, Patrick Steinhardt
- [PATCH v2 14/19] imap-send: drop global `imap_server_conf` variable, Patrick Steinhardt
- [PATCH v2 15/19] imap-send: fix leaking memory in `imap_server_conf`, Patrick Steinhardt
- [PATCH v2 16/19] builtin/rebase: do not assign default backend to non-constant field, Patrick Steinhardt
- [PATCH v2 17/19] builtin/rebase: always store allocated string in `options.strategy`, Patrick Steinhardt
- [PATCH v2 18/19] builtin/merge: always store allocated strings in `pull_twohead`, Patrick Steinhardt
- [PATCH v2 19/19] config.mak.dev: enable `-Wwrite-strings` warning, Patrick Steinhardt
- Re: [PATCH v2 00/19] Compile with `-Wwrite-strings`, Junio C Hamano
- [PATCH v3 00/27] Compile with `-Wwrite-strings`, Patrick Steinhardt
- [PATCH v3 01/27] global: improve const correctness when assigning string constants, Patrick Steinhardt
- [PATCH v3 02/27] global: convert intentionally-leaking config strings to consts, Patrick Steinhardt
- [PATCH v3 03/27] refs/reftable: stop micro-optimizing refname allocations on copy, Patrick Steinhardt
- [PATCH v3 05/27] refspec: remove global tag refspec structure, Patrick Steinhardt
- [PATCH v3 04/27] reftable: cast away constness when assigning constants to records, Patrick Steinhardt
- [PATCH v3 06/27] builtin/remote: cast away constness in `get_head_names()`, Patrick Steinhardt
- [PATCH v3 07/27] diff: cast string constant in `fill_textconv()`, Patrick Steinhardt
- [PATCH v3 08/27] line-log: stop assigning string constant to file parent buffer, Patrick Steinhardt
- [PATCH v3 09/27] line-log: always allocate the output prefix, Patrick Steinhardt
- [PATCH v3 10/27] entry: refactor how we remove items for delayed checkouts, Patrick Steinhardt
- [PATCH v3 11/27] ident: add casts for fallback name and GECOS, Patrick Steinhardt
- [PATCH v3 12/27] object-file: mark cached object buffers as const, Patrick Steinhardt
- [PATCH v3 13/27] object-file: make `buf` parameter of `index_mem()` a constant, Patrick Steinhardt
- [PATCH v3 14/27] pretty: add casts for decoration option pointers, Patrick Steinhardt
- [PATCH v3 15/27] compat/win32: fix const-correctness with string constants, Patrick Steinhardt
- [PATCH v3 16/27] http: do not assign string constant to non-const field, Patrick Steinhardt
- [PATCH v3 17/27] parse-options: cast long name for OPTION_ALIAS, Patrick Steinhardt
- [PATCH v3 18/27] send-pack: always allocate receive status, Patrick Steinhardt
- [PATCH v3 19/27] remote-curl: avoid assigning string constant to non-const variable, Patrick Steinhardt
- [PATCH v3 20/27] revision: always store allocated strings in output encoding, Patrick Steinhardt
- [PATCH v3 21/27] mailmap: always store allocated strings in mailmap blob, Patrick Steinhardt
- [PATCH v3 22/27] imap-send: drop global `imap_server_conf` variable, Patrick Steinhardt
- [PATCH v3 23/27] imap-send: fix leaking memory in `imap_server_conf`, Patrick Steinhardt
- [PATCH v3 24/27] builtin/rebase: do not assign default backend to non-constant field, Patrick Steinhardt
- [PATCH v3 25/27] builtin/rebase: always store allocated string in `options.strategy`, Patrick Steinhardt
- [PATCH v3 26/27] builtin/merge: always store allocated strings in `pull_twohead`, Patrick Steinhardt
- [PATCH v3 27/27] config.mak.dev: enable `-Wwrite-strings` warning, Patrick Steinhardt
- Re: [PATCH v3 00/27] Compile with `-Wwrite-strings`, Junio C Hamano
- [PATCH v4 00/27] Compile with `-Wwrite-strings`, Patrick Steinhardt
- [PATCH v4 01/27] global: improve const correctness when assigning string constants, Patrick Steinhardt
- [PATCH v4 02/27] global: convert intentionally-leaking config strings to consts, Patrick Steinhardt
- [PATCH v4 03/27] refs/reftable: stop micro-optimizing refname allocations on copy, Patrick Steinhardt
- [PATCH v4 04/27] reftable: cast away constness when assigning constants to records, Patrick Steinhardt
- [PATCH v4 05/27] refspec: remove global tag refspec structure, Patrick Steinhardt
- [PATCH v4 06/27] builtin/remote: cast away constness in `get_head_names()`, Patrick Steinhardt
- [PATCH v4 07/27] diff: cast string constant in `fill_textconv()`, Patrick Steinhardt
- [PATCH v4 08/27] line-log: stop assigning string constant to file parent buffer, Patrick Steinhardt
- [PATCH v4 09/27] line-log: always allocate the output prefix, Patrick Steinhardt
- [PATCH v4 10/27] entry: refactor how we remove items for delayed checkouts, Patrick Steinhardt
- [PATCH v4 11/27] ident: add casts for fallback name and GECOS, Patrick Steinhardt
- [PATCH v4 12/27] object-file: mark cached object buffers as const, Patrick Steinhardt
- [PATCH v4 13/27] object-file: make `buf` parameter of `index_mem()` a constant, Patrick Steinhardt
- [PATCH v4 14/27] pretty: add casts for decoration option pointers, Patrick Steinhardt
- [PATCH v4 15/27] compat/win32: fix const-correctness with string constants, Patrick Steinhardt
- [PATCH v4 16/27] http: do not assign string constant to non-const field, Patrick Steinhardt
- [PATCH v4 17/27] parse-options: cast long name for OPTION_ALIAS, Patrick Steinhardt
- [PATCH v4 18/27] send-pack: always allocate receive status, Patrick Steinhardt
- [PATCH v4 19/27] remote-curl: avoid assigning string constant to non-const variable, Patrick Steinhardt
- [PATCH v4 20/27] revision: always store allocated strings in output encoding, Patrick Steinhardt
- [PATCH v4 21/27] mailmap: always store allocated strings in mailmap blob, Patrick Steinhardt
- [PATCH v4 22/27] imap-send: drop global `imap_server_conf` variable, Patrick Steinhardt
- [PATCH v4 23/27] imap-send: fix leaking memory in `imap_server_conf`, Patrick Steinhardt
- [PATCH v4 24/27] builtin/rebase: do not assign default backend to non-constant field, Patrick Steinhardt
- [PATCH v4 25/27] builtin/rebase: always store allocated string in `options.strategy`, Patrick Steinhardt
- [PATCH v4 26/27] builtin/merge: always store allocated strings in `pull_twohead`, Patrick Steinhardt
- [PATCH v4 27/27] config.mak.dev: enable `-Wwrite-strings` warning, Patrick Steinhardt
- [PATCH v5 00/27] Compile with `-Wwrite-strings`, Patrick Steinhardt
- [PATCH v5 01/27] global: improve const correctness when assigning string constants, Patrick Steinhardt
- [PATCH v5 03/27] refs/reftable: stop micro-optimizing refname allocations on copy, Patrick Steinhardt
- [PATCH v5 02/27] global: convert intentionally-leaking config strings to consts, Patrick Steinhardt
- [PATCH v5 04/27] reftable: cast away constness when assigning constants to records, Patrick Steinhardt
- [PATCH v5 05/27] refspec: remove global tag refspec structure, Patrick Steinhardt
- [PATCH v5 06/27] builtin/remote: cast away constness in `get_head_names()`, Patrick Steinhardt
- [PATCH v5 08/27] line-log: stop assigning string constant to file parent buffer, Patrick Steinhardt
- [PATCH v5 09/27] line-log: always allocate the output prefix, Patrick Steinhardt
- [PATCH v5 07/27] diff: cast string constant in `fill_textconv()`, Patrick Steinhardt
- [PATCH v5 10/27] entry: refactor how we remove items for delayed checkouts, Patrick Steinhardt
- [PATCH v5 12/27] object-file: mark cached object buffers as const, Patrick Steinhardt
- [PATCH v5 15/27] compat/win32: fix const-correctness with string constants, Patrick Steinhardt
- [PATCH v5 14/27] pretty: add casts for decoration option pointers, Patrick Steinhardt
- [PATCH v5 16/27] http: do not assign string constant to non-const field, Patrick Steinhardt
- [PATCH v5 11/27] ident: add casts for fallback name and GECOS, Patrick Steinhardt
- [PATCH v5 17/27] parse-options: cast long name for OPTION_ALIAS, Patrick Steinhardt
- [PATCH v5 18/27] send-pack: always allocate receive status, Patrick Steinhardt
- [PATCH v5 13/27] object-file: make `buf` parameter of `index_mem()` a constant, Patrick Steinhardt
- [PATCH v5 20/27] revision: always store allocated strings in output encoding, Patrick Steinhardt
- [PATCH v5 21/27] mailmap: always store allocated strings in mailmap blob, Patrick Steinhardt
- [PATCH v5 19/27] remote-curl: avoid assigning string constant to non-const variable, Patrick Steinhardt
- [PATCH v5 22/27] imap-send: drop global `imap_server_conf` variable, Patrick Steinhardt
- [PATCH v5 23/27] imap-send: fix leaking memory in `imap_server_conf`, Patrick Steinhardt
- [PATCH v5 24/27] builtin/rebase: do not assign default backend to non-constant field, Patrick Steinhardt
- [PATCH v5 26/27] builtin/merge: always store allocated strings in `pull_twohead`, Patrick Steinhardt
- [PATCH v5 25/27] builtin/rebase: always store allocated string in `options.strategy`, Patrick Steinhardt
- [PATCH v5 27/27] config.mak.dev: enable `-Wwrite-strings` warning, Patrick Steinhardt
- [PATCH v6 00/27] Compile with `-Wwrite-strings`, Patrick Steinhardt
- [PATCH v6 01/27] global: improve const correctness when assigning string constants, Patrick Steinhardt
- [PATCH v6 03/27] refs/reftable: stop micro-optimizing refname allocations on copy, Patrick Steinhardt
- [PATCH v6 02/27] global: convert intentionally-leaking config strings to consts, Patrick Steinhardt
- [PATCH v6 04/27] reftable: cast away constness when assigning constants to records, Patrick Steinhardt
- [PATCH v6 05/27] refspec: remove global tag refspec structure, Patrick Steinhardt
- [PATCH v6 06/27] builtin/remote: cast away constness in `get_head_names()`, Patrick Steinhardt
- [PATCH v6 07/27] diff: cast string constant in `fill_textconv()`, Patrick Steinhardt
- [PATCH v6 08/27] line-log: stop assigning string constant to file parent buffer, Patrick Steinhardt
- [PATCH v6 09/27] line-log: always allocate the output prefix, Patrick Steinhardt
- [PATCH v6 10/27] entry: refactor how we remove items for delayed checkouts, Patrick Steinhardt
- [PATCH v6 11/27] ident: add casts for fallback name and GECOS, Patrick Steinhardt
- [PATCH v6 12/27] object-file: mark cached object buffers as const, Patrick Steinhardt
- [PATCH v6 13/27] object-file: make `buf` parameter of `index_mem()` a constant, Patrick Steinhardt
- [PATCH v6 14/27] pretty: add casts for decoration option pointers, Patrick Steinhardt
- [PATCH v6 15/27] compat/win32: fix const-correctness with string constants, Patrick Steinhardt
- [PATCH v6 16/27] http: do not assign string constant to non-const field, Patrick Steinhardt
- [PATCH v6 17/27] parse-options: cast long name for OPTION_ALIAS, Patrick Steinhardt
- [PATCH v6 18/27] send-pack: always allocate receive status, Patrick Steinhardt
- [PATCH v6 19/27] remote-curl: avoid assigning string constant to non-const variable, Patrick Steinhardt
- [PATCH v6 20/27] revision: always store allocated strings in output encoding, Patrick Steinhardt
- [PATCH v6 21/27] mailmap: always store allocated strings in mailmap blob, Patrick Steinhardt
- [PATCH v6 22/27] imap-send: drop global `imap_server_conf` variable, Patrick Steinhardt
- [PATCH v6 23/27] imap-send: fix leaking memory in `imap_server_conf`, Patrick Steinhardt
- [PATCH v6 24/27] builtin/rebase: do not assign default backend to non-constant field, Patrick Steinhardt
- [PATCH v6 25/27] builtin/rebase: always store allocated string in `options.strategy`, Patrick Steinhardt
- [PATCH v6 26/27] builtin/merge: always store allocated strings in `pull_twohead`, Patrick Steinhardt
- [PATCH v6 27/27] config.mak.dev: enable `-Wwrite-strings` warning, Patrick Steinhardt
- Re: [PATCH v6 00/27] Compile with `-Wwrite-strings`, Junio C Hamano
- safe.directory wildcards,
Stefan Metzmacher
- [GSoC][PATCH v2 0/4] t: port reftable/basics_test.c to the unit testing,
Chandra Pratap
- What's cooking in git.git (May 2024, #12; Tue, 28),
Junio C Hamano
- [BUG] Cannot set safe.directory with command-scoped configuration when cloning,
Chris Burr
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]