git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-05-14 20:07:05 to 2024-05-17 08:09:38 UTC [more...]

[PATCH 00/11] reftable: expose write options as config
 2024-05-17  8:09 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 06/11] refs/reftable: allow configuring block size

[PATCH] bundle-uri: refresh packed_git if unbundle succeed
 2024-05-17  7:36 UTC  (3+ messages)

[PATCH] merge: avoid write merge state when unable to write index
 2024-05-17  4:41 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[Q] rebase -i: turn "pick" to "edit", make no change, what should happen?
 2024-05-17  7:32 UTC  (4+ messages)

[PATCH 00/16] refs: drop all references to `the_repository`
 2024-05-17  7:09 UTC  (32+ messages)
` [PATCH 01/16] refs: adjust names for `init` and `init_db` callbacks
` [PATCH 02/16] refs: rename `init_db` callback to avoid confusion
` [PATCH 03/16] refs: implement releasing ref storages
` [PATCH 04/16] refs: track ref stores via strmap
` [PATCH 05/16] refs: pass repo when retrieving submodule ref store
` [PATCH 06/16] refs: refactor `resolve_gitlink_ref()` to accept a repository
` [PATCH 07/16] refs: retrieve worktree ref stores via associated repository
` [PATCH 08/16] refs: convert iteration over replace refs to accept ref store
` [PATCH 09/16] refs: pass ref store when detecting dangling symrefs
` [PATCH 10/16] refs: move object peeling into "object.c"
` [PATCH 11/16] refs: pass repo when peeling objects
` [PATCH 12/16] refs: drop `git_default_branch_name()`
` [PATCH 13/16] refs: remove `dwim_log()`
` [PATCH 14/16] refs/files: use correct repository
` [PATCH 15/16] refs/files: remove references to `the_hash_algo`
` [PATCH 16/16] refs/packed: "

[PATCH v3 0/2] diff: copies-harder support
 2024-05-17  3:38 UTC  (6+ messages)

[RFC PATCH] doc: describe the project's decision-making process
 2024-05-17  6:29 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] completion: adapt git-config(1) to complete subcommands
 2024-05-17  6:13 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] SubmittingPatches: add section for iterating patches
 2024-05-17  5:15 UTC  (2+ messages)

Embedding Git Command Line
 2024-05-16 18:17 UTC  (3+ messages)

git log --name-only improvement: show old file name in rename
 2024-05-16 23:13 UTC  (6+ messages)

[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
 2024-05-16 22:43 UTC  (7+ messages)
` [PATCH v2 00/23] "
  ` [PATCH v2 09/23] pseudo-merge: implement support for selecting pseudo-merge commits

[PATCH 0/2] Fix use of uninitialized hash algos
 2024-05-16 15:31 UTC  (18+ messages)
` [PATCH v3 0/5] Fix use of uninitialized hash algorithms
  ` [PATCH v3 4/5] builtin/hash-object: fix uninitialized hash function
` [PATCH v4 0/5] Fix use of uninitialized hash algorithms
  ` [PATCH v4 1/5] setup: add an escape hatch for "no more default hash algorithm" change
  ` [PATCH v4 2/5] t1517: test commands that are designed to be run outside repository

[Outreachy][PATCH 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
 2024-05-16 19:30 UTC  (4+ messages)
` [Outreachy][PATCH v2 "
  ` [Outreachy][PATCH v2 2/2] Port helper/test-sha256.c and helper/test-sha1.c to unit-tests/t-hash.c

bug: `git fetch origin main:main` fails when main is HEAD
 2024-05-16 19:14 UTC 

[PATCH 0/3] un-breaking osx-gcc ci job
 2024-05-16 12:36 UTC  (14+ messages)
` [PATCH 2/3] ci: avoid bare "gcc" for osx-gcc job
` [PATCH 3/3] ci: stop installing "gcc-13" for osx-gcc

[PATCH] trace2: intercept all common signals
 2024-05-16 16:32 UTC  (5+ messages)

[PATCH v2] t/t0211-trace2-perf.sh: fix typo patern -> pattern
 2024-05-16 16:34 UTC  (2+ messages)

What's cooking in git.git (May 2024, #06; Tue, 14)
 2024-05-16 16:00 UTC  (5+ messages)

Git 2.45.1 - What is the right way to clone with global hooks disabled?
 2024-05-16 14:59 UTC  (6+ messages)

[PATCH] t/t0211-trace2-perf.sh: fix typo patern -> pattern
 2024-05-16 15:38 UTC  (3+ messages)

Cloning a clone with (relative) submodules
 2024-05-16 13:20 UTC 

subscribe
 2024-05-16 11:02 UTC 

[PATCH 0/6] update-ref: add symref support for --stdin
 2024-05-16 11:09 UTC  (12+ messages)
` [PATCH 1/6] refs: create and use `ref_update_ref_must_exist()`
` [PATCH 2/6] update-ref: add support for 'symref-verify' command
` [PATCH 3/6] update-ref: add support for 'symref-delete' command
` [PATCH 4/6] update-ref: add support for 'symref-create' command
` [PATCH 5/6] reftable: pick either 'oid' or 'target' for new updates
` [PATCH 6/6] update-ref: add support for 'symref-update' command

[PATCH 0/3] Clarify pseudo-ref terminology
 2024-05-16  4:13 UTC  (25+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 07/10] refs: root refs can be symbolic refs
` [PATCH v5 00/10] Clarify pseudo-ref terminology
  ` [PATCH v5 01/10] Documentation/glossary: redefine pseudorefs as special refs
  ` [PATCH v5 02/10] Documentation/glossary: clarify limitations of pseudorefs
  ` [PATCH v5 03/10] Documentation/glossary: define root refs as refs
  ` [PATCH v5 04/10] refs: rename `is_pseudoref()` to `is_root_ref()`
  ` [PATCH v5 05/10] refs: rename `is_special_ref()` to `is_pseudo_ref()`
  ` [PATCH v5 06/10] refs: do not check ref existence in `is_root_ref()`
  ` [PATCH v5 07/10] refs: classify HEAD as a root ref
  ` [PATCH v5 08/10] refs: pseudorefs are no refs
  ` [PATCH v5 09/10] ref-filter: properly distinuish pseudo and root refs
  ` [PATCH v5 10/10] refs: refuse to write pseudorefs

[RFC PATCH] trace2: completely compiling out trace2 subsystem
 2024-05-15 20:48 UTC 

[PATCH 0/6] pack-bitmap: various pack-bitmap-write cleanups
 2024-05-15 15:58 UTC  (13+ messages)
` [PATCH 2/6] pack-bitmap-write.c: move commit_positions into commit_pos fields
` [PATCH 3/6] pack-bitmap: avoid use of static `bitmap_writer`
` [PATCH 4/6] pack-bitmap: drop unused `max_bitmaps` parameter
` [PATCH 5/6] pack-bitmap-write.c: avoid uninitialized 'write_as' field
` [PATCH 6/6] pack-bitmap: introduce `bitmap_writer_free()`

[PATCH 0/3] Implement filtering repacks
 2024-05-15 17:08 UTC  (9+ messages)
` [PATCH v2 0/3] upload-pack: support a missing-action
  ` [PATCH v2 1/3] rev-list: refactor --missing=<missing-action>
  ` [PATCH v2 2/3] pack-objects: use the missing action API
  ` [PATCH v2 3/3] upload-pack: allow configuring a missing-action

[PATCH 00/21] builtin/config: remove global state
 2024-05-15  6:43 UTC  (30+ messages)
` [PATCH v2 "
  ` [PATCH v2 06/21] builtin/config: check for writeability after source is set up
` [PATCH v3 00/21] builtin/config: remove global state
  ` [PATCH v3 01/21] builtin/config: stop printing full usage on misuse
  ` [PATCH v3 02/21] builtin/config: move legacy mode into its own function
  ` [PATCH v3 03/21] builtin/config: move subcommand options into `cmd_config()`
  ` [PATCH v3 04/21] builtin/config: move legacy "
  ` [PATCH v3 05/21] builtin/config: move actions into `cmd_config_actions()`
  ` [PATCH v3 06/21] builtin/config: check for writeability after source is set up
  ` [PATCH v3 07/21] config: make the config source const
  ` [PATCH v3 08/21] builtin/config: refactor functions to have common exit paths
  ` [PATCH v3 09/21] builtin/config: move location options into local variables
  ` [PATCH v3 10/21] builtin/config: move display "
  ` [PATCH v3 11/21] builtin/config: move type options into display options
  ` [PATCH v3 12/21] builtin/config: move default value "
  ` [PATCH v3 13/21] builtin/config: move `respect_includes_opt` into location options
  ` [PATCH v3 14/21] builtin/config: convert `do_not_match` to a local variable
  ` [PATCH v3 15/21] builtin/config: convert `value_pattern` "
  ` [PATCH v3 16/21] builtin/config: convert `regexp` "
  ` [PATCH v3 17/21] builtin/config: convert `key_regexp` "
  ` [PATCH v3 18/21] builtin/config: convert `key` "
  ` [PATCH v3 19/21] builtin/config: track "fixed value" option via flags only
  ` [PATCH v3 20/21] builtin/config: convert flags to a local variable
  ` [PATCH v3 21/21] builtin/config: pass data between callbacks via local variables

[PATCH v2] doc: describe the project's decision-making process
 2024-05-15 20:50 UTC  (6+ messages)
` [PATCH v2 0/2] Describe life cycle of a patch series
  ` [PATCH] decisions: focus on larger scale issues

[PATCH v2 0/2] osxkeychain: lock for exclusive execution
 2024-05-15 19:41 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] osxkeychain: exclusive lock to serialize execution of operations
  ` [PATCH v3 2/2] osxkeychain: state to skip unnecessary store operations

[PATCH 00/13] reftable: prepare for re-seekable iterators
 2024-05-15 20:15 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] t0017: clarify dubious test set-up
 2024-05-15 19:32 UTC 

t0211-trace2-perf.sh: typo patern -> pattern
 2024-05-15 17:09 UTC  (4+ messages)

[PATCH] archive: make --add-virtual-file honor --prefix
 2024-05-15 16:27 UTC  (3+ messages)

[PATCH] fetch-pack: Remove unused struct 'loose_object_iter'
 2024-05-15 10:41 UTC  (3+ messages)

[GSoC] Welcoming our 2024 contributors and thanking our applicants
 2024-05-15 10:04 UTC  (3+ messages)

[PATCH] prune: mark rebase autostash and orig-head as reachable
 2024-05-14 19:37 UTC  (3+ messages)

Bug in git log -S
 2024-05-15  6:34 UTC  (5+ messages)

git format-patch displays weird chars when filename includes non-ascii chars
 2024-05-15  5:40 UTC  (4+ messages)

Checkout to different directory at certain commit without changing index
 2024-05-15  5:07 UTC  (6+ messages)

What's cooking in git.git (May 2024, #05; Sat, 11)
 2024-05-15  4:04 UTC  (4+ messages)

[PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
 2024-05-14 18:16 UTC  (2+ messages)
` [PATCH 2/2] Revert "core.hooksPath: add some protection while cloning"

Author signature
 2024-05-14 20:05 UTC  (4+ messages)

[PATCH] gitignore.txt: fix slash-rules example
 2024-05-14 21:50 UTC  (2+ messages)


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