git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2025-06-04 12:34:22 to 2025-06-06 15:47:52 UTC [more...]

[PATCH] curl: pass `long` values where expected
 2025-06-06 15:43 UTC  (13+ messages)
` [PATCH v2 0/4] curl: pass long "
  ` [PATCH v2 1/4] curl: fix integer constant typechecks with curl_easy_setopt()
  ` [PATCH v2 2/4] curl: fix integer variable "
  ` [PATCH v2 3/4] curl: fix symbolic constant "
  ` [PATCH v2 4/4] curl: pass `long` values where expected

[PATCH] stash: allow "git stash -p <pathspec>" to assume push again
 2025-06-06 15:26 UTC  (9+ messages)
` [PATCH v2 0/2] stash: fix and improve "git stash -p <pathspec>"
  ` [PATCH v2 1/2] stash: allow "git stash -p <pathspec>" to assume push again
  ` [PATCH v2 2/2] stash: allow "git stash [<options>] --patch <pathspec>" to assume push

[PATCH v7 0/2] Avoid submodule overwritten and skip redundant active entries
 2025-06-06 14:41 UTC  (6+ messages)
` [PATCH v7 2/2] submodule: skip redundant active entries when pattern covers path

Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
 2025-06-06 13:04 UTC  (22+ messages)
          ` Semantics of change IDs (Re: Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer)

[PATCH] diff-generate-patch.adoc: drop spurious backticks
 2025-06-06 12:31 UTC 

[PATCH] repo_logmsg_reencode: fix memory leak when use repo_logmsg_reencode()
 2025-06-06 12:22 UTC  (6+ messages)
` [PATCH v2] "

Git push tries to delete branch twice and fails
 2025-06-06 11:57 UTC  (4+ messages)

[PATCH 0/3] refs: fix some bugs with batched-updates
 2025-06-06  8:41 UTC  (9+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] refs/files: skip updates with errors in batched updates
  ` [PATCH v2 2/2] receive-pack: handle reference deletions separately
` [PATCH v3 0/2] refs: fix some bugs with batched-updates
  ` [PATCH v3 1/2] refs/files: skip updates with errors in batched updates
  ` [PATCH v3 2/2] receive-pack: handle reference deletions separately

[PATCH] revision: fix memory leak in prepare_show_merge()
 2025-06-06  7:31 UTC  (4+ messages)

[ANNOUNCE] Git v2.50.0-rc1
 2025-06-06  7:20 UTC  (16+ messages)
` [ANNOUNCE] Git v2.50.0-rc1 - Test Failed
                    ` [GIT PULL] git-gui: fix for: "

[PATCH v13 02/10] imap-send: add support for OAuth2.0 authentication
 2025-06-06  7:16 UTC  (2+ messages)

[PATCH v4] pack-bitmap: remove checks before bitmap_free
 2025-06-06  5:49 UTC  (6+ messages)
` [PATCH v5] "
  ` [PATCH v6] "

[PATCH 00/11] builtin/maintenance: fix ref lock races when detaching
 2025-06-06  5:23 UTC  (6+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 04/12] builtin/maintenance: mark "--task=" and "--schedule=" as incompatible

[PATCH 0/2] imap-send: make it usable again and add OAuth2.0 support
 2025-06-06  4:40 UTC  (27+ messages)
` [PATCH v12 00/10] "
  ` [PATCH v12 02/10] imap-send: add support for OAuth2.0 authentication
` [PATCH v13 00/10] imap-send: make it usable again and add OAuth2.0 support
  ` [PATCH v13 01/10] imap-send: fix bug causing cfg->folder being set to NULL
  ` [PATCH v13 02/10] imap-send: add support for OAuth2.0 authentication
  ` [PATCH v13 04/10] imap-send: fix memory leak in case auth_cram_md5 fails
  ` [PATCH v13 03/10] imap-send: add PLAIN authentication method to OpenSSL
  ` [PATCH v13 05/10] imap-send: gracefully fail if CRAM-MD5 authentication is requested without OpenSSL
  ` [PATCH v13 06/10] imap-send: enable specifying the folder using the command line
  ` [PATCH v13 07/10] imap-send: fix minor mistakes in the logs
  ` [PATCH v13 08/10] imap-send: display port alongwith host when git credential is invoked
  ` [PATCH v13 09/10] imap-send: display the destination mailbox when sending a message
  ` [PATCH v13 10/10] imap-send: add ability to list the available folders

What's cooking in git.git (Jun 2025, #01; Thu, 5)
 2025-06-06  0:44 UTC  (2+ messages)

[PATCH 1/4] Fix maybe-uninitialized warning with GCC at -O3
 2025-06-06  0:23 UTC  (6+ messages)
` [PATCH 4/4] Fix unreachable-code warning with clang on Windows

[PATCH 0/3] silencing warnings with curl 8.14
 2025-06-05 23:13 UTC  (16+ messages)
` [PATCH 1/3] curl: fix integer constant typechecks with curl_easy_setopt()
` [PATCH 2/3] curl: fix integer variable "
` [PATCH 3/3] curl: fix symbolic constant "

What's cooking in git.git (Apr 2025, #01; Mon, 7)
 2025-06-05 18:29 UTC  (5+ messages)

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

[PATCH v3 00/10] t/unit-tests: convert unit-tests to use clar
 2025-06-05 16:56 UTC  (6+ messages)
` [PATCH v3 10/10] t/unit-tests: finalize migration of reftable-related tests

Fetch remote only if remote hasn't been fetched recently
 2025-06-05 16:55 UTC  (3+ messages)

"git config get" returns "error: key does not contain a section: get"
 2025-06-05 16:38 UTC  (3+ messages)
  ` [External] "

[PATCH v4 0/3] diff: add pathspec support to --no-index
 2025-06-05 15:34 UTC  (3+ messages)

[PATCH] t5410: avoid hangs in CI runs in the win+Meson test jobs
 2025-06-05 13:30 UTC  (3+ messages)

[PATCH v3 00/12] builtin/maintenance: fix ref lock races when detaching
 2025-06-05 13:02 UTC  (4+ messages)
` [PATCH v3 10/12] usage: allow dying without writing an error message

[PATCH 0/2] builtin/receive-pack: introduce option to skip connectivity checks
 2025-06-05 11:00 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] builtin/receive-pack: add option to skip connectivity check

[PATCH v6 0/5] Importing and exporting stashes to refs
 2025-06-05  9:38 UTC  (5+ messages)
` [PATCH v7 0/4] "
  ` [PATCH v7 3/4] builtin/stash: provide a way to export stashes to a ref

[PATCH RFC v2 0/5] Introduce git-last-modified(1) command
 2025-06-05  8:32 UTC  (4+ messages)
` [PATCH RFC v2 1/5] last-modified: new subcommand to show when files were last modified

[PATCH 0/3] cat-file: add %(objectmode) and submodule message to batch commands
 2025-06-05  7:51 UTC  (9+ messages)
` [PATCH 2/3] cat-file: add %(objectmode) atom
` [PATCH 3/3] cat-file.c: add batch handling for submodules

[PATCH 00/17] object-store: carve out the object database subsystem
 2025-06-05  6:47 UTC  (19+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/17] object-store: rename `raw_object_store` to `object_database`
  ` [PATCH v5 02/17] object-store: rename `object_directory` to `odb_source`
  ` [PATCH v5 03/17] object-store: rename files to "odb.{c,h}"
  ` [PATCH v5 04/17] odb: introduce parent pointers
  ` [PATCH v5 05/17] odb: get rid of `the_repository` in `find_odb()`
  ` [PATCH v5 06/17] odb: get rid of `the_repository` in `assert_oid_type()`
  ` [PATCH v5 07/17] odb: get rid of `the_repository` in `odb_mkstemp()`
  ` [PATCH v5 08/17] odb: get rid of `the_repository` when handling alternates
  ` [PATCH v5 09/17] odb: get rid of `the_repository` in `for_each()` functions
  ` [PATCH v5 10/17] odb: get rid of `the_repository` when handling the primary source
  ` [PATCH v5 11/17] odb: get rid of `the_repository` when handling submodule sources
  ` [PATCH v5 12/17] odb: trivial refactorings to get rid of `the_repository`
  ` [PATCH v5 13/17] odb: rename `oid_object_info()`
  ` [PATCH v5 14/17] odb: rename `repo_read_object_file()`
  ` [PATCH v5 15/17] odb: rename `has_object()`
  ` [PATCH v5 16/17] odb: rename `pretend_object_file()`
  ` [PATCH v5 17/17] odb: rename `read_object_with_reference()`

[GSoC PATCH 0/1] userdiff: add javascript diff driver
 2025-06-05  5:51 UTC  (4+ messages)
` [GSoC PATCH 1/1] "

[PATCH] commit: Add commit.signoff configuration option
 2025-06-05  1:46 UTC  (10+ messages)

[GSOC PATCH] environment: move access to "core.sparsecheckout" into repo_settings
 2025-06-04 23:48 UTC  (3+ messages)

[PATCH v4 3/3] diff --no-index: support limiting by pathspec
 2025-06-04 23:22 UTC  (8+ messages)

[ANNOUNCE] Git for Windows 2.50.0-rc1
 2025-06-04 19:42 UTC 

issue with git submodules and a clone.defaultRemoteName different than origin?
 2025-06-04 17:18 UTC  (3+ messages)

[PATCH] bundle-uri: replace printf with fprintf in print_bundle_uri function
 2025-06-04 17:11 UTC  (3+ messages)
` [PATCH v2] bundle-uri: send debug output to given FILE * stream

[PATCH 0/2] contrib/subtree: Add -S/-gpg-sign
 2025-06-04 16:33 UTC  (11+ messages)
` [PATCH 1/2] contrib/subtree: parse using --stuck-long
` [PATCH v2 0/2] contrib/subtree: Add -S/-gpg-sign
  ` [PATCH v2 1/2] contrib/subtree: parse using --stuck-long
  ` [PATCH v2 2/2] contrib/subtree: add -S/--gpg-sign

[PATCH v4 0/2] send-email: fix threads breaking in case user edits emails and improvements to outlook ID fix
 2025-06-04 16:31 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/2] send-email: fix bug resulting in broken threads if a message is edited
  ` [PATCH v7 2/2] send-email: show the new message id assigned by outlook in the logs

Clarification on GPG preference update prompts during Git test suite execution
 2025-06-04 16:20 UTC  (3+ messages)

[PATCH v2 0/2] pack-bitmap: remove checks before bitmap_free
 2025-06-04 14:49 UTC  (9+ messages)
` [PATCH v3] "

[PATCH v3 00/11] Spring cleanup of "contrib/"
 2025-06-04 14:45 UTC  (4+ messages)
` [PATCH v3 04/11] contrib: remove "thunderbird-patch-inline"

[PATCH v4 00/17] object-store: carve out the object database subsystem
 2025-06-04 13:55 UTC  (4+ messages)
` [PATCH v4 02/17] object-store: rename `object_directory` to `odb_source`

[PATCH v6 0/2] send-email: fix threads breaking in case user edits emails and improvements to outlook ID fix
 2025-06-04 12:55 UTC  (6+ messages)
` [PATCH v6 2/2] send-email: show the new message id assigned by outlook in the logs


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