git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-05-02 05:56:45 to 2024-05-04 03:04:27 UTC [more...]

[PATCH] refs: return conflict error when checking packed refs
 2024-05-04  3:04 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

What's cooking in git.git (May 2024, #02; Fri, 3)
 2024-05-04  2:59 UTC  (2+ messages)

[Bug Report] git config includeIf not traversing symlink subdirectories
 2024-05-04  1:06 UTC  (3+ messages)

[PATCH v4 0/7] add symref-* commands to 'git-update-ref --stdin'
 2024-05-03 23:09 UTC  (33+ messages)
` [PATCH v5 0/7] refs: add support for transactional symref updates
  ` [PATCH v5 2/7] files-backend: extract out `create_symref_lock()`
  ` [PATCH v5 4/7] refs: add support for transactional symref updates
  ` [PATCH v5 5/7] refs: use transaction in `refs_create_symref()`
  ` [PATCH v5 6/7] refs: rename `refs_create_symref()` to `refs_update_symref()`
  ` [PATCH v5 7/7] refs: remove `create_symref` and associated dead code
  ` [PATCH v6 0/7] refs: add support for transactional symref updates
    ` [PATCH v6 1/7] refs: accept symref values in `ref_transaction_update()`
    ` [PATCH v6 2/7] files-backend: extract out `create_symref_lock()`
    ` [PATCH v6 3/7] refs: support symrefs in 'reference-transaction' hook
    ` [PATCH v6 4/7] refs: add support for transactional symref updates
    ` [PATCH v6 5/7] refs: use transaction in `refs_create_symref()`
    ` [PATCH v6 6/7] refs: rename `refs_create_symref()` to `refs_update_symref()`
    ` [PATCH v6 7/7] refs: remove `create_symref` and associated dead code

Combined diff format: Show all filenames by default?
 2024-05-03 22:25 UTC  (5+ messages)

[PATCH v3 0/1] advice: add --no-advice global option
 2024-05-03 21:24 UTC  (16+ messages)
` [PATCH v4 0/3] advice: add "all" option to disable all hints
  ` [PATCH v4 1/3] doc: clean up usage documentation for --no-* opts
  ` [PATCH v4 2/3] doc: add spacing around paginate options
  ` [PATCH v4 3/3] advice: add --no-advice global option
    ` Re* [PATCH v4 0/3] advice: add "all" option to disable all hints

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

[PATCH 00/11] reftable: expose write options as config
 2024-05-03 20:38 UTC  (14+ messages)
` [PATCH 01/11] reftable: consistently refer to `reftable_write_options` as `opts`
` [PATCH 02/11] reftable: consistently pass write opts as value
` [PATCH 03/11] reftable/writer: drop static variable used to initialize strbuf
` [PATCH 04/11] reftable/writer: improve error when passed an invalid block size
` [PATCH 05/11] reftable/dump: support dumping a table's block structure
` [PATCH 06/11] refs/reftable: allow configuring block size
` [PATCH 07/11] reftable: use `uint16_t` to track restart interval
` [PATCH 08/11] refs/reftable: allow configuring "
` [PATCH 09/11] refs/reftable: allow disabling writing the object index
` [PATCH 10/11] reftable: make the compaction factor configurable
` [PATCH 11/11] refs/reftable: allow configuring geometric factor

Spelling mistake in git-gui in french
 2024-05-03 20:14 UTC  (3+ messages)
  ` [PATCH] po: fix typo in French "aperçu"

[PATCH 00/12] t: exercise Git/JGit reftable compatibility
 2024-05-03 19:49 UTC  (7+ messages)
` [PATCH v4 00/13] "

[PATCH] attr.c: move ATTR_MAX_FILE_SIZE check into read_attr_from_buf()
 2024-05-03 19:45 UTC  (2+ messages)

[PATCH 0/5] refs: remove functions without ref store
 2024-05-03 19:35 UTC  (15+ messages)
` [PATCH 1/5] refs: introduce missing functions that accept a `struct ref_store`
` [PATCH 2/5] refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
` [PATCH 3/5] cocci: introduce rules to transform "refs" to pass ref store
` [PATCH 4/5] cocci: apply rules to rewrite callers of "refs" interfaces
` [PATCH 5/5] refs: remove functions without ref store

[PATCH 0/3] color: add support for 12-bit RGB colors
 2024-05-03 19:31 UTC  (14+ messages)
` [PATCH 3/3] "
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] t/t4026-color: remove an extra double quote character
  ` [PATCH v2 2/3] t/t4026-color: add test coverage for invalid RGB colors
  ` [PATCH v2 3/3] color: add support for 12-bit "

[RFC PATCH] doc: describe the project's decision-making process
 2024-05-03 19:29 UTC  (7+ messages)

[RFC PATCH 0/4] test-tool: add unit test suite runner
 2024-05-03 19:17 UTC  (6+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 6/7] t/Makefile: run unit tests alongside shell tests

[PATCH 0/2] Add GitLab CI to check for whitespace errors
 2024-05-03 17:59 UTC  (22+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] ci: pre-collapse GitLab CI sections
  ` [PATCH v2 2/5] github-ci: fix link to whitespace error
  ` [PATCH v2 3/5] ci: separate whitespace check script
  ` [PATCH v2 4/5] ci: make the whitespace report optional
  ` [PATCH v2 5/5] gitlab-ci: add whitespace error check
  ` [PATCH v3 0/5] Add GitLab CI to check for whitespace errors
    ` [PATCH v3 1/5] ci: pre-collapse GitLab CI sections
    ` [PATCH v3 2/5] github-ci: fix link to whitespace error
    ` [PATCH v3 3/5] ci: separate whitespace check script
    ` [PATCH v3 4/5] ci: make the whitespace report optional
    ` [PATCH v3 5/5] gitlab-ci: add whitespace error check

[PATCH 8/8] refs: check refnames as fully qualified when resolving
 2024-05-03 17:55 UTC  (5+ messages)

Help troubleshoot performance regression cloning with depth: git 2.44 vs git 2.42
 2024-05-03 17:46 UTC  (12+ messages)
` using tree as attribute source is slow, was "
                ` Re* "

[PATCH 0/8] builtin/config: introduce subcommands
 2024-05-03 16:09 UTC  (23+ messages)
` [PATCH v4 00/14] "
  ` [PATCH v4 01/14] config: clarify memory ownership when preparing comment strings
  ` [PATCH v4 02/14] builtin/config: move option array around
  ` [PATCH v4 03/14] builtin/config: move "fixed-value" option to correct group
  ` [PATCH v4 04/14] builtin/config: use `OPT_CMDMODE()` to specify modes
  ` [PATCH v4 05/14] builtin/config: pull out function to handle config location
  ` [PATCH v4 06/14] builtin/config: pull out function to handle `--null`
  ` [PATCH v4 07/14] builtin/config: introduce "list" subcommand
  ` [PATCH v4 08/14] builtin/config: introduce "get" subcommand
  ` [PATCH v4 09/14] builtin/config: introduce "set" subcommand
  ` [PATCH v4 10/14] builtin/config: introduce "unset" subcommand
  ` [PATCH v4 11/14] builtin/config: introduce "rename-section" subcommand
  ` [PATCH v4 12/14] builtin/config: introduce "remove-section" subcommand
  ` [PATCH v4 13/14] builtin/config: introduce "edit" subcommand
  ` [PATCH v4 14/14] builtin/config: display subcommand help

[PATCH] Win32: Fix building with NO_UNIX_SOCKETS
 2024-05-03 15:43 UTC  (3+ messages)

[PATCH 0/2] builtin/clone: allow remote helpers to detect repo
 2024-05-03  2:04 UTC  (3+ messages)
` [PATCH 2/2] "

[ANNOUNCE] Git v2.45.0
 2024-05-02 21:20 UTC  (11+ messages)
` t4216-log-bloom.sh broken ?

Chunk header @@@ counts wrong?
 2024-05-02 20:47 UTC  (3+ messages)

[bug report] `git log` with several `-L` might produce error
 2024-05-02 18:29 UTC 

[PATCH v3 00/10] Make trailer_info struct private (plus sequencer cleanup)
 2024-05-02 17:15 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 02/10] trailer: add unit tests for trailer iterator

[PATCH] add-patch: response to invalid option
 2024-05-02 16:38 UTC  (12+ messages)
` [PATCH v2] add-patch: response to invalid command
  ` [PATCH v3] add-patch: response to unknown command
    ` [PATCH v4] "
      ` [PATCH v5 0/2] "
        ` [PATCH v5 1/2] add-patch: do not show UI messages on stderr

[PATCH] scalar: avoid segfault in reconfigure --all
 2024-05-02  6:46 UTC  (2+ messages)

[PATCH v3 0/3] builtin/tag.c: add --trailer option
 2024-05-02  6:27 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] builtin/commit.c: remove bespoke option callback
  ` [PATCH v4 2/3] builtin/commit.c: refactor --trailer logic


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