git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-05 08:20:02 to 2025-06-08 16:20:11 UTC [more...]

[PATCH] stash: fix incorrect branch name in stash message
 2025-06-08 16:20 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH] merge/pull: --compact-summary
 2025-06-08 16:05 UTC 

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

[PATCH 0/9] Doc git log
 2025-06-08  9:09 UTC  (10+ messages)
` [PATCH 1/9] doc: convert git-log to new documentation format
` [PATCH 2/9] doc: git-log convert rev-list-description to new doc format
` [PATCH 3/9] doc: git-log: convert line range options "
` [PATCH 4/9] doc: git-log: convert line range format "
` [PATCH 5/9] doc: git-log: convert rev list options "
` [PATCH 6/9] doc: git-log: convert pretty "
` [PATCH 7/9] doc: git-log: convert pretty formats "
` [PATCH 8/9] doc: git-log: convert diff options "
` [PATCH 9/9] doc: git-log: convert log config "

[GSOC PATCH] environment: move access to "core.sparsecheckout" into repo_settings
 2025-06-08  6:39 UTC  (3+ messages)
` [GSOC PATCH v2] "

[PATCH] builtin/submodule--helper: fix leak when remote_submodule_branch() failed
 2025-06-08  3:56 UTC 

[PATCH v7 0/2] Avoid submodule overwritten and skip redundant active entries
 2025-06-08  3:27 UTC  (9+ messages)
` [PATCH v7 2/2] submodule: skip redundant active entries when pattern covers path
          ` [PATCH v8 0/2] Avoid submodule overwritten and skip redundant active entries
            ` [PATCH v8 1/2] submodule: prevent overwriting .gitmodules entry on path reuse
            ` [PATCH v8 2/2] submodule: skip redundant active entries when pattern covers path

[PATCH] config.mak.uname: update settings for Solaris 10 and 11
 2025-06-08  1:46 UTC  (2+ messages)

[GSOC PATCH 0/2] builtin/prune: remove dependency on global variables and 'the_repository'
 2025-06-08  1:06 UTC  (3+ messages)
` [GSOC PATCH 1/2] repository: move 'repository_format_precious_objects' to repo scope
` [GSOC PATCH 2/2] builtin/prune: stop depending on 'the_repository'

git - passes wrong types to curl_easy_setopt
 2025-06-07 23:22 UTC  (2+ messages)

[PATCH] bswap.h: Move the overwriting of the ntohl*/ htonl* macros
 2025-06-07 21:02 UTC  (5+ messages)

What's cooking in git.git (Jun 2025, #02; Sat, 7)
 2025-06-07 20:03 UTC 

[PATCH] config.mak.uname: update settings for Solaris 11
 2025-06-07 17:31 UTC  (3+ messages)

[PATCH] stash: allow "git stash -p <pathspec>" to assume push again
 2025-06-07 12:56 UTC  (13+ 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 v3 0/2] stash: fix and improve "git stash -p <pathspec>"
  ` [PATCH v3 1/2] stash: allow "git stash -p <pathspec>" to assume push again
  ` [PATCH v3 2/2] stash: allow "git stash [<options>] --patch <pathspec>" to assume push

What's cooking in git.git (Jun 2025, #01; Thu, 5)
 2025-06-07  9:48 UTC  (3+ messages)

Fetch remote only if remote hasn't been fetched recently
 2025-06-07  7:00 UTC  (4+ messages)

issue with git submodules and a clone.defaultRemoteName different than origin?
 2025-06-07  5:43 UTC  (6+ messages)

RFC - rebase--
 2025-06-06 21:00 UTC 

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

[PATCH] revision: fix memory leak in prepare_show_merge()
 2025-06-06 16:47 UTC  (5+ messages)

[PATCH] curl: pass `long` values where expected
 2025-06-06 15:51 UTC  (14+ 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

Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
 2025-06-06 15:44 UTC  (23+ 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  (4+ messages)

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  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] refs/files: skip updates with errors in batched updates
  ` [PATCH v3 2/2] receive-pack: handle reference deletions separately

[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 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 1/4] Fix maybe-uninitialized warning with GCC at -O3
 2025-06-06  0:23 UTC  (3+ messages)

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

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

"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 v2 0/2] refs: fix some bugs with batched-updates
 2025-06-05  9:08 UTC  (5+ messages)
` [PATCH v2 1/2] refs/files: skip updates with errors in batched updates
` [PATCH v2 2/2] receive-pack: handle reference deletions separately

[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


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