git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-07 10:39:34 to 2024-11-11 10:36:39 UTC [more...]

[RFC PATCH 00/21] Modernize the build system
 2024-11-11 10:36 UTC  (14+ messages)
` [RFC PATCH v4 00/19] "
  ` [RFC PATCH v4 04/19] Makefile: extract script to massage Perl scripts
  ` [RFC PATCH v4 06/19] Makefile: extract script to massage Shell scripts

[PATCH 00/10] refs: optimize ref format migrations
 2024-11-11 10:30 UTC  (12+ messages)
` [PATCH 01/10] refs: allow passing flags when setting up a transaction
` [PATCH 02/10] refs/files: move logic to commit initial transaction
` [PATCH 03/10] refs: introduce "initial" transaction flag
` [PATCH 04/10] refs/files: support symbolic and root refs in initial transaction
` [PATCH 05/10] refs: use "initial" transaction semantics to migrate refs
` [PATCH 06/10] refs: skip collision checks in initial transactions
` [PATCH 07/10] refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG`
` [PATCH 08/10] reftable/writer: optimize allocations by using a scratch buffer
` [PATCH 09/10] reftable/block: rename `block_writer::buf` variable
` [PATCH 10/10] reftable/block: optimize allocations by using scratch buffer

[PATCH 0/3] Build improvements for clar
 2024-11-11 10:09 UTC  (13+ messages)
` [PATCH 1/3] t/unit-tests: convert "clar-generate.awk" into a shell script
` [PATCH 2/3] cmake: use SH_EXE to execute clar scripts
` [PATCH 3/3] Makefile: let clar header targets depend on their scripts
` [PATCH v2 0/4] Build improvements for clar
  ` [PATCH v2 1/4] t/unit-tests: convert "clar-generate.awk" into a shell script
  ` [PATCH v2 2/4] cmake: use SH_EXE to execute clar scripts
  ` [PATCH v2 3/4] cmake: use verbatim arguments when invoking clar commands
  ` [PATCH v2 4/4] Makefile: let clar header targets depend on their scripts

[RFC PATCH 0/1] maintenance: separate parallelism safe and unsafe tasks
 2024-11-11  9:14 UTC  (6+ messages)
` [RFC PATCH 1/1] "

"git add -A" should respect "ignore = all" in ".gitmodules"
 2024-11-11  9:13 UTC 

[PATCH 00/26] Memory leak fixes (pt.10, final)
 2024-11-11  9:09 UTC  (20+ messages)
` [PATCH 09/26] strvec: introduce new `strvec_splice()` function
` [PATCH 10/26] git: refactor alias handling to use a `struct strvec`
` [PATCH 12/26] split-index: fix memory leak in `move_cache_to_base_index()`
` [PATCH 15/26] help: fix leaking `struct cmdnames`
` [PATCH 18/26] builtin/init-db: fix leaking directory paths
` [PATCH 19/26] builtin/branch: fix leaking sorting options
` [PATCH 21/26] git-compat-util: drop `UNLEAK()` annotation

[RFC]: Test Were failing on Fedora Linux
 2024-11-11  7:01 UTC  (13+ messages)
                ` [PATCH] test-lib: check malloc debug LD_PRELOAD before using

[GIT PULL] git-gui pull request
 2024-11-11  5:54 UTC  (2+ messages)

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-11-11  4:38 UTC  (9+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/6] cat-file: add declaration of variable i inside its for loop
  ` [PATCH v6 2/6] fetch-pack: refactor packet writing
  ` [PATCH v6 3/6] fetch-pack: move fetch initialization
  ` [PATCH v6 4/6] serve: advertise object-info feature
  ` [PATCH v6 5/6] transport: add client support for object-info
  ` [PATCH v6 6/6] cat-file: add remote-object-info to batch-command

[PATCH v5 2/2] t5300: add test for 'show-index --object-format'
 2024-11-11  3:16 UTC  (5+ messages)
` [PATCH v6 0/2] show-index: fix uninitialized hash function
  ` [PATCH v6 1/2] "
  ` [PATCH v6 2/2] t5300: add test for 'show-index --object-format'

[PATCH 0/6] PATH WALK I: The path-walk API
 2024-11-11  2:56 UTC  (17+ messages)
` [PATCH 3/6] t6601: add helper for testing "
` [PATCH v2 0/6] PATH WALK I: The "
  ` [PATCH v2 1/6] path-walk: introduce an object walk by path
  ` [PATCH v2 2/6] test-lib-functions: add test_cmp_sorted
  ` [PATCH v2 3/6] t6601: add helper for testing path-walk API
  ` [PATCH v2 4/6] path-walk: allow consumer to specify object types
  ` [PATCH v2 5/6] path-walk: visit tags and cached objects
  ` [PATCH v2 6/6] path-walk: mark trees and blobs as UNINTERESTING

Feature Request: Interactively pick fixup revision
 2024-11-11  2:53 UTC  (11+ messages)

[PATCH] log: --remerge-diff needs to keep around commit parents
 2024-11-11  1:52 UTC  (4+ messages)

[PATCH 0/7] reftable: stop using Git subsystems
 2024-11-11  0:37 UTC  (19+ messages)
` [PATCH 2/7] reftable: explicitly handle hash format IDs
` [PATCH 3/7] reftable/system: stop depending on "hash.h"
` [PATCH 4/7] reftable/stack: stop using `fsync_component()` directly
` [PATCH v2 0/7] reftable: stop using Git subsystems
  ` [PATCH v2 1/7] reftable/system: move "dir.h" to its only user
  ` [PATCH v2 2/7] reftable: explicitly handle hash format IDs
  ` [PATCH v2 3/7] reftable/system: stop depending on "hash.h"
  ` [PATCH v2 4/7] reftable/stack: stop using `fsync_component()` directly
  ` [PATCH v2 5/7] reftable/system: provide thin wrapper for tempfile subsystem
  ` [PATCH v2 6/7] reftable/stack: drop only use of `get_locked_file_path()`
  ` [PATCH v2 7/7] reftable/system: provide thin wrapper for lockfile subsystem

[PATCH] range-diff: optionally include merge commits' diffs in the analysis
 2024-11-11  0:37 UTC  (13+ messages)
` [PATCH v2] "

[PATCH v2 0/3] Documentation/git-bundle.txt: promote --all for full backup
 2024-11-10 19:38 UTC  (9+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] Documentation/git-bundle.txt: mention full backup example
  ` [PATCH v3 2/4] Documentation/git-bundle.txt: remove old `--all` example
  ` [PATCH v3 3/4] Documentation/git-bundle.txt: mention --all in spec. refs
  ` [PATCH v3 4/4] Documentation/git-bundle.txt: discuss naïve backups

[PATCH v6 0/9] add ref content check for files backend
 2024-11-10 12:10 UTC  (11+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/9] ref: initialize "fsck_ref_report" with zero
  ` [PATCH v7 2/9] ref: check the full refname instead of basename
  ` [PATCH v7 3/9] ref: initialize ref name outside of check functions
  ` [PATCH v7 4/9] ref: support multiple worktrees check for refs
  ` [PATCH v7 5/9] ref: port git-fsck(1) regular refs check for files backend
  ` [PATCH v7 6/9] ref: add more strict checks for regular refs
  ` [PATCH v7 7/9] ref: add basic symref content check for files backend
  ` [PATCH v7 8/9] ref: check whether the target of the symref is a ref
  ` [PATCH v7 9/9] ref: add symlink ref content check for files backend

Extremely long subtree split duration
 2024-11-09 21:10 UTC  (4+ messages)

Debian packaging for git-credential-libsecret
 2024-11-09 12:08 UTC  (3+ messages)

Mergiraf: a generic syntax-aware merge driver
 2024-11-09 11:35 UTC 

What's cooking in git.git (Nov 2024, #02; Fri, 1)
 2024-11-09  8:51 UTC  (4+ messages)

[PATCH] t6300: values containing ')' are broken in ref formats
 2024-11-08 18:12 UTC  (9+ messages)

[PATCH v2 0/2] t/helper/test-tool: implement 'sha1-unsafe' helper
 2024-11-08 17:26 UTC  (16+ messages)
` [PATCH v2 1/2] t/helper/test-sha1: prepare for an unsafe mode

[QUESTION] Performance comparison: full clone + sparse-checkout vs partial clone + sparse-checkout
 2024-11-08 17:24 UTC  (3+ messages)

[PATCH 3/6] t6601: add helper for testing path-walk API
 2024-11-08 14:53 UTC  (2+ messages)

git no longer builds on SunOS 5.10, a report
 2024-11-08 12:59 UTC  (6+ messages)
` [PATCH v2 0/5] t/unit-tests: improve clar platform compatibility
  ` [PATCH v2 5/5] cmake: set up proper dependencies for generated clar headers

Crash report: git maintenance start/stop
 2024-11-08 12:10 UTC  (3+ messages)

[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
 2024-11-08  9:28 UTC  (15+ messages)
` [PATCH v6 0/9] "
  ` [PATCH v6 1/9] packfile: add repository to struct `packed_git`
  ` [PATCH v6 2/9] packfile: use `repository` from `packed_git` directly
  ` [PATCH v6 3/9] packfile: pass `repository` to static function in the file
  ` [PATCH v6 4/9] packfile: pass down repository to `odb_pack_name`
  ` [PATCH v6 5/9] packfile: pass down repository to `has_object[_kept]_pack`
  ` [PATCH v6 6/9] packfile: pass down repository to `for_each_packed_object`
  ` [PATCH v6 7/9] config: make `delta_base_cache_limit` a non-global variable
  ` [PATCH v6 8/9] config: make `packed_git_(limit|window_size)` non-global variables
  ` [PATCH v6 9/9] midx: add repository to `multi_pack_index` struct

What's cooking in git.git (Nov 2024, #04; Fri, 8)
 2024-11-08  8:03 UTC 

[PATCH] t1400: fix --no-create-reflog test and description
 2024-11-08  3:13 UTC  (3+ messages)

[PATCH 0/3] Remove is_bare_repository_cfg global state
 2024-11-08  1:24 UTC  (5+ messages)
` [PATCH 1/3] git: remove is_bare_repository_cfg global variable

Git revert cannot be aborted if the repository directory has been copied
 2024-11-07 19:52 UTC  (3+ messages)
  ` AW: "

[PATCH] compat: only replace hstrerror if NO_IPV6
 2024-11-07 17:56 UTC  (2+ messages)

Question about merge & cherry pick
 2024-11-07 17:18 UTC  (5+ messages)

[PATCH v4] git gui: add directly calling merge tool from configuration
 2024-11-07 16:43 UTC  (6+ messages)
` [PATCH v5] "
    ` AW: "

gpg-ssh signing with AgentForwarding
 2024-11-07 10:48 UTC  (2+ messages)


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 NNTP newsgroup(s).