Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 8/8] pack-bitmap.c: reimplement `midx_bitmap_filename()` with helper, (continued)
- [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
- [PATCH v3 12/12] builtin/refs: new command to migrate ref storage formats, Patrick Steinhardt
- Re: [PATCH v3 00/12] refs: ref storage format migrations, Junio C Hamano
- [PATCH v4 00/12] refs: ref storage migrations, Patrick Steinhardt
- [PATCH v4 01/12] setup: unset ref storage when reinitializing repository version, Patrick Steinhardt
- [PATCH v4 02/12] refs: convert ref storage format to an enum, Patrick Steinhardt
- [PATCH v4 03/12] refs: pass storage format to `ref_store_init()` explicitly, Patrick Steinhardt
- [PATCH v4 04/12] refs: allow to skip creation of reflog entries, Patrick Steinhardt
- [PATCH v4 05/12] refs/files: refactor `add_pseudoref_and_head_entries()`, Patrick Steinhardt
- [PATCH v4 06/12] refs/files: extract function to iterate through root refs, Patrick Steinhardt
- [PATCH v4 07/12] refs/files: fix NULL pointer deref when releasing ref store, Patrick Steinhardt
- [PATCH v4 08/12] reftable: inline `merged_table_release()`, Patrick Steinhardt
- [PATCH v4 09/12] worktree: don't store main worktree twice, Patrick Steinhardt
- [PATCH v4 10/12] refs: implement removal of ref storages, Patrick Steinhardt
- [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats, Patrick Steinhardt
- [PATCH v4 12/12] builtin/refs: new command to migrate ref storage formats, Patrick Steinhardt
- [PATCH v5 00/12] refs: ref storage migrations, Patrick Steinhardt
- [PATCH v5 01/12] setup: unset ref storage when reinitializing repository version, Patrick Steinhardt
- [PATCH v5 02/12] refs: convert ref storage format to an enum, Patrick Steinhardt
- [PATCH v5 03/12] refs: pass storage format to `ref_store_init()` explicitly, Patrick Steinhardt
- [PATCH v5 04/12] refs: allow to skip creation of reflog entries, Patrick Steinhardt
- [PATCH v5 05/12] refs/files: refactor `add_pseudoref_and_head_entries()`, Patrick Steinhardt
- [PATCH v5 06/12] refs/files: extract function to iterate through root refs, Patrick Steinhardt
- [PATCH v5 07/12] refs/files: fix NULL pointer deref when releasing ref store, Patrick Steinhardt
- [PATCH v5 08/12] reftable: inline `merged_table_release()`, Patrick Steinhardt
- [PATCH v5 09/12] worktree: don't store main worktree twice, Patrick Steinhardt
- [PATCH v5 10/12] refs: implement removal of ref storages, Patrick Steinhardt
- [PATCH v5 11/12] refs: implement logic to migrate between ref storage formats, Patrick Steinhardt
- [PATCH v5 12/12] builtin/refs: new command to migrate ref storage formats, Patrick Steinhardt
- Re: [PATCH v5 00/12] refs: ref storage migrations, Jeff King
- Re: [PATCH v5 00/12] refs: ref storage migrations, Junio C Hamano
- [PATCH v2] doc: imply that interactive.singleKey is disabled by default,
Dragan Simic
- [PATCH] blame: do not mention obvious default configuration values,
Junio C Hamano
- Cloning does not work on available download bandwidth changes,
Paweł Bogusławski
- [PATCH] push: don't fetch commit object when checking existence,
Tom Hughes
- [PATCH] Documentation/fsck-msgids.txt: remove duplicate 'gitmodulesLarge', Taylor Blau
- [PATCH] doc: note that interactive.singleKey is disabled by default,
Dragan Simic
- Unable to shallow fetch repository when using a object database populated by shallow fetches., Zopolis4
- [PATCH] alias: document caveats and add trace of prepared command,
Ian Wienand
- [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends,
Junio C Hamano
- [PATCH 02/12] send-email: avoid creating more than one Term::ReadLine object, Junio C Hamano
- [PATCH 03/12] ci: drop mention of BREW_INSTALL_PACKAGES variable, Junio C Hamano
- [PATCH 01/12] send-email: drop FakeTerm hack, Junio C Hamano
- [PATCH 04/12] ci: avoid bare "gcc" for osx-gcc job, Junio C Hamano
- [PATCH 05/12] ci: stop installing "gcc-13" for osx-gcc, Junio C Hamano
- [PATCH 06/12] hook: plug a new memory leak, Junio C Hamano
- [PATCH 07/12] init: use the correct path of the templates directory again, Junio C Hamano
- [PATCH 08/12] Revert "core.hooksPath: add some protection while cloning", Junio C Hamano
- [PATCH 09/12] tests: verify that `clone -c core.hooksPath=/dev/null` works again, Junio C Hamano
- [PATCH 10/12] clone: drop the protections where hooks aren't run, Junio C Hamano
- [PATCH 11/12] Revert "Add a helper function to compare file contents", Junio C Hamano
- [PATCH 12/12] Revert "fetch/clone: detect dubious ownership of local repositories", Junio C Hamano
- [rPATCH 13/12] Merge branch 'jc/fix-aggressive-protection-2.39', Junio C Hamano
- [rPATCH 14/12] Merge branch 'jc/fix-aggressive-protection-2.40', Junio C Hamano
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends, Johannes Schindelin
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends, Joey Hess
- [PATCH] dir: fix treat_leading_path() to return false on non-directories, Ivan Tse via GitGitGadget
- [PATCH v3 1/1] macOS: ls-files path fails if path of workdir is NFD,
tboegi
- git-shell vs "detected dubious ownership in repository",
Harald Dunkel
- How to disable safe directories?,
Jeffrey Walton
- git init BUG when gitconfig has includeIf,
Heghedus Razvan
- [PATCH] add-patch: response to unknown command,
Rubén Justo
- What's cooking in git.git (May 2024, #08; Mon, 20),
Junio C Hamano
- [PATCH] http: display the response body on POST failure,
Boris Mbarga via GitGitGadget
- [PATCH] chainlint.pl: Extend regexp pattern for /proc/cpuinfo on Linux SPARC,
John Paul Adrian Glaubitz
- git-daemon doesn't work as expected in v2.45.1 and friends,
Ondrej Pohorelsky
- chainlint test failing on Linux sparc64,
John Paul Adrian Glaubitz
- [PATCH 0/5] use the pager in 'add -p',
Rubén Justo
- [PATCH 1/5] add-patch: test for 'p' command, Rubén Justo
- [PATCH 2/5] pager: do not close fd 2 unnecessarily, Rubén Justo
- [PATCH 3/5] pager: introduce wait_for_pager, Rubén Justo
- [PATCH 4/5] test-terminal: introduce --no-stdin-pty, Rubén Justo
- [PATCH 5/5] add-patch: render hunks through the pager, Rubén Justo
- [PATCH v2 0/5] use the pager in 'add -p', Rubén Justo
- [PATCH v2 1/5] add-patch: test for 'p' command, Rubén Justo
- [PATCH v2 2/5] pager: do not close fd 2 unnecessarily, Rubén Justo
- [PATCH v2 3/5] pager: introduce wait_for_pager, Rubén Justo
- [PATCH v2 4/5] test-terminal: introduce --no-stdin-pty, Rubén Justo
- [PATCH v2 5/5] add-patch: render hunks through the pager, Rubén Justo
- [PATCH v3 0/6] use the pager in 'add -p', Rubén Justo
- [PATCH v3 1/6] add-patch: test for 'p' command, Rubén Justo
- [PATCH v3 2/6] pager: do not close fd 2 unnecessarily, Rubén Justo
- [PATCH v3 3/6] pager: introduce wait_for_pager, Rubén Justo
- [PATCH v3 4/6] pager: introduce setup_custom_pager, Rubén Justo
- [PATCH v3 5/6] test-terminal: introduce --no-stdin-pty, Rubén Justo
- [PATCH v3 6/6] add-patch: introduce the command '|', Rubén Justo
- Re: [PATCH v3 0/6] use the pager in 'add -p', Junio C Hamano
- Re: [PATCH v3 0/6] use the pager in 'add -p', Dragan Simic
- [PATCH v4 0/6] use the pager in 'add -p', Rubén Justo
- Re: [PATCH v3 0/6] use the pager in 'add -p', Jeff King
- bug: Segfault with git diff, jake roggenbuck
- [no subject], 何玉顺
- Replaying merges,
Johannes Schindelin
What's cooking in git.git (May 2024, #07; Fri, 17),
Junio C Hamano
[PATCH 0/8] Various fixes for v2.45.1 and friends,
Johannes Schindelin via GitGitGadget
- [PATCH 1/8] hook: plug a new memory leak, Johannes Schindelin via GitGitGadget
- [PATCH 2/8] init: use the correct path of the templates directory again, Johannes Schindelin via GitGitGadget
- [PATCH 3/8] Revert "core.hooksPath: add some protection while cloning", Johannes Schindelin via GitGitGadget
- [PATCH 4/8] tests: verify that `clone -c core.hooksPath=/dev/null` works again, Johannes Schindelin via GitGitGadget
- [PATCH 5/8] hook(clone protections): add escape hatch, Johannes Schindelin via GitGitGadget
- [PATCH 6/8] hooks(clone protections): special-case current Git LFS hooks, Johannes Schindelin via GitGitGadget
- [PATCH 7/8] hooks(clone protections): simplify templates hooks validation, Johannes Schindelin via GitGitGadget
- [PATCH 8/8] Revert "Add a helper function to compare file contents", Johannes Schindelin via GitGitGadget
- Re: [PATCH 0/8] Various fixes for v2.45.1 and friends, Junio C Hamano
- [PATCH v2 0/8] Various fixes for v2.45.1 and friends, Johannes Schindelin via GitGitGadget
- [PATCH v2 1/8] hook: plug a new memory leak, Johannes Schindelin via GitGitGadget
- [PATCH v2 2/8] init: use the correct path of the templates directory again, Johannes Schindelin via GitGitGadget
- [PATCH v2 3/8] Revert "core.hooksPath: add some protection while cloning", Johannes Schindelin via GitGitGadget
- [PATCH v2 4/8] tests: verify that `clone -c core.hooksPath=/dev/null` works again, Johannes Schindelin via GitGitGadget
- [PATCH v2 5/8] hook(clone protections): add escape hatch, Johannes Schindelin via GitGitGadget
- [PATCH v2 6/8] hooks(clone protections): special-case current Git LFS hooks, Johannes Schindelin via GitGitGadget
- [PATCH v2 7/8] hooks(clone protections): simplify templates hooks validation, Johannes Schindelin via GitGitGadget
- [PATCH v2 8/8] Revert "Add a helper function to compare file contents", Johannes Schindelin via GitGitGadget
- Re: [PATCH v2 0/8] Various fixes for v2.45.1 and friends, Junio C Hamano
- [PATCH v3 0/6] Various fixes for v2.45.1 and friends, Johannes Schindelin via GitGitGadget
[PATCH v2] Switch grep from non-portable BRE to portable ERE,
Marcel Telka
[PATCH] diff: document what --name-only shows,
Junio C Hamano
[PATCH] Switch grep from non-portable BRE to portable ERE,
Marcel Telka
[PATCH] t/t9001-send-email.sh: sed - remove the i flag for s, Marcel Telka
Three t4150 tests does not work as expected,
Marcel Telka
[PATCH] t/t9118-git-svn-funky-branch-names.sh: sed needs semicolon, Marcel Telka
[PATCH] t/t1700-split-index.sh: mv -v is not portable, Marcel Telka
[PATCH] scalar: make enlistment delete to work on all POSIX platforms,
Marcel Telka
[PATCH] t/t9902-completion.sh: backslashes in echo,
Marcel Telka
Issue with git log and reference repositories using --dissociate and --filter=blob:none,
Matt Cree
[PATCH] t/t4202-log.sh: fix misspelled variable, Marcel Telka
[PATCH] t/t0600-reffiles-backend.sh: rm -v is not portable, Marcel Telka
[PATCH v2 00/16] refs: drop all references to `the_repository`,
Patrick Steinhardt
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]