Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [GSoC][PATCH v13 00/10] ref consistency check infra setup, (continued)
- [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
- [GSoC][PATCH] t/: migrate helper/test-example-decorate to the unit testing framework,
Ghanshyam Thakkar
- [GSoC][PATCH] t: port reftable/basics_test.c to the unit testing,
Chandra Pratap
- git hangs forever after updating to V.2.45.1,
Workshop BLE
- [PATCH 0/2] Remove some usages of the_repository,
Philip Peterson via GitGitGadget
- What's cooking in git.git (May 2024, #11; Mon, 27), Junio C Hamano
- [PATCH] fix: prevent date underflow when using positive timezone offset,
darcy via GitGitGadget
- [GSoC]: Implement consistency check for refs blog,
shejialuo
- [PATCH] difftool: add env vars directly in run_file_diff(),
René Scharfe
- [BUG] git instaweb hanging on very large workdirs with `status.showUntrackedFiles no`, Florian Meißner
- Git "safe directory" not working correctly,
William Ruppel
- What's cooking in git.git (May 2024, #10; Fri, 24), Junio C Hamano
- RE: To get the exe, msi and dmg be properly clone to the Jenkins workspace, Kattia Soliz
- [PATCH v2 00/12] Fix various overly aggressive protections in 2.45.1 and friends,
Junio C Hamano
- [PATCH v2 01/12] send-email: drop FakeTerm hack, Junio C Hamano
- [PATCH v2 02/12] send-email: avoid creating more than one Term::ReadLine object, Junio C Hamano
- [PATCH v2 03/12] ci: drop mention of BREW_INSTALL_PACKAGES variable, Junio C Hamano
- [PATCH v2 04/12] ci: avoid bare "gcc" for osx-gcc job, Junio C Hamano
- [PATCH v2 05/12] ci: stop installing "gcc-13" for osx-gcc, Junio C Hamano
- [PATCH v2 06/12] hook: plug a new memory leak, Junio C Hamano
- [PATCH v2 07/12] init: use the correct path of the templates directory again, Junio C Hamano
- [PATCH v2 08/12] Revert "core.hooksPath: add some protection while cloning", Junio C Hamano
- [PATCH v2 09/12] tests: verify that `clone -c core.hooksPath=/dev/null` works again, Junio C Hamano
- [PATCH v2 10/12] clone: drop the protections where hooks aren't run, Junio C Hamano
- [PATCH v2 11/12] Revert "Add a helper function to compare file contents", Junio C Hamano
- [PATCH v2 12/12] Revert "fsck: warn about symlink pointing inside a gitdir", Junio C Hamano
- dubious permissions on shared repositorys as of 2.45.1, John Heidemann
- [PATCH] alias: pass --help through to shell alias,
Ian Wienand
- [PATCH 0/2] give range-diff at the end of single patch output,
Junio C Hamano
- [PATCH] gitk: Add desktop file, Jonas Ådahl
- What's cooking in git.git (May 2024, #09; Thu, 23), Junio C Hamano
- Inaccurate documentation for core.hooksPath?,
Mark Boyd - Q2AAAA
- [PATCH 0/8] midx-write: miscellaneous clean-ups for incremental MIDXs,
Taylor Blau
- [PATCH] promisor-remote: add promisor.quiet configuration option,
Tom Hughes
- [PATCH 00/20] Various memory leak fixes,
Patrick Steinhardt
- [PATCH 01/20] t: mark a bunch of tests as leak-free, Patrick Steinhardt
- [PATCH 02/20] transport-helper: fix leaking helper name, Patrick Steinhardt
- [PATCH 03/20] strbuf: fix leak when `appendwholeline()` fails with EOF, Patrick Steinhardt
- [PATCH 04/20] checkout: clarify memory ownership in `unique_tracking_name()`, Patrick Steinhardt
- [PATCH 05/20] http: refactor code to clarify memory ownership, Patrick Steinhardt
- [PATCH 06/20] config: clarify memory ownership in `git_config_pathname()`, Patrick Steinhardt
- [PATCH 07/20] diff: refactor code to clarify memory ownership of prefixes, Patrick Steinhardt
- [PATCH 08/20] convert: refactor code to clarify ownership of check_roundtrip_encoding, Patrick Steinhardt
- [PATCH 09/20] builtin/log: stop using globals for log config, Patrick Steinhardt
- [PATCH 10/20] builtin/log: stop using globals for format config, Patrick Steinhardt
- [PATCH 11/20] config: clarify memory ownership in `git_config_string()`, Patrick Steinhardt
- [PATCH 12/20] config: plug various memory leaks, Patrick Steinhardt
- [PATCH 13/20] builtin/credential: clear credential before exit, Patrick Steinhardt
- [PATCH 14/20] commit-reach: fix memory leak in `ahead_behind()`, Patrick Steinhardt
- [PATCH 15/20] submodule: fix leaking memory for submodule entries, Patrick Steinhardt
- [PATCH 16/20] strvec: add functions to replace and remove strings, Patrick Steinhardt
- [PATCH 17/20] builtin/mv: refactor `add_slash()` to always return allocated strings, Patrick Steinhardt
- [PATCH 18/20] builtin/mv duplicate string list memory, Patrick Steinhardt
- [PATCH 19/20] builtin/mv: refactor to use `struct strvec`, Patrick Steinhardt
- [PATCH 20/20] builtin/mv: fix leaks for submodule gitfile paths, Patrick Steinhardt
- Re: [PATCH 00/20] Various memory leak fixes, Junio C Hamano
- [PATCH v2 00/21] Various memory leak fixes, Patrick Steinhardt
- [PATCH v2 01/21] ci: add missing dependency for TTY prereq, Patrick Steinhardt
- [PATCH v2 02/21] t: mark a bunch of tests as leak-free, Patrick Steinhardt
- [PATCH v2 03/21] transport-helper: fix leaking helper name, Patrick Steinhardt
- [PATCH v2 04/21] strbuf: fix leak when `appendwholeline()` fails with EOF, Patrick Steinhardt
- [PATCH v2 05/21] checkout: clarify memory ownership in `unique_tracking_name()`, Patrick Steinhardt
- [PATCH v2 06/21] http: refactor code to clarify memory ownership, Patrick Steinhardt
- [PATCH v2 07/21] config: clarify memory ownership in `git_config_pathname()`, Patrick Steinhardt
- [PATCH v2 08/21] diff: refactor code to clarify memory ownership of prefixes, Patrick Steinhardt
- [PATCH v2 09/21] convert: refactor code to clarify ownership of check_roundtrip_encoding, Patrick Steinhardt
- [PATCH v2 10/21] builtin/log: stop using globals for log config, Patrick Steinhardt
- [PATCH v2 11/21] builtin/log: stop using globals for format config, Patrick Steinhardt
- [PATCH v2 12/21] config: clarify memory ownership in `git_config_string()`, Patrick Steinhardt
- [PATCH v2 13/21] config: plug various memory leaks, Patrick Steinhardt
- [PATCH v2 14/21] builtin/credential: clear credential before exit, Patrick Steinhardt
- [PATCH v2 15/21] commit-reach: fix memory leak in `ahead_behind()`, Patrick Steinhardt
- [PATCH v2 16/21] submodule: fix leaking memory for submodule entries, Patrick Steinhardt
- [PATCH v2 17/21] strvec: add functions to replace and remove strings, Patrick Steinhardt
- [PATCH v2 18/21] builtin/mv: refactor `add_slash()` to always return allocated strings, Patrick Steinhardt
- [PATCH v2 19/21] builtin/mv duplicate string list memory, Patrick Steinhardt
- [PATCH v2 20/21] builtin/mv: refactor to use `struct strvec`, Patrick Steinhardt
- [PATCH v2 21/21] builtin/mv: fix leaks for submodule gitfile paths, Patrick Steinhardt
- Re: [PATCH v2 00/21] Various memory leak fixes, Junio C Hamano
- [PATCH v3 00/21] Various memory leak fixes, Patrick Steinhardt
- [PATCH v3 01/21] ci: add missing dependency for TTY prereq, Patrick Steinhardt
- [PATCH v3 02/21] t: mark a bunch of tests as leak-free, Patrick Steinhardt
- [PATCH v3 03/21] transport-helper: fix leaking helper name, Patrick Steinhardt
- [PATCH v3 04/21] strbuf: fix leak when `appendwholeline()` fails with EOF, Patrick Steinhardt
- [PATCH v3 05/21] checkout: clarify memory ownership in `unique_tracking_name()`, Patrick Steinhardt
- [PATCH v3 06/21] http: refactor code to clarify memory ownership, Patrick Steinhardt
- [PATCH v3 07/21] config: clarify memory ownership in `git_config_pathname()`, Patrick Steinhardt
- [PATCH v3 08/21] diff: refactor code to clarify memory ownership of prefixes, Patrick Steinhardt
- [PATCH v3 09/21] convert: refactor code to clarify ownership of check_roundtrip_encoding, Patrick Steinhardt
- [PATCH v3 10/21] builtin/log: stop using globals for log config, Patrick Steinhardt
- [PATCH v3 11/21] builtin/log: stop using globals for format config, Patrick Steinhardt
- [PATCH v3 12/21] config: clarify memory ownership in `git_config_string()`, Patrick Steinhardt
- [PATCH v3 13/21] config: plug various memory leaks, Patrick Steinhardt
- [PATCH v3 14/21] builtin/credential: clear credential before exit, Patrick Steinhardt
- [PATCH v3 15/21] commit-reach: fix memory leak in `ahead_behind()`, Patrick Steinhardt
- [PATCH v3 16/21] submodule: fix leaking memory for submodule entries, Patrick Steinhardt
- [PATCH v3 17/21] strvec: add functions to replace and remove strings, Patrick Steinhardt
- [PATCH v3 18/21] builtin/mv: refactor `add_slash()` to always return allocated strings, Patrick Steinhardt
- [PATCH v3 19/21] builtin/mv duplicate string list memory, Patrick Steinhardt
- [PATCH v3 20/21] builtin/mv: refactor to use `struct strvec`, Patrick Steinhardt
- [PATCH v3 21/21] builtin/mv: fix leaks for submodule gitfile paths, Patrick Steinhardt
- Re: [PATCH v3 00/21] Various memory leak fixes, Junio C Hamano
- [PATCH 0/5] add-ons for ps/leakfixes, Jeff King
- [PATCH 0/9] refs: ref storage format migrations,
Patrick Steinhardt
- [PATCH 1/9] setup: unset ref storage when reinitializing repository version, Patrick Steinhardt
- [PATCH 2/9] refs: convert ref storage format to an enum, Patrick Steinhardt
- [PATCH 3/9] refs: pass storage format to `ref_store_init()` explicitly, Patrick Steinhardt
- [PATCH 4/9] refs: allow to skip creation of reflog entries, Patrick Steinhardt
- [PATCH 5/9] refs/files: refactor `add_pseudoref_and_head_entries()`, Patrick Steinhardt
- [PATCH 6/9] refs/files: extract function to iterate through root refs, Patrick Steinhardt
- [PATCH 7/9] refs: implement removal of ref storages, Patrick Steinhardt
- [PATCH 8/9] refs: implement logic to migrate between ref storage formats, Patrick Steinhardt
- [PATCH 9/9] builtin/refs: new command to migrate ref storage formats, Patrick Steinhardt
- Re: [PATCH 0/9] refs: ref storage format migrations, Junio C Hamano
- [PATCH v2 0/9] refs: ref storage format migrations, Patrick Steinhardt
- [PATCH v3 00/12] refs: ref storage format migrations, Patrick Steinhardt
- [PATCH v3 01/12] setup: unset ref storage when reinitializing repository version, Patrick Steinhardt
- [PATCH v3 02/12] refs: convert ref storage format to an enum, Patrick Steinhardt
- [PATCH v3 03/12] refs: pass storage format to `ref_store_init()` explicitly, Patrick Steinhardt
- [PATCH v3 04/12] refs: allow to skip creation of reflog entries, Patrick Steinhardt
- [PATCH v3 05/12] refs/files: refactor `add_pseudoref_and_head_entries()`, Patrick Steinhardt
- [PATCH v3 06/12] refs/files: extract function to iterate through root refs, Patrick Steinhardt
- [PATCH v3 07/12] refs/files: fix NULL pointer deref when releasing ref store, Patrick Steinhardt
- [PATCH v3 08/12] reftable: inline `merged_table_release()`, Patrick Steinhardt
- [PATCH v3 09/12] worktree: don't store main worktree twice, Patrick Steinhardt
- [PATCH v3 10/12] refs: implement removal of ref storages, Patrick Steinhardt
- [PATCH v3 11/12] refs: implement logic to migrate between ref storage formats, Patrick Steinhardt
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]