messages from 2025-05-07 12:45:01 to 2025-05-09 14:28:36 UTC [more...]
[PATCH 0/3] fix xstrdup leak in parse_short_opt
2025-05-09 14:28 UTC (7+ messages)
` [PATCH v2] parse-options: fix xstrdup leak in parse_options_step parse-options:984
` [PATCH v3] parse-options: fix memory leak when calling `parse_options`
[PATCH] REFTABLE_REALLOC_ARRAY: fix potential memory leak if realloc failed
2025-05-09 14:25 UTC (10+ messages)
` [PATCH v2] REFTABLE_REALLOC_ARRAY: remove this unsafe yet unused macro
` [PATCH v3] "
[PATCH 00/17] object-store: carve out the object database subsystem
2025-05-09 14:12 UTC (44+ messages)
` [PATCH 01/17] object-store: rename `raw_object_store` to `object_database`
` [PATCH 02/17] object-store: rename `object_directory` to `odb_backend`
` [PATCH 05/17] odb: get rid of `the_repository` in `find_odb()`
` [PATCH 07/17] odb: get rid of `the_repository` in `assert_oid_type()`
` [PATCH 09/17] odb: get rid of `the_repository` in `for_each()` functions
` [PATCH 12/17] odb: trivial refactorings to get rid of `the_repository`
` [PATCH v2 00/17] object-store: carve out the object database subsystem
` [PATCH v2 01/17] object-store: rename `raw_object_store` to `object_database`
` [PATCH v2 02/17] object-store: rename `object_directory` to `odb_alternate`
` [PATCH v2 03/17] object-store: rename files to "odb.{c,h}"
` [PATCH v2 04/17] odb: introduce parent pointers
` [PATCH v2 05/17] odb: get rid of `the_repository` in `find_odb()`
` [PATCH v2 06/17] odb: get rid of `the_repository` in `assert_oid_type()`
` [PATCH v2 07/17] odb: get rid of `the_repository` in `odb_mkstemp()`
` [PATCH v2 08/17] odb: get rid of `the_repository` when handling alternates
` [PATCH v2 09/17] odb: get rid of `the_repository` in `for_each()` functions
` [PATCH v2 10/17] odb: get rid of `the_repository` when handling the primary alternate
` [PATCH v2 11/17] odb: get rid of `the_repository` when handling submodule alternates
` [PATCH v2 12/17] odb: trivial refactorings to get rid of `the_repository`
` [PATCH v2 13/17] odb: rename `oid_object_info()`
` [PATCH v2 14/17] odb: rename `repo_read_object_file()`
` [PATCH v2 15/17] odb: rename `has_object()`
` [PATCH v2 16/17] odb: rename `pretend_object_file()`
` [PATCH v2 17/17] odb: rename `read_object_with_reference()`
[PATCH v2 0/3] A handful of doc synopsis/options update
2025-05-09 12:12 UTC (5+ messages)
` Additional changes
` [PATCH] "
Incremental Backup of repositories using Git
2025-05-09 11:22 UTC (13+ messages)
git keeps recreating packs, exploding backup increments
2025-05-09 10:27 UTC (6+ messages)
` [External] "
various issues with filtering commits from log
2025-05-09 9:38 UTC
[PATCH 00/10] Spring cleanup of "contrib/"
2025-05-09 9:17 UTC (27+ messages)
` [PATCH 01/10] contrib: remove "remotes2config.sh"
` [PATCH 08/10] contrib: remove "git-resurrect.sh"
` [PATCH 10/10] contrib: remove "git-new-workdir"
` [PATCH v2 00/11] Spring cleanup of "contrib/"
` [PATCH v2 01/11] contrib: remove "remotes2config.sh"
` [PATCH v2 02/11] contrib: remove "examples" directory
` [PATCH v2 03/11] contrib: remove remote-helper stubs
` [PATCH v2 04/11] contrib: remove "thunderbird-patch-inline"
` [PATCH v2 05/11] contrib: remove "hooks" directory
` [PATCH v2 06/11] contrib: remove "mw-to-git"
` [PATCH v2 07/11] contrib: remove "persistent-https" remote helper
` [PATCH v2 08/11] contrib: remove "git-resurrect.sh"
` [PATCH v2 09/11] contrib: remove "emacs" directory
` [PATCH v2 10/11] contrib: remove "git-new-workdir"
` [PATCH v2 11/11] contrib: remove "stats" directory
[PATCH 0/5] miscellaneous build mods (part 2)
2025-05-09 8:51 UTC (15+ messages)
` [PATCH 1/5] meson.build: quote the GITWEBDIR build configuration
` [PATCH 2/5] meson: correct install location of YAML.pm
` [PATCH 3/5] meson: correct path to system config/attribute files
` [PATCH 4/5] meson.build: correct setting of GIT_EXEC_PATH
` [PATCH 5/5] configure.ac: upgrade to a compilation check for sysinfo
[PATCH] thread-utils.c: detect online CPU count on OpenBSD / NetBSD
2025-05-09 8:36 UTC (2+ messages)
[PATCH] fill_oids_from_packs: fix memory leak when fill_oids_from_packs failed
2025-05-09 8:30 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] commit-grap: fix memory leak when `fill_oids_from_packs()` fails
[PATCH v5 0/4] Importing and exporting stashes to refs
2025-05-09 1:55 UTC (7+ messages)
` [PATCH v5 1/4] object-name: make get_oid quietly return an error
` [PATCH v5 2/4] builtin/stash: factor out revision parsing into a function
` [PATCH v5 3/4] builtin/stash: provide a way to export stashes to a ref
` [PATCH v5 4/4] builtin/stash: provide a way to import stashes from "
[PATCH] decode_header: fix pointential memory leak if decode_header failed
2025-05-09 1:51 UTC (3+ messages)
Error converting from 1.4.4.1 to 1.5.0?
2025-05-09 0:16 UTC
[PATCH 0/4] align the behavior when opening "packed-refs"
2025-05-08 20:33 UTC (13+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] packed-backend: fsck should allow an empty "packed-refs" file
` [PATCH v2 2/4] packed-backend: extract snapshot allocation in `load_contents`
` [PATCH v2 3/4] packed-backend: extract munmap operation for `MMAP_TEMPORARY`
` [PATCH v2 4/4] packed-backend: mmap large "packed-refs" file during fsck
[PATCH] builtin/credential-cache--daemon: fix error when "exit"ing on Cygwin
2025-05-08 20:24 UTC (9+ messages)
` [PATCH v2] "
` [PATCH] credential-cache: treat ECONNABORTED like ECONNRESET
` Comment trailers vs. bracketed lines
[PATCH 0/3] Integrate the sparse index with 'git apply' and 'git add -p/-i'
2025-05-08 18:26 UTC (2+ messages)
What's cooking in git.git (May 2025, #02; Mon, 5)
2025-05-08 18:22 UTC (5+ messages)
[PATCH] ci(win+Meson): build in Release mode, avoiding t7001-mv hangs
2025-05-08 18:19 UTC (9+ messages)
` [PATCH v2] ci(win+Meson): build in Release mode
[PATCH 0/3] Improve checks for valid_fqdn in send-email and update documentation
2025-05-08 18:08 UTC (25+ messages)
` [PATCH v4 "
` [PATCH v4 1/3] send-mail: improve checks for valid_fqdn
` [PATCH v4 2/3] docs: improve send-email documentation
` [PATCH v6 0/3] Improve checks for valid_fqdn in send-email and update documentation
` [PATCH v6 1/3] send-mail: improve checks for valid_fqdn
` [PATCH v6 2/3] docs: improve send-email documentation
` [PATCH v6 3/3] docs: add credential helper for outlook and gmail in OAuth list of helpers
` [PATCH v7 0/3] Improve checks for valid_fqdn in send-email and update documentation
` [PATCH v7 1/3] send-mail: improve checks for valid_fqdn
` [PATCH v7 2/3] docs: improve send-email documentation
` [PATCH v7 3/3] docs: add credential helper for outlook and gmail in OAuth list of helpers
[RFC PATCH 0/2] rebase: support --trailer and add --reviewby
2025-05-08 16:29 UTC (14+ messages)
` [RFC PATCH 1/2] rebase, am: add --reviewby option
` [RFC PATCH 2/2] rebase: support --trailer
Can I avoid typing so much when --force-with-lease, --force-if-includes, detached HEAD, and no local branch?
2025-05-08 16:09 UTC
[PATCH v2] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects
2025-05-08 15:36 UTC (2+ messages)
[PATCH RFC 0/5] Introduce git-blame-tree(1) command
2025-05-08 15:12 UTC (15+ messages)
` [PATCH RFC 1/5] blame-tree: introduce new subcommand to blame files
[PATCH v5 0/3] Improve checks for valid_fqdn in send-email and update documentation
2025-05-08 14:56 UTC (5+ messages)
` [PATCH v5 1/3] send-mail: improve checks for valid_fqdn
` [PATCH v5 2/3] docs: improve send-email documentation
` [PATCH v5 3/3] docs: add credential helper for outlook and gmail in OAuth list of helpers
[PATCH] meson: allow customize perl installation path
2025-05-08 14:34 UTC (3+ messages)
` [PATCH v2] "
What's cooking in git.git (May 2025, #03; Wed, 7)
2025-05-08 13:28 UTC (3+ messages)
Celebrating Git's 20th Anniversary - A Token of Appreciation from GitLab
2025-05-08 7:40 UTC (2+ messages)
[PATCH 0/2] gitk: Support of SHA256 repos
2025-05-08 6:21 UTC (6+ messages)
` [PATCH 1/2] gitk: Add a basic support of SHA256 repositories into Gitk
` [PATCH 2/2] gitk: Add auto-select length preference for SHA256
[ANNOUNCE] Git Merge 2025 CFP deadline extended
2025-05-08 2:45 UTC (2+ messages)
[PATCH v2 0/4] scalar: add --no-maintenance option
2025-05-07 21:46 UTC (4+ messages)
` [PATCH v3 "
` [PATCH v3 4/4] scalar reconfigure: add --maintenance=<mode> option
[PATCH 0/3] Better support for customising context lines in --patch commands
2025-05-07 20:25 UTC (11+ messages)
` [PATCH 2/3] add-patch: add diff.context command line overrides
` [PATCH 3/3] add-interactive: add new "context" subcommand
easily use meld 3-pane view to review merge commits?
2025-05-07 19:48 UTC
[RFC PATCH 0/2] builtin/receive-pack: introduce option to skip connectivity checks
2025-05-07 17:20 UTC (6+ messages)
` [RFC PATCH 1/2] t5412: test receive-pack connectivity check
` [RFC PATCH 2/2] builtin/receive-pack: add option to skip "
Problems with 82e79c63642c, NOT_CONSTANT with sigfillset()
2025-05-07 16:27 UTC (5+ messages)
` [PATCH/RFC v1 1/1] intialize false_but_the_compiler_does_not_know_it_
Problems with t6011
2025-05-07 15:29 UTC (4+ messages)
` [PATCH] t6011: fix misconversion from perl to sed
[PATCH 0/3] Fix REF_DELTA chain bug in 'git index-pack'
2025-05-07 13:47 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 3/3] index-pack: allow revisiting REF_DELTA chains
[PATCH 0/4] Make the "promisor-remote" capability support extra fields
2025-05-07 12:44 UTC (4+ messages)
` [PATCH v2 0/3] Make the "promisor-remote" capability support more fields
` [PATCH v2 2/3] promisor-remote: allow a server to advertise "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox