git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-11-23 05:42:19 to 2024-11-26 10:58:03 UTC [more...]

[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
 2024-11-26 10:57 UTC  (3+ messages)
` [PATCH v9 00/10] "
  ` [PATCH v9 01/10] packfile: add repository to struct `packed_git`

[PATCH v8 00/10] packfile: avoid using the 'the_repository' global variable
 2024-11-26 10:54 UTC  (4+ messages)
` [PATCH v8 07/10] config: make `delta_base_cache_limit` a non-global variable

[PATCH] builtin: pass repository to sub commands
 2024-11-26  9:56 UTC  (5+ messages)

[PATCH 0/5] propagate fsck message severity for bundle fetch
 2024-11-26  9:08 UTC  (7+ messages)
` [PATCH 1/5] bundle: add bundle verification options type
` [PATCH 2/5] bundle: support fsck message configuration

[PATCH 0/7] pack-objects: Create an alternative name hash algorithm (recreated)
 2024-11-26  8:26 UTC  (7+ messages)
` [PATCH 1/7] pack-objects: add --full-name-hash option
` [PATCH 3/7] pack-objects: add GIT_TEST_FULL_NAME_HASH
` [PATCH 5/7] p5313: add size comparison test

[PATCH v9 09/23] Makefile: use "generate-perl.sh" to massage Perl library
 2024-11-26  8:22 UTC 

[PATCH 0/2] refs: stylistic improvements to ref migration optimization
 2024-11-26  8:22 UTC  (6+ messages)
` [PATCH 1/2] refs: adapt `initial_transaction` flag to be unsigned
` [PATCH 2/2] reftable: rename scratch buffer

[PATCH 0/6] PATH WALK I: The path-walk API
 2024-11-26  8:16 UTC  (7+ messages)
` [PATCH v2 "

[PATCH 0/3] Remove is_bare_repository_cfg global state
 2024-11-26  8:08 UTC  (2+ messages)

[PATCH] range-diff: optionally include merge commits' diffs in the analysis
 2024-11-26  7:58 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/1] Restore the ability to clone repositories owned by another user
 2024-11-26  7:28 UTC  (2+ messages)

[PATCH v3 0/5] doc: git diff reformatting
 2024-11-26  7:15 UTC  (5+ messages)
` [PATCH v4 "

[PATCH] fast-import: disallow "." and ".." path components
 2024-11-26  6:57 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/8] refs/reftable: reuse iterators when reading refs
 2024-11-26  6:43 UTC  (27+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] refs/reftable: encapsulate reftable stack
  ` [PATCH v3 2/9] refs/reftable: handle reloading stacks in the reftable backend
  ` [PATCH v3 3/9] reftable/stack: add accessor for the hash ID
  ` [PATCH v3 4/9] refs/reftable: read references via `struct reftable_backend`
  ` [PATCH v3 5/9] refs/reftable: refactor reading symbolic refs to use reftable backend
  ` [PATCH v3 6/9] refs/reftable: refactor reflog expiry "
  ` [PATCH v3 7/9] reftable/stack: add mechanism to notify callers on reload
  ` [PATCH v3 8/9] reftable/merged: drain priority queue on reseek
  ` [PATCH v3 9/9] refs/reftable: reuse iterators when reading refs
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] refs/reftable: encapsulate reftable stack
  ` [PATCH v4 02/10] refs/reftable: handle reloading stacks in the reftable backend
  ` [PATCH v4 03/10] reftable/stack: add accessor for the hash ID
  ` [PATCH v4 04/10] refs/reftable: figure out hash via `reftable_stack`
  ` [PATCH v4 05/10] refs/reftable: read references via `struct reftable_backend`
  ` [PATCH v4 06/10] refs/reftable: refactor reading symbolic refs to use reftable backend
  ` [PATCH v4 07/10] refs/reftable: refactor reflog expiry "
  ` [PATCH v4 08/10] reftable/stack: add mechanism to notify callers on reload
  ` [PATCH v4 09/10] reftable/merged: drain priority queue on reseek
  ` [PATCH v4 10/10] refs/reftable: reuse iterators when reading refs

[PATCH v4 0/8] Allow relative worktree linking to be configured by the user
 2024-11-26  6:18 UTC  (18+ messages)
` [PATCH v4 7/8] worktree: add relative cli/config options to `repair` command
` [PATCH v5 0/8] Allow relative worktree linking to be configured by the user
  ` [PATCH v5 1/8] setup: correctly reinitialize repository version
  ` [PATCH v5 2/8] worktree: add `relativeWorktrees` extension
  ` [PATCH v5 3/8] worktree: refactor infer_backlink return
  ` [PATCH v5 4/8] worktree: add `write_worktree_linking_files()` function
  ` [PATCH v5 5/8] worktree: add relative cli/config options to `add` command
  ` [PATCH v5 6/8] worktree: add relative cli/config options to `move` command
  ` [PATCH v5 7/8] worktree: add relative cli/config options to `repair` command
  ` [PATCH v5 8/8] worktree: refactor `repair_worktree_after_gitdir_move()`

[PATCH] setlocalversion: Add workaround for "git describe" performance issue
 2024-11-26  5:05 UTC  (7+ messages)
          ` [PATCH 0/4] perf improvements for git-describe with few tags

[PATCH 0/5] git-mergetool: improve error code paths and messages
 2024-11-26  4:33 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] bisect: address Coverity warning about potential double free
 2024-11-26  2:29 UTC  (3+ messages)

[PATCH 3/7] pack-objects: add GIT_TEST_FULL_NAME_HASH
 2024-11-26  1:29 UTC  (4+ messages)

[PATCH] sequencer: comment checked-out branch properly
 2024-11-26  1:11 UTC  (24+ messages)
` [PATCH v2 0/3] sequencer: comment out properly in todo list
  ` [PATCH v2 1/3] sequencer: comment checked-out branch properly
  ` [PATCH v2 3/3] sequencer: comment commit messages properly
  ` [PATCH v3 0/3] sequencer: comment out properly in todo list
    ` [PATCH v3 1/3] sequencer: comment checked-out branch properly
    ` [PATCH v3 2/3] sequencer: comment `--reference` subject line properly
    ` [PATCH v3 3/3] sequencer: comment commit messages properly
    ` [PATCH v4 0/3] sequencer: comment out properly in todo list
      ` [PATCH v4 1/3] sequencer: comment checked-out branch properly
      ` [PATCH v4 2/3] sequencer: comment `--reference` subject line properly
      ` [PATCH v4 3/3] sequencer: comment commit messages properly

Extending whitespace checks
 2024-11-25 22:04 UTC  (5+ messages)

[PATCH v2 1/2] Documentation/config: fix typos
 2024-11-25 20:20 UTC  (6+ messages)

[question] How does git status compare logs?
 2024-11-25 16:58 UTC 

[ANNOUNCE] Git for Windows 2.47.1
 2024-11-25 17:07 UTC  (2+ messages)

[PATCH v3 00/27] Memory leak fixes (pt.10, final)
 2024-11-25 14:08 UTC  (6+ messages)
` [PATCH v3 07/27] bisect: fix various cases where we leak commit list items

[PATCH] builtin/gc: provide hint when maintenance hits a stale schedule lock
 2024-11-25 11:52 UTC  (3+ messages)
` [PATCH] t7900: fix host-dependent behaviour when testing git-maintenance(1)

[PATCH] diff: setup pager only before diff contents truly ready
 2024-11-25 11:31 UTC  (7+ messages)

[PATCH] git: fix paginate handling for commands with DELAY_PAGER_CONFIG
 2024-11-25 10:55 UTC  (6+ messages)

[RFC PATCH 00/21] Modernize the build system
 2024-11-25  9:57 UTC  (25+ messages)
` [PATCH v9 00/23] "
  ` [PATCH v9 01/23] Makefile: use common template for GIT-BUILD-OPTIONS
  ` [PATCH v9 02/23] Makefile: consistently use @PLACEHOLDER@ to substitute
  ` [PATCH v9 03/23] Makefile: refactor GIT-VERSION-GEN to be reusable
  ` [PATCH v9 04/23] Makefile: propagate Git version via generated header
  ` [PATCH v9 05/23] Makefile: generate "git.rc" via GIT-VERSION-GEN
  ` [PATCH v9 06/23] Makefile: generate doc versions "
  ` [PATCH v9 07/23] Makefile: consistently use PERL_PATH
  ` [PATCH v9 08/23] Makefile: extract script to massage Perl scripts
  ` [PATCH v9 09/23] Makefile: use "generate-perl.sh" to massage Perl library
  ` [PATCH v9 10/23] Makefile: extract script to massage Shell scripts
  ` [PATCH v9 11/23] Makefile: extract script to generate gitweb.cgi
  ` [PATCH v9 12/23] Makefile: extract script to generate gitweb.js
  ` [PATCH v9 13/23] Makefile: refactor generators to be PWD-independent
  ` [PATCH v9 14/23] Makefile: allow "bin-wrappers/" directory to exist
  ` [PATCH v9 15/23] Makefile: simplify building of templates
  ` [PATCH v9 16/23] Documentation: allow sourcing generated includes from separate dir
  ` [PATCH v9 17/23] Documentation: teach "cmd-list.perl" about out-of-tree builds
  ` [PATCH v9 18/23] Documentation: extract script to generate a list of mergetools
  ` [PATCH v9 19/23] t: better support for out-of-tree builds
  ` [PATCH v9 20/23] t: allow overriding build dir
  ` [PATCH v9 21/23] Documentation: add comparison of build systems
  ` [PATCH v9 22/23] Introduce support for the Meson build system
  ` [PATCH v9 23/23] meson: fix conflicts with in-flight topics

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

[PATCH v8 00/23] Modernize the build system
 2024-11-25  9:03 UTC  (6+ messages)
` [PATCH v8 03/23] Makefile: refactor GIT-VERSION-GEN to be reusable

[PATCH 0/2] transport: don't ignore git-receive-pack(1) exit code on atomic push
 2024-11-25  8:26 UTC  (14+ messages)
` [PATCH 2/2] "
    ` [PATCH v2 0/6] fix behaviors of git-push --porcelain
      ` [PATCH v2 1/6] t5548: new test cases for push --porcelain and --dry-run
      ` [PATCH v2 2/6] push: fix the behavior of the Done message for porcelain
      ` [PATCH v2 5/6] push: only ignore finish_connect() for dry-run mode
      ` [PATCH v2 6/6] push: not send push-options to server with --dry-run

What's cooking in git.git (Nov 2024, #09; Mon, 25)
 2024-11-25  8:07 UTC 

A note from the maintainer
 2024-11-25  7:57 UTC 

[ANNOUNCE] Git v2.47.1
 2024-11-25  6:37 UTC 

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

[PATCH v2 00/10] refs: optimize ref format migrations
 2024-11-25  5:52 UTC  (9+ messages)
` [PATCH v2 06/10] refs: skip collision checks in initial transactions
` [PATCH v2 08/10] reftable/writer: optimize allocations by using a scratch buffer

[PATCH] doc: option value may be separate for valid reasons
 2024-11-25  4:49 UTC  (6+ messages)
` [PATCH v2] "

[GIT PULL] gitk: synchronize repository trees
 2024-11-25  3:22 UTC  (2+ messages)

[PATCH v13 0/9] set-head/fetch remote/HEAD updates
 2024-11-25  2:56 UTC  (8+ messages)
` [PATCH v14 00/10] "
  ` [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref

[PATCH] pack-bitmap.c: typofix in `find_boundary_objects()`
 2024-11-25  2:29 UTC  (5+ messages)

What's cooking in git.git (Nov 2024, #08; Fri, 22)
 2024-11-25  0:25 UTC  (2+ messages)

What's cooking in git.git (Nov 2024, #08; Fri, 22)
 2024-11-25  0:23 UTC  (3+ messages)

[External] Re: git-blame extremely slow in partial clones due to serial object fetching
 2024-11-25  0:22 UTC  (2+ messages)

[PATCH 0/7] pack-objects: Create an alternative name hash algorithm (recreated)
 2024-11-24 23:57 UTC  (4+ messages)

[bug] user may be cornered into delete files #9901
 2024-11-24 23:47 UTC 

As a beginner this is an opportunity to try out the features of git
 2024-11-24 23:17 UTC 

Bug with SSH keys loaded into ssh-add
 2024-11-24 22:41 UTC  (3+ messages)

git clean --exclude broken?
 2024-11-24 18:12 UTC  (2+ messages)

[question] When an identical file is added
 2024-11-24  2:24 UTC 

[PATCH v3 0/3] keep track of unresolved value of symbolic-ref in ref iterators
 2024-11-23  8:24 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] refs: keep track of unresolved reference value in iterators


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).