git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
What's cooking in git.git (May 2024, #02; Fri, 3)
 2024-05-06 22:17 UTC  (5+ messages)
` ds/scalar-reconfigure-all-fix, was "

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

[PATCH 00/11] reftable: expose write options as config
 2024-05-06 21:29 UTC  (5+ messages)

[RFC PATCH 0/4] test-tool: add unit test suite runner
 2024-05-06 21:11 UTC  (22+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 6/7] t/Makefile: run unit tests alongside shell tests
` [PATCH v5 0/7] test-tool: add unit test suite runner
  ` [PATCH v5 6/7] t/Makefile: run unit tests alongside shell tests
` [PATCH v6 0/7] test-tool: add unit test suite runner
  ` [PATCH v6 1/7] t0080: turn t-basic unit test into a helper
  ` [PATCH v6 2/7] test-tool run-command testsuite: get shell from env
  ` [PATCH v6 3/7] test-tool run-command testsuite: remove hardcoded filter
  ` [PATCH v6 4/7] test-tool run-command testsuite: support unit tests
  ` [PATCH v6 5/7] unit tests: add rule for running with test-tool
  ` [PATCH v6 6/7] t/Makefile: run unit tests alongside shell tests
  ` [PATCH v6 7/7] ci: use test-tool as unit test runner on Windows

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

[RFC PATCH] doc: describe the project's decision-making process
 2024-05-06 20:17 UTC  (11+ messages)

[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
 2024-05-06 20:05 UTC  (17+ messages)
` [PATCH v2 00/23] "
  ` [PATCH v2 01/23] Documentation/technical: describe pseudo-merge bitmaps format
  ` [PATCH v2 04/23] pack-bitmap: move some initialization to `bitmap_writer_init()`
  ` [PATCH v2 06/23] pack-bitmap-write: support storing pseudo-merge commits
  ` [PATCH v2 09/23] pseudo-merge: implement support for selecting "
  ` [PATCH v2 10/23] pack-bitmap-write.c: select "

[PATCH] ci: fix Python dependency on Ubuntu 24.04
 2024-05-06 19:28 UTC  (6+ messages)

[PATCH 0/2] Add GitLab CI to check for whitespace errors
 2024-05-06 19:21 UTC  (23+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] ci: separate whitespace check script
  ` [PATCH v2 4/5] ci: make the whitespace report optional
  ` [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] Documentation: Mention that refspecs are explained elsewhere
 2024-05-06 19:12 UTC  (2+ messages)

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

[PATCH] gitlab-ci: add smoke test for fuzzers
 2024-05-06 18:52 UTC  (3+ messages)

Possible git-diff bug when using exit-code with diff filters
 2024-05-06 18:23 UTC  (10+ messages)
  ` [PATCH 1/2] diff: report unmerged paths as changes in run_diff_cmd()
  ` [PATCH 2/2] diff: fix --exit-code with external diff

[PATCH v4 0/3] builtin/tag.c: add --trailer option
 2024-05-06 17:52 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] builtin/commit: use ARGV macro to collect trailers
  ` [PATCH v5 2/3] builtin/commit: refactor --trailer logic
  ` [PATCH v5 3/3] builtin/tag: add --trailer option

Spelling mistake in git-gui in french
 2024-05-06 17:15 UTC  (5+ messages)
  ` [PATCH] po: fix typo in French "aperçu"

[PATCH v3 0/1] advice: add --no-advice global option
 2024-05-06 16:47 UTC  (23+ 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
    ` Re* [PATCH v4 0/3] advice: add "all" option to disable all hints
                ` Re* "

[PATCH 0/5] refs: remove functions without ref store
 2024-05-06 16:14 UTC  (18+ 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 4/5] cocci: apply rules to rewrite callers of "refs" interfaces
` [PATCH 5/5] refs: remove functions without ref store

Hello
 2024-05-06 15:31 UTC 

[PATCH v5 0/7] refs: add support for transactional symref updates
 2024-05-06 13:19 UTC  (20+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/7] refs: accept symref values in `ref_transaction_update()`
  ` [PATCH v6 4/7] refs: add support for transactional symref updates
  ` [PATCH v6 7/7] refs: remove `create_symref` and associated dead code

[PATCH] Bug fix: ensure P4 "err" is displayed when exception is raised
 2024-05-06 12:01 UTC  (2+ messages)

[PATCH] git-diff: Introduce --index and deprecate --cached
 2024-05-06 10:27 UTC 

[PATCH 8/8] refs: check refnames as fully qualified when resolving
 2024-05-06  6:22 UTC  (6+ messages)

[PATCH] attr.c: move ATTR_MAX_FILE_SIZE check into read_attr_from_buf()
 2024-05-06  5:57 UTC  (3+ messages)

[PATCH 00/12] t: exercise Git/JGit reftable compatibility
 2024-05-06  5:53 UTC  (9+ messages)
` [PATCH v4 00/13] "

[PATCH] scalar: avoid segfault in reconfigure --all
 2024-05-06  5:45 UTC  (5+ messages)
` [PATCH v2] "

[ANNOUNCE] Git Cola v4.7
 2024-05-06  2:12 UTC 

[PATCH] git-diff: Introduce --index and deprecate --cached
 2024-05-05 20:06 UTC 

[PATCH v2] builtin/tag.c: add --trailer arg
 2024-05-05 18:59 UTC  (7+ messages)
` [PATCH v3 0/3] builtin/tag.c: add --trailer option
  ` [PATCH v3 2/3] builtin/tag.c: add --trailer arg

[PATCH v3 00/10] Make trailer_info struct private (plus sequencer cleanup)
 2024-05-05 14:09 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 03/10] trailer: teach iterator about non-trailer lines

[PATCH 0/8] update-ref: add support for update-symref option
 2024-05-04 15:15 UTC  (6+ messages)
` [PATCH v2 0/7] update-ref: add symref oriented commands
  ` [PATCH v2 1/7] refs: accept symref values in `ref_transaction[_add]_update`

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

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

[PATCH 0/3] Clarify pseudo-ref terminology
 2024-05-03 20:49 UTC  (9+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 07/10] refs: root refs can be symbolic refs
` [PATCH v3 00/10] Clarify pseudo-ref terminology
  ` [PATCH v3 07/10] refs: root refs can be symbolic refs

Rossi.monique
 2024-05-03 20:37 UTC 

[PATCH 0/3] color: add support for 12-bit RGB colors
 2024-05-03 19:31 UTC  (10+ messages)
` [PATCH 3/3] "
` [PATCH v2 0/3] "

[PATCH v4 13/14] builtin/config: introduce "edit" subcommand
 2024-05-03 16:42 UTC 

[PATCH] Win32: Fix building with NO_UNIX_SOCKETS
 2024-05-03 15:43 UTC  (3+ 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).