public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-08 06:22:25 to 2025-04-11 23:26:37 UTC [more...]

[RFC PATCH 0/8] repack: avoid MIDX'ing cruft pack(s) where possible
 2025-04-11 23:26 UTC  (7+ messages)
` [RFC PATCH 1/8] pack-objects: use standard option incompatibility functions
` [RFC PATCH 2/8] pack-objects: limit scope in 'add_object_entry_from_pack()'
` [RFC PATCH 3/8] pack-objects: factor out handling '--stdin-packs'
` [RFC PATCH 4/8] pack-objects: declare 'rev_info' for '--stdin-packs' earlier
` [RFC PATCH 5/8] pack-objects: perform name-hash traversal for unpacked objects
` [RFC PATCH 6/8] pack-objects: introduce '--stdin-packs=follow'

What's cooking in git.git (Apr 2025, #03; Fri, 11)
 2025-04-11 22:58 UTC 

[PATCH 0/9] Split up "object-file.c"
 2025-04-11 22:58 UTC  (31+ messages)
` [PATCH 1/9] object-file: move `safe_create_leading_directories()` into "dir.c"
` [PATCH 2/9] object-file: move `git_open_cloexec()` to "compat/open.c"
` [PATCH 3/9] object-file: move `xmmap()` into "wrapper.c"
` [PATCH 4/9] object-file: split out functions relating to object store subsystem
` [PATCH 5/9] object-file: split up concerns of `HASH_*` flags
` [PATCH 6/9] object-file: split out functions relating to index subsystem
` [PATCH 7/9] object: split out functions relating to object store subsystem
` [PATCH 8/9] object-store: remove global array of cached objects
` [PATCH 9/9] object-store: merge "object-store-ll.h" and "object-store.h"
` [PATCH v2 0/9] Split up "object-file.c"
  ` [PATCH v2 1/9] object-file: move `safe_create_leading_directories()` into "dir.c"
  ` [PATCH v2 2/9] object-file: move `git_open_cloexec()` to "compat/open.c"
  ` [PATCH v2 3/9] object-file: move `xmmap()` into "wrapper.c"
  ` [PATCH v2 4/9] object-file: split out functions relating to object store subsystem
  ` [PATCH v2 5/9] object-file: split up concerns of `HASH_*` flags
  ` [PATCH v2 6/9] object-file: split out functions relating to index subsystem
  ` [PATCH v2 7/9] object: split out functions relating to object store subsystem
  ` [PATCH v2 8/9] object-store: remove global array of cached objects
  ` [PATCH v2 9/9] object-store: merge "object-store-ll.h" and "object-store.h"

Bug: being stuck in rebase mode when accidently typing `git am`
 2025-04-11 19:13 UTC  (4+ messages)

Bug: Git sometimes disregards wildcards in pathspecs if a file name matches exactly
 2025-04-11 19:08 UTC 

Way to "impersonate" remote or sync remotes without fetching everything?
 2025-04-11 19:02 UTC  (3+ messages)

Bug in git-stash
 2025-04-11 18:55 UTC  (2+ messages)

[PATCH] git: add --no-hooks global option
 2025-04-11 18:53 UTC  (2+ messages)

Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
 2025-04-11 17:44 UTC  (26+ messages)
          ` Semantics of change IDs (Re: Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer)

[PATCH 0/2] Range-check array index before access
 2025-04-11 14:50 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] read-cache: check range before dereferencing an array element

[PATCH] revision: fix --left/right-only use with unrelated histories
 2025-04-11 14:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] meson: add corresponding target for Makefile's hdr-check
 2025-04-11 12:13 UTC  (18+ messages)
` [PATCH 1/3] coccinelle: meson: rename variables to be more specific
` [PATCH 2/3] meson: move headers definition from 'contrib/coccinelle'
` [PATCH 3/3] meson: add support for 'headers-check'
` [PATCH v2 0/4] meson: add corresponding target for Makefile's hdr-check
  ` [PATCH v2 1/4] coccinelle: meson: rename variables to be more specific
  ` [PATCH v2 2/4] meson: move headers definition from 'contrib/coccinelle'
  ` [PATCH v2 3/4] meson: add support for 'hdr-check'
  ` [PATCH v2 4/4] makefile/meson: add 'headers-check' as alias "

git credential management Mac OS
 2025-04-11 11:09 UTC 

git clone --bundle-uri: provide progress feedback?
 2025-04-11 11:07 UTC 

sendemail.smtpPass is truncated
 2025-04-11 10:41 UTC  (2+ messages)

"What's cooking" interim report
 2025-04-11  9:32 UTC  (4+ messages)

'safe.directory' setting ignored for some operations?
 2025-04-11  8:17 UTC  (6+ messages)

Command whose exit code indicates clean or dirty working directory
 2025-04-10 22:11 UTC  (3+ messages)

Update symlinks after changing core.symlinks
 2025-04-10 19:29 UTC  (6+ messages)

[PATCH] t7422: remove extraneous argument to printf
 2025-04-10 12:39 UTC  (10+ messages)
        ` [PATCH] t7422: fix extra printf argument, eliminate loops

[RFE] Add config option to always add --signoff to git commit
 2025-04-10 11:54 UTC  (2+ messages)

[PATCH 0/5] meson: wire up support for benchmarks
 2025-04-10 11:44 UTC  (7+ messages)
` [PATCH 2/5] t/perf: use configured PERL_PATH
` [PATCH 3/5] t/perf: fix benchmarks with out-of-tree builds
` [PATCH 4/5] meson: wire up benchmarks

[PATCH 0/6] refs: introduce support for partial reference transactions
 2025-04-10 11:23 UTC  (14+ messages)
` [PATCH v6 0/8] refs: introduce support for batched reference updates
  ` [PATCH v6 1/8] refs/files: remove redundant check in split_symref_update()
  ` [PATCH v6 2/8] refs: move duplicate refname update check to generic layer
  ` [PATCH v6 3/8] refs/files: remove duplicate duplicates check
  ` [PATCH v6 4/8] refs/reftable: extract code from the transaction preparation
  ` [PATCH v6 5/8] refs: introduce enum-based transaction error types
  ` [PATCH v6 6/8] refs: implement batch reference update support
  ` [PATCH v6 7/8] refs: support rejection in batch updates during F/D checks
  ` [PATCH v6 8/8] update-ref: add --batch-updates flag for stdin mode

[PATCH 0/2] bundle: fix non-linear performance scaling with refs
 2025-04-10  9:04 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] t6020: test for duplicate refnames in bundle creation
  ` [PATCH v2 2/2] bundle: fix non-linear performance scaling with refs

Error on using git update-git-for-windows
 2025-04-09 22:25 UTC  (2+ messages)

Possible git-gui bug
 2025-04-09 19:30 UTC  (2+ messages)

[PATCH] meson: install shell completion scripts
 2025-04-09 17:42 UTC  (4+ messages)

[PATCH] refs: fix duplicated word in comment
 2025-04-09 16:22 UTC  (4+ messages)
` [PATCH v2] "

What's cooking in git.git (Apr 2025, #01; Mon, 7)
 2025-04-09 16:01 UTC  (8+ messages)

[PATCH] [RFC] rebase -m: partial support for copying extra commit headers
 2025-04-09 15:36 UTC  (6+ messages)

[GSoC] [PATCH 1/1] t9811: avoid using pipes
 2025-04-09 13:29 UTC  (10+ messages)
` [GSoC] [PATCH v4 0/1] t9811: Improve test coverage and clarity
  ` [GSoC] [PATCH v4 1/1] Remove the pipe following the `git tag`, ensuring the exit code is not hidden. Add explicit verification to check for expected and unexpected tags, increasing specificity and future-proofing a portion of the test
` [GSoC] [PATCH v5 0/1] t9811: Improve test coverage and clarity
  ` [GSoC] [PATCH v5 1/1] "

[PATCH] git p4 fix for failure to decode p4 errors
 2025-04-09 12:20 UTC  (13+ messages)

What's cooking in git.git (Mar 2025, #07; Wed, 26)
 2025-04-08 22:49 UTC  (4+ messages)

[PATCH] sparse: ignore warning from new glibc headers
 2025-04-08 22:35 UTC  (3+ messages)

[RFH] GitHub deprecates Ubuntu 20.04 Actions runner image
 2025-04-08 22:30 UTC  (3+ messages)

[PATCH 0/3] completion: fix bugs with slashes in remote names
 2025-04-08 18:55 UTC  (4+ messages)
` [PATCH v4 0/2] "

[GSOC PROPOSAL 2025] Machine-Readable Repository Information Query Tool
 2025-04-08 18:35 UTC  (3+ messages)

[PATCH v2 0/8] Debug merge-recursive.[ch]
 2025-04-08 15:48 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] checkout: replace merge_trees() with merge_ort_nonrecursive()
  ` [PATCH v3 2/8] builtin/merge-recursive: switch to using merge_ort_generic()
  ` [PATCH v3 3/8] merge-ort: enable diff-algorithms other than histogram
  ` [PATCH v3 4/8] sequencer: switch non-recursive merges over to ort
  ` [PATCH v3 5/8] merge, sequencer: switch recursive "
  ` [PATCH v3 6/8] merge-recursive.[ch]: thoroughly debug these
  ` [PATCH v3 7/8] tests: remove GIT_TEST_MERGE_ALGORITHM and test_expect_merge_algorithm
  ` [PATCH v3 8/8] builtin/{merge,rebase,revert}: remove GIT_TEST_MERGE_ALGORITHM

[GSoC v3] Project Proposal: Machine-Readable Repository Information Query Tool
 2025-04-08 15:27 UTC  (3+ messages)

[GSOC] [PROPOSAL V1]: Refactoring in order to reduce Git’s global state
 2025-04-08 12:52 UTC  (2+ messages)
` [GSOC] [PROPOSAL v3]: "

[GSoC] [PATCH v2 1/3] t9811: avoid using pipes to expose exit codes
 2025-04-08  7:35 UTC  (4+ messages)

[PATCH] refs/packed: fix BUG when seeking refs with UTF-8 characters
 2025-04-08  6:46 UTC  (4+ messages)

[PATCH v2 0/6] builtin/maintenance: introduce "reflog-expire" task
 2025-04-08  6:22 UTC  (7+ messages)
` [PATCH v2 1/6] reflog: rename `cmd_reflog_expire_cb` to `reflog_expire_options`
` [PATCH v2 2/6] builtin/reflog: stop storing default reflog expiry dates globally
` [PATCH v2 3/6] builtin/reflog: stop storing per-reflog "
` [PATCH v2 4/6] builtin/reflog: make functions regarding `reflog_expire_options` public
` [PATCH v2 5/6] builtin/gc: split out function to expire reflog entries
` [PATCH v2 6/6] builtin/maintenance: introduce "reflog-expire" task


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox