Git development
 help / color / mirror / Atom feed
 messages from 2024-11-25 07:38:51 to 2024-11-27 23:35:48 UTC [more...]

[PATCH 0/5] propagate fsck message severity for bundle fetch
 2024-11-27 23:33 UTC  (17+ messages)
` [PATCH 1/5] bundle: add bundle verification options type
` [PATCH 4/5] fetch-pack: expose `fetch_pack_config_cb()`
` [PATCH v2 0/4] propagate fsck message severity for bundle fetch
  ` [PATCH v2 1/4] bundle: add bundle verification options type
  ` [PATCH v2 2/4] bundle: support fsck message configuration
  ` [PATCH v2 3/4] fetch-pack: split out fsck config parsing
  ` [PATCH v2 4/4] transport: propagate fsck configuration during bundle fetch
  ` [PATCH v3 0/4] propagate fsck message severity for "

git tag -a HEAD leads to ambiguous branch name
 2024-11-27 23:30 UTC  (3+ messages)

[PATCH] fast-import: disallow "." and ".." path components
 2024-11-27 23:07 UTC  (10+ messages)
` [PATCH v2] "
    ` Re* "

git support for "xattrs" (extended filesystem attributes)?
 2024-11-27 20:52 UTC  (7+ messages)

[PATCH] fast-import: disallow more path components
 2024-11-27 20:47 UTC 

[PATCH v15 00/10] set-head/fetch remote/HEAD updates
 2024-11-27 19:20 UTC  (4+ messages)
` [PATCH v1] fetch: add configuration for set_head behaviour

[PATCH v2 00/10] Change midx.c and midx-write.c to not use global variables
 2024-11-27 16:28 UTC  (10+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] midx-write: pass down repository to static functions
  ` [PATCH v3 2/8] midx-write: use `revs->repo` inside `read_refs_snapshot`
  ` [PATCH v3 3/8] write-midx: add repository field to `write_midx_context`
  ` [PATCH v3 4/8] midx-write: pass down repository to `write_midx_file[_only]`
  ` [PATCH v3 5/8] midx: cleanup internal usage of `the_repository` and `the_hash_algo`
  ` [PATCH v3 6/8] midx: pass `repository` to `load_multi_pack_index`
  ` [PATCH v3 7/8] midx: pass down `hash_algo` to functions using global variables
  ` [PATCH v3 8/8] midx: inline the `MIDX_MIN_SIZE` definition

Extending whitespace checks
 2024-11-27 15:04 UTC  (3+ messages)

Bug: git config order affects outcome for recurseSubmodules settings
 2024-11-27 14:17 UTC 

bulk order requirement
 2024-11-27 14:00 UTC 

[PATCH v2 0/3] sequencer: comment out properly in todo list
 2024-11-27 12:39 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v4 "
    ` [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

[PATCH] builtin: pass repository to sub commands
 2024-11-27 12:23 UTC  (12+ messages)
` [PATCH v2] builtin: allow passing custom data to sub-commands

What's cooking in git.git (Nov 2024, #09; Mon, 25)
 2024-11-27 12:19 UTC  (3+ messages)

[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
 2024-11-27 12:15 UTC  (16+ messages)
` [PATCH v9 00/10] "
  ` [PATCH v9 01/10] packfile: add repository to struct `packed_git`
  ` [PATCH v9 02/10] packfile: use `repository` from `packed_git` directly
  ` [PATCH v9 03/10] packfile: pass `repository` to static function in the file
  ` [PATCH v9 04/10] packfile: pass down repository to `odb_pack_name`
  ` [PATCH v9 05/10] packfile: pass down repository to `has_object[_kept]_pack`
  ` [PATCH v9 06/10] packfile: pass down repository to `for_each_packed_object`
  ` [PATCH v9 07/10] config: make `delta_base_cache_limit` a non-global variable
  ` [PATCH v9 08/10] config: make `packed_git_(limit|window_size)` non-global variables
  ` [PATCH v9 09/10] midx: add repository to `multi_pack_index` struct
  ` [PATCH v9 10/10] packfile.c: remove unnecessary prepare_packed_git() call

[PATCH] ref-cache: fix invalid free operation in `free_ref_entry`
 2024-11-27  5:50 UTC  (2+ messages)

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

[PATCH v4 0/8] Allow relative worktree linking to be configured by the user
 2024-11-26 17:02 UTC  (17+ 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()`

[question] When an identical file is added
 2024-11-26 15:19 UTC  (2+ messages)

[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 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  (5+ messages)
` [PATCH 1/2] refs: adapt `initial_transaction` flag to be unsigned

[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 0/8] refs/reftable: reuse iterators when reading refs
 2024-11-26  6:43 UTC  (21+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 2/9] refs/reftable: handle reloading stacks in the reftable backend
  ` [PATCH v3 4/9] refs/reftable: read references via `struct reftable_backend`
  ` [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] 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  (3+ messages)

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

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

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

[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  (5+ 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  (10+ 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 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

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


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