git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-06 21:05:40 to 2025-06-11 07:00:29 UTC [more...]

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

[PATCH] cat-file: fix mailmap application for different author and committer
 2025-06-11  6:26 UTC 

[PATCH] merge/pull: --compact-summary
 2025-06-11  3:12 UTC  (3+ messages)

[PATCH] stash: fix incorrect branch name in stash message
 2025-06-11  1:42 UTC  (7+ messages)
    ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH 0/6] submodule: improve remote lookup logic
 2025-06-11  0:52 UTC  (7+ messages)
` [PATCH 1/6] dir: move starts_with_dot(_dot)_slash to dir.h
` [PATCH 2/6] remote: remove the_repository from some functions
` [PATCH 3/6] remote: check branch->merge before access in branch_release
` [PATCH 4/6] submodule--helper: improve logic for fallback remote name
` [PATCH 5/6] submodule: move get_default_remote_submodule()
` [PATCH 6/6] submodule: look up remotes by URL first

[PATCH] branch: move multiple branches in a single --force
 2025-06-11  0:22 UTC  (4+ messages)

[PATCH v2 0/2] rebase: support --trailer
 2025-06-11  0:09 UTC  (4+ messages)
` [PATCH v2 1/2] trailer: append trailers in-process and drop the fork to `interpret-trailers`
` [PATCH v2 2/2] rebase: support --trailer

[PATCH] notes: remove trailing whitespace from editor template
 2025-06-10 22:55 UTC  (9+ messages)

[PATCH v4 00/20] t: drop Perl as a mandatory prerequisite
 2025-06-10 21:44 UTC  (5+ messages)
` [PATCH v4 12/20] t: refactor tests depending on Perl to print data

Canonical way to filter list of commits to those pointed to by branches (preserving order)?
 2025-06-10 21:29 UTC 

[GSOC PATCH 0/2] preload-index: remove dependency on global variables and 'the_repository'
 2025-06-10 17:11 UTC  (4+ messages)
` [GSOC PATCH 1/2] environment: remove the global variable 'core_preload_index'
` [GSOC PATCH 2/2] preload-index: stop depending on 'the_repository'

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-06-10 16:40 UTC  (8+ messages)
` [GSoC RFC PATCH 1/5] repo-info: declare the repo-info command
` [GSoC RFC PATCH 2/5] repo-info: add the --format flag
` [GSoC RFC PATCH 3/5] repo-info: add the field references.format
` [GSoC RFC PATCH 4/5] repo-info: add field layout.bare
` [GSoC RFC PATCH 5/5] repo-info: add field layout.shallow

[RFC PATCH] test-lib: add missing prerequisites for Darwin
 2025-06-10 15:32 UTC  (6+ messages)

[ANNOUNCE] Git v2.50.0-rc2
 2025-06-10 15:01 UTC  (2+ messages)

Suggestion: error "tag ... already exists" should distinguish between tagging different or same commit:
 2025-06-10 14:51 UTC  (8+ messages)

[PATCH] rebase: write script before initializing state
 2025-06-10 10:13 UTC  (3+ messages)

[PATCH] stash: allow "git stash -p <pathspec>" to assume push again
 2025-06-10  9:56 UTC  (7+ messages)
` [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

[BUG]: Non-matching exclude pathspec causes an error in empty repository when the flag "--update" is present
 2025-06-10  9:45 UTC  (5+ messages)

[PATCH v3] gitk: added external diff file rename detection
 2025-06-10  8:29 UTC  (5+ messages)
` [PATCH v4] gitk: add "
    ` AW: "
  ` [PATCH v5] "

[PATCH v4] pack-bitmap: remove checks before bitmap_free
 2025-06-10  5:58 UTC  (4+ messages)
` [PATCH v5] "

JOIN
 2025-06-10  5:00 UTC 

[PATCH] revision: fix memory leak in prepare_show_merge()
 2025-06-10  0:37 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

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

What's cooking in git.git (Jun 2025, #03; Mon, 9)
 2025-06-09 20:50 UTC 

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

Question: is there a possibility of getting a warning before a git push -f
 2025-06-09 18:44 UTC  (3+ messages)

[PATCH] doc: maintenance: fix linkgit syntax
 2025-06-09 18:34 UTC  (2+ messages)

Question: is there a short way to merge the last commit to the second last one?
 2025-06-09 10:35 UTC  (10+ messages)

[PATCH v6] pack-bitmap: remove checks before bitmap_free
 2025-06-09  8:18 UTC  (2+ messages)
` [PATCH v7] "

[PATCH] diff-generate-patch.adoc: drop spurious backticks
 2025-06-09  7:02 UTC  (2+ messages)

[PATCH] commit: Add commit.signoff configuration option
 2025-06-09  4:24 UTC  (10+ messages)

[PATCH] completion: new config var to use --sort in for-each-ref
 2025-06-08 16:21 UTC 

[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 2/2] submodule: skip redundant active entries when pattern covers path
 2025-06-08  3:27 UTC  (4+ messages)
` [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)

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)

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

issue with git submodules and a clone.defaultRemoteName different than origin?
 2025-06-07  5:43 UTC  (6+ 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).