git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-22 17:41:19 to 2025-07-24 14:30:47 UTC [more...]

[PATCH v4 00/10] t/unit-tests: convert unit-tests to use clar
 2025-07-24 14:28 UTC  (21+ messages)
` [PATCH v4 09/10] t/unit-tests: convert reftable stack test "
` [PATCH v5 0/5] t/unit-tests: convert unit-tests "
  ` [PATCH v5 1/5] t/unit-tests: convert reftable table test "
  ` [PATCH v5 2/5] t/unit-tests: convert reftable readwrite "
  ` [PATCH v5 3/5] t/unit-tests: convert reftable record "
  ` [PATCH v5 4/5] t/unit-tests: convert reftable stack "
` [PATCH v5 00/10] t/unit-tests: convert unit-tests "
  ` [PATCH v5 01/10] t/unit-tests: implement clar specific reftable test helper functions
  ` [PATCH v5 02/10] t/unit-tests: convert reftable basics test to use clar test framework
  ` [PATCH v5 03/10] t/unit-tests: convert reftable block test to use clar
  ` [PATCH v5 04/10] t/unit-tests: convert reftable merged "
  ` [PATCH v5 05/10] t/unit-tests: convert reftable pq "
  ` [PATCH v5 06/10] t/unit-tests: convert reftable table "
  ` [PATCH v5 07/10] t/unit-tests: convert reftable readwrite "
  ` [PATCH v5 08/10] t/unit-tests: convert reftable record "
  ` [PATCH v5 09/10] t/unit-tests: convert reftable stack "
  ` [PATCH v5 10/10] t/unit-tests: finalize migration of reftable-related tests

[PATCH] strbuf: add compound literal test balloon
 2025-07-24 14:26 UTC  (9+ messages)
          ` [PATCH] CodingGuidelines: document test balloons in flight

[PATCH] rebase: write script before initializing state
 2025-07-24 14:22 UTC  (5+ messages)
` [PATCH v2] "

[GSOC PATCH] environment: move access to "core.sparsecheckout" into repo_settings
 2025-07-24 13:25 UTC  (4+ messages)
` [GSOC PATCH v6 0/3] environment: remove sparse-checkout related global variables

`git remote rename` does not work when `refs/remotes/server/HEAD` is unborn (when right after `git remote add -m`)
 2025-07-24 13:03 UTC  (4+ messages)

[PATCH 0/8] refs: fix migration of reflog entries
 2025-07-24 12:56 UTC  (27+ messages)
` [PATCH 1/8] Documentation/git-reflog: convert to use synopsis type
` [PATCH 2/8] builtin/reflog: improve grouping of subcommands
` [PATCH 3/8] refs: export `ref_transaction_update_reflog()`
` [PATCH 4/8] builtin/reflog: implement subcommand to write new entries
` [PATCH 6/8] refs: fix identity for migrated reflogs
` [PATCH 7/8] refs: stop unsetting REF_HAVE_OLD for log-only updates
` [PATCH 8/8] refs: fix invalid old object IDs when migrating reflogs

[ANNOUNCE] Git Mini Summit at Open Source Summit Europe, Amsterdam, August 28th
 2025-07-24 10:42 UTC  (2+ messages)

[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
 2025-07-24 10:00 UTC  (5+ messages)

[PATCH v4 1/1] test-delta: simplify delta helper with strbuf and better cleanup
 2025-07-24  9:33 UTC 

[PATCH 0/5] ref-filter: small cleanups and fixes
 2025-07-24  8:14 UTC  (6+ messages)
` [PATCH 1/5] ref-cache: use 'size_t' instead of int for length
` [PATCH 2/5] for-each-ref: fix documentation argument ordering
` [PATCH 3/5] for-each-ref: reword the documentation for '--start-after'
` [PATCH 4/5] t6302: add test combining '--start-after' with '--exclude'
` [PATCH 5/5] ref-filter: use REF_ITERATOR_SEEK_SET_PREFIX instead of '1'

[PATCH 0/4] for-each-ref: introduce seeking functionality via '--skip-until'
 2025-07-24  8:12 UTC  (6+ messages)
` [PATCH v5 0/5] for-each-ref: introduce seeking functionality via '--start-after'
  ` [PATCH] ref-iterator-seek: correctly initialize the prefix_state for a new level

warning: ignoring unknown core.fsync component 'true'
 2025-07-24  8:08 UTC  (3+ messages)

[PATCH 0/8] odb: track multi-pack-indices via their object sources
 2025-07-24  8:00 UTC  (4+ messages)
` [PATCH v2 0/7] "

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-07-24  6:22 UTC  (18+ messages)
` [GSoC PATCH v5 0/5] repo: "
  ` [GSoC PATCH v5 1/5] repo: declare the repo command
  ` [GSoC PATCH v5 2/5] repo: add the field references.format
  ` [GSoC PATCH v5 5/5] repo: add the --format flag

[GSoC][RFC PATCH 0/2] Add refs list subcommand
 2025-07-24  5:58 UTC  (14+ messages)
` [GSoC][RFC PATCH v2 "
  ` [GSoC][RFC PATCH v2 1/2] builtin/refs: add "
  ` [GSoC][RFC PATCH v2 2/2] t: add test for git refs "
  ` [GSoC][RFC PATCH v3 0/3] Add "
    ` [GSoC][RFC PATCH v3 1/3] builtin/refs: add "
    ` [GSoC][RFC PATCH v3 2/3] t6300: refactor tests to be shareable
    ` [GSoC][RFC PATCH v3 3/3] t: add test for git refs list subcommand

[PATCH v5] meson: work around broken system PCRE2 dependency in macOS
 2025-07-24  5:28 UTC  (4+ messages)
` [PATCH v6] "

git-diff: --ignore-matching-lines has no effect on the output when --name-only is used
 2025-07-24  3:38 UTC  (6+ messages)

[PATCH v3 0/2] fix resource leaks in test helpers
 2025-07-24  0:03 UTC  (18+ messages)
` [PATCH v3 1/2] t/helper/test-truncate: close file descriptor after truncation
` [PATCH v3 2/2] t/helper/test-delta: fix possible resource leak and ensure safe cleanup
          ` [PATCH 1/3] test-delta: handle errors with die()
          ` [PATCH 2/3] test-delta: use strbufs to hold input files
          ` [PATCH 3/3] test-delta: close output descriptor after use

[PATCH] doc: clarify difference between `push.default` `simple` and `current`
 2025-07-23 23:36 UTC  (2+ messages)

[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
 2025-07-23 22:26 UTC  (8+ messages)
` [PATCH 1/7] xdiff: introduce rust

[PATCH] imap-send: add option to mark sent messages as read or unread
 2025-07-23 18:00 UTC  (8+ messages)

[PATCH] imap-send: add option to mark sent messages as read or unread
 2025-07-23 17:55 UTC 

[PATCH] imap-send: add option to mark sent messages as read or unread
 2025-07-23 17:49 UTC  (3+ messages)

What's cooking in git.git (Jul 2025, #06; Tue, 22)
 2025-07-23 17:17 UTC  (7+ messages)

[PATCH 00/21] config: remove use of `the_repository`
 2025-07-23 15:29 UTC  (28+ messages)
` [PATCH 21/21] config: fix sign comparison warnings
` [PATCH v2 00/21] config: remove use of `the_repository`
  ` [PATCH v2 01/21] config: drop `git_config()` wrapper
  ` [PATCH v2 02/21] config: drop `git_config_clear()` wrapper
  ` [PATCH v2 03/21] config: drop `git_config_get()` wrapper
  ` [PATCH v2 04/21] config: drop `git_config_get_value()` wrapper
  ` [PATCH v2 05/21] "
  ` [PATCH v2 06/21] config: drop `git_config_get_string_multi()` wrapper
  ` [PATCH v2 07/21] config: drop `git_config_get_string()` wrapper
  ` [PATCH v2 08/21] "
  ` [PATCH v2 09/21] config: drop `git_config_get_int()` wrapper
  ` [PATCH v2 10/21] config: drop `git_config_get_ulong()` wrapper
  ` [PATCH v2 11/21] config: drop `git_config_get_bool()` wrapper
  ` [PATCH v2 12/21] config: drop `git_config_set_in_file()` wrapper
  ` [PATCH v2 13/21] config: drop `git_config_set_gently()` wrapper
  ` [PATCH v2 14/21] config: drop `git_config_set()` wrapper
  ` [PATCH v2 15/21] config: drop `git_config_set_in_file_gently()` wrapper
  ` [PATCH v2 16/21] config: drop `git_config_set_multivar_in_file_gently()` wrapper
  ` [PATCH v2 17/21] config: drop `git_config_get_multivar_gently()` wrapper
  ` [PATCH v2 18/21] config: drop `git_config_set_multivar()` wrapper
  ` [PATCH v2 19/21] config: remove unused `the_repository` wrappers
  ` [PATCH v2 20/21] config: move Git config parsing into "environment.c"
  ` [PATCH v2 21/21] config: fix sign comparison warnings

[PATCH] send-email: add ability to send a copy of sent emails to an IMAP folder
 2025-07-23 10:33 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4 0/2] send-email: integrate with git imap-send
  ` [PATCH v4 1/2] send-email: add ability to send a copy of sent emails to an IMAP folder
  ` [PATCH v4 2/2] send-email: enable copying emails to IMAP folder without actually sending them

[PATCH v3 0/4] Better support for customising context lines in --patch commands
 2025-07-23  9:41 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 4/4] add-patch: add diff.context command line overrides

[PATCH] blame: only parse detailed commit info if needed
 2025-07-23  6:02 UTC  (3+ messages)
  ` [External] "

[PATCH v4] reflog: close leak of reflog expire entry
 2025-07-23  1:02 UTC  (2+ messages)

[PATCH v3] reflog: close leak of reflog expire entry
 2025-07-22 23:35 UTC  (8+ messages)

[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
 2025-07-22 22:08 UTC  (5+ messages)

[PATCH 0/2] builtin: unmark git-switch and git-restore as experimental
 2025-07-22 21:32 UTC  (9+ messages)
` [PATCH 1/2] builtin: remove merge short flag for switch and restore
` [PATCH 2/2] builtin: unmark git-switch and git-restore as experimental

[PATCH] gpg-interface: expand gpg.program as a path
 2025-07-22 20:28 UTC  (5+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] "
` [PATCH v2 2/2] t7510: add test cases for non-absolute gpg program

[GIT PULL] gitk: Sync with 2.50.1, Tcl >= 8.6, git >= 2.20
 2025-07-22 17:44 UTC 

[PATCH v3 0/2] fix resource leaks in test helpers
 2025-07-22 17:50 UTC 

[PATCH v3 0/2] fix resource leaks in test helpers
 2025-07-22 17:48 UTC 

[ANNOUNCE] Git v2.50.0-rc1
 2025-07-22 17:45 UTC  (12+ messages)
` [ANNOUNCE] Git v2.50.0-rc1 - Test Failed
                    ` [GIT PULL] git-gui: Sync with 2.50.1, Tcl >= 8.6, git >= 2.36


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