messages from 2025-05-06 11:11:14 to 2025-05-08 01:26:32 UTC [more...]
What's cooking in git.git (May 2025, #03; Wed, 7)
2025-05-08 1:26 UTC
[PATCH 00/17] object-store: carve out the object database subsystem
2025-05-07 23:22 UTC (28+ 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 03/17] object-store: rename files to "odb.{c,h}"
` [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 08/17] odb: get rid of `the_repository` when handling alternates
` [PATCH 09/17] odb: get rid of `the_repository` in `for_each()` functions
` [PATCH 11/17] odb: get rid of `the_repository` when handling submodule backends
` [PATCH 12/17] odb: trivial refactorings to get rid of `the_repository`
` [PATCH 16/17] odb: rename `pretend_object_file()`
` [PATCH 17/17] odb: rename `read_object_with_reference()`
[PATCH 0/4] align the behavior when opening "packed-refs"
2025-05-07 22:51 UTC (22+ messages)
` [PATCH 1/4] packed-backend: skip checking consistency of empty packed-refs file
` [PATCH 2/4] packed-backend: extract snapshot allocation in `load_contents`
` [PATCH 3/4] packed-backend: extract munmap operation for `MMAP_TEMPORARY`
` [PATCH 4/4] packed-backend: use mmap when opening large "packed-refs" file
` [PATCH v2 0/4] align the behavior when opening "packed-refs"
` [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 0/3] Improve checks for valid_fqdn in send-email and update documentation
2025-05-07 22:42 UTC (19+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] send-mail: improve checks for valid_fqdn
` [PATCH v4 0/3] Improve checks for valid_fqdn in send-email and update documentation
` [PATCH v4 1/3] send-mail: improve checks for valid_fqdn
` [PATCH v4 2/3] docs: improve send-email documentation
` [PATCH v4 3/3] docs: add credential helper for outlook and gmail in OAuth list of helpers
[PATCH 0/2] scalar: add --no-maintenance option
2025-05-07 21:46 UTC (12+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 4/4] scalar reconfigure: "
` [PATCH v3 0/4] scalar: "
` [PATCH v3 1/4] scalar: customize register_dir()'s behavior
` [PATCH v3 2/4] scalar register: add --no-maintenance option
` [PATCH v3 3/4] scalar clone: "
` [PATCH v3 4/4] scalar reconfigure: add --maintenance=<mode> option
[PATCH v2 0/3] A handful of doc synopsis/options update
2025-05-07 20:58 UTC (3+ messages)
` Additional changes
` [PATCH] "
[PATCH RFC 0/5] Introduce git-blame-tree(1) command
2025-05-07 20:49 UTC (9+ messages)
` [PATCH RFC 1/5] blame-tree: introduce new subcommand to blame files
[PATCH 0/3] Better support for customising context lines in --patch commands
2025-05-07 20:25 UTC (17+ messages)
` [PATCH 1/3] add-patch: respect diff.context configuration
` [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
[PATCH] builtin/credential-cache--daemon: fix error when "exit"ing on Cygwin
2025-05-07 19:20 UTC (8+ messages)
` [PATCH v2] "
` [PATCH] credential-cache: treat ECONNABORTED like ECONNRESET
` Comment trailers vs. bracketed lines
[PATCH 00/10] Spring cleanup of "contrib/"
2025-05-07 18:36 UTC (30+ messages)
` [PATCH 01/10] contrib: remove "remotes2config.sh"
` [PATCH 02/10] contrib: remove "examples" directory
` [PATCH 03/10] contrib: remove remote-helper stubs
` [PATCH 04/10] contrib: remove "thunderbird-patch-inline"
` [PATCH 05/10] contrib: remove "hooks" directory
` [PATCH 06/10] contrib: remove "mw-to-git"
` [PATCH 07/10] contrib: remove "persistent-https" remote helper
` [PATCH 08/10] contrib: remove "git-resurrect.sh"
` [PATCH 09/10] contrib: remove "emacs" directory
` [PATCH 10/10] contrib: remove "git-new-workdir"
[RFC PATCH 0/2] rebase: support --trailer and add --reviewby
2025-05-07 17:39 UTC (10+ messages)
` [RFC PATCH 1/2] rebase, am: add --reviewby option
` [RFC PATCH 2/2] rebase: support --trailer
[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 (5+ 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/3] fix xstrdup leak in parse_short_opt
2025-05-07 13:24 UTC (9+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] fix: replace bug where int was incorrectly used as bool
` [PATCH 3/3] fix: use strvec_push_wrapper to prevent ubsan failure
` [PATCH v2] parse-options: fix xstrdup leak in parse_options_step parse-options:984
[PATCH 0/4] Make the "promisor-remote" capability support extra fields
2025-05-07 12:44 UTC (10+ messages)
` [PATCH v2 0/3] Make the "promisor-remote" capability support more fields
` [PATCH v2 1/3] promisor-remote: refactor to get rid of 'struct strvec'
` [PATCH v2 2/3] promisor-remote: allow a server to advertise more fields
` [PATCH v2 3/3] promisor-remote: allow a client to check fields
[PATCH 0/4] meson: parse TAP output generated by our tests
2025-05-07 10:12 UTC (7+ messages)
` [PATCH 1/4] t: fix cases where output breaks TAP format
Celebrating Git's 20th Anniversary - A Token of Appreciation from GitLab
2025-05-07 10:08 UTC
What's cooking in git.git (May 2025, #02; Mon, 5)
2025-05-07 8:00 UTC (4+ messages)
[PATCH 0/7] builtin/maintenance: implement missing tasks compared to git-gc(1)
2025-05-07 7:21 UTC (8+ messages)
` [PATCH v5 0/6] "
` [PATCH v5 1/6] builtin/gc: fix indentation of `cmd_gc()` parameters
` [PATCH v5 2/6] builtin/gc: remove global variables where it is trivial to do
` [PATCH v5 3/6] builtin/gc: move pruning of worktrees into a separate function
` [PATCH v5 4/6] builtin/maintenance: introduce "worktree-prune" task
` [PATCH v5 5/6] builtin/gc: move rerere garbage collection into separate function
` [PATCH v5 6/6] builtin/maintenance: introduce "rerere-gc" task
[PATCH v4 0/7] builtin/maintenance: implement missing tasks compared to git-gc(1)
2025-05-07 7:06 UTC (13+ messages)
` [PATCH v4 2/7] builtin/gc: remove global variables where it trivial to do
` [PATCH v4 3/7] builtin/gc: move pruning of worktrees into a separate function
` [PATCH v4 4/7] worktree: expose function to retrieve worktree names
` [PATCH v4 5/7] builtin/maintenance: introduce "worktree-prune" task
[PATCH v3 0/7] builtin/maintenance: implement missing tasks compared to git-gc(1)
2025-05-07 7:06 UTC (7+ messages)
` [PATCH v3 4/7] worktree: expose function to retrieve worktree names
` [PATCH v3 5/7] builtin/maintenance: introduce "worktree-prune" task
[PATCH 00/13] PATH WALK II: Add --path-walk option to 'git pack-objects'
2025-05-07 1:35 UTC (21+ messages)
` [PATCH v2 "
` [PATCH v2 02/13] pack-objects: add --path-walk option
` [PATCH v2 05/13] pack-objects: introduce GIT_TEST_PACK_PATH_WALK
` [PATCH v2 08/13] pack-objects: enable --path-walk via config
` [PATCH v2 09/13] scalar: enable path-walk during push "
` [PATCH v2 10/13] pack-objects: refactor path-walk delta phase
` [PATCH v2 11/13] pack-objects: thread the path-based compression
[PATCH 0/3] Integrate the sparse index with 'git apply' and 'git add -p/-i'
2025-05-07 0:55 UTC (4+ messages)
` [PATCH 1/3] apply: integrate with the sparse index
` [PATCH 2/3] git add: make -p/-i aware of "
` [PATCH 3/3] p2000: add performance test for 'git add -p'
[PATCH] git-p4: preserve executable bit in LFS pointers
2025-05-06 23:29 UTC
[PATCH] wrapper: Fix a errno discrepancy on NetBSD
2025-05-06 22:58 UTC (14+ messages)
` [PATCH v2] wrapper: NetBSD gives EFTYPE and FreeBSD gives EMFILE where POSIX uses ELOOP
` [PATCH v3] "
[PATCH] xdiff: disable cleanup_records heuristic with --minimal
2025-05-06 22:50 UTC (4+ messages)
` [PATCH v3] "
Bug report for pull --rebase
2025-05-06 21:36 UTC
Incremental Backup of repositories using Git
2025-05-06 20:46 UTC (4+ messages)
[PATCH v3] gitk: added external diff file rename detection
2025-05-06 19:39 UTC (3+ messages)
` [PATCH v4] gitk: add "
Bug Report: git submodule overwrites submodules of same name but different path
2025-05-06 17:30 UTC (2+ messages)
` Re "Bug Report: git submodule overwrites submodules of same name but different path"
[PATCH v3 0/1] userdiff: improve Bash function and word regex patterns
2025-05-06 16:30 UTC (4+ messages)
` [PATCH v4 0/1][GSOC] userdiff:Added newlines at the end of the test cases
` [PATCH v4 1/1][GSOC] userdiff: extend Bash pattern to cover more shell function forms
[PATCH] gitlab-ci: always run MSVC-based Meson job
2025-05-06 13:17 UTC (5+ messages)
[PATCH 0/2] doc: fix subheading and inline-verbatim
2025-05-06 13:01 UTC (3+ messages)
` [PATCH 2/2] doc: branch: fix inline-verbatim
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).