messages from 2025-06-20 01:20:38 to 2025-06-24 16:06:32 UTC [more...]
[PATCH] contrib: Honor symbolic port in git-credential-netrc
2025-06-24 16:06 UTC (22+ messages)
` [PATCH v2 0/3] git-credential-netrc: better symbolic port names support
` [PATCH v2 1/3] contrib: use a more portable shebang for git-credential-netrc
` [PATCH v2 2/3] contrib: warn for invalid netrc file ports in git-credential-netrc
` [PATCH v2 3/3] contrib: better support symbolic port names "
` [PATCH v3 0/3] git-credential-netrc: better symbolic port names support
` [PATCH v3 1/3] contrib: use a more portable shebang for git-credential-netrc
` [PATCH v3 2/3] contrib: warn for invalid netrc file ports in git-credential-netrc
` [PATCH v3 3/3] contrib: better support symbolic port names "
[RFC PATCH 0/8] repack: avoid MIDX'ing cruft pack(s) where possible
2025-06-24 16:05 UTC (24+ messages)
` [PATCH v5 0/9] "
` [PATCH v5 8/9] pack-objects: introduce '--stdin-packs=follow'
` [PATCH v5 9/9] repack: exclude cruft pack(s) from the MIDX where possible
` [PATCH v6 0/9] repack: avoid MIDX'ing cruft pack(s) "
` [PATCH v6 1/9] pack-objects: use standard option incompatibility functions
` [PATCH v6 2/9] pack-objects: limit scope in 'add_object_entry_from_pack()'
` [PATCH v6 3/9] pack-objects: factor out handling '--stdin-packs'
` [PATCH v6 4/9] pack-objects: declare 'rev_info' for '--stdin-packs' earlier
` [PATCH v6 5/9] pack-objects: perform name-hash traversal for unpacked objects
` [PATCH v6 6/9] pack-objects: fix typo in 'show_object_pack_hint()'
` [PATCH v6 7/9] pack-objects: swap 'show_{object,commit}_pack_hint'
` [PATCH v6 8/9] pack-objects: introduce '--stdin-packs=follow'
` [PATCH v6 9/9] repack: exclude cruft pack(s) from the MIDX where possible
[PATCH 0/3] daemon: explicitly allow EINTR during poll()
2025-06-24 15:43 UTC (8+ messages)
` [PATCH 1/3] compat/posix.h: track SA_RESTART fallback
` [PATCH 2/3] daemon: use sigaction() to install child_handler()
` [PATCH 3/3] daemon: explicitly allow EINTR during poll()
[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
2025-06-24 15:25 UTC (28+ messages)
` [GSoC RFC PATCH v2 0/7] "
` [GSoC RFC PATCH v2 1/7] repo-info: declare the repo-info command
` [GSoC RFC PATCH v2 2/7] repo-info: add the --format flag
` [GSoC RFC PATCH v2 3/7] repo-info: add plaintext as an output format
` [GSoC RFC PATCH v2 4/7] repo-info: add the --allow-empty flag
` [GSoC RFC PATCH v2 5/7] repo-info: add the field references.format
[PATCH 0/2] test_seq format option
2025-06-24 13:42 UTC (13+ messages)
` [PATCH 1/2] t7422: replace confusing printf with echo
` [PATCH 2/2] test-lib: teach test_seq the -f option
` [PATCH 3/2] test-lib: document test_seq's "-f" option
Perf bug: rev-list w/ 2+ paths relatively slow with commit-graph
2025-06-24 13:32 UTC (7+ messages)
bash: unescaped `>` character when switching branches
2025-06-24 12:59 UTC
[PATCH v2 0/2] fetch --prune performance problem
2025-06-24 10:49 UTC (4+ messages)
` [PATCH v2 1/2] fetch-prune: optimize dangling-ref reporting
` [PATCH v2 2/2] refs: remove old refs_warn_dangling_symref
[PATCH v5] gitk: add external diff file rename detection
2025-06-24 9:05 UTC (2+ messages)
` [PATCH v6] "
What's cooking in git.git (Jun 2025, #08; Mon, 23)
2025-06-24 0:57 UTC
[RFC PATCH 0/2] fetch --prune performance problem
2025-06-23 23:46 UTC (6+ messages)
[PATCH v4 0/7] submodule: improve remote lookup logic
2025-06-23 23:11 UTC (8+ messages)
` [PATCH v4 1/7] remote: remove branch->merge_name and fix branch_release()
` [PATCH v4 2/7] remote: fix tear down of struct remote
` [PATCH v4 3/7] dir: move starts_with_dot(_dot)_slash to dir.h
` [PATCH v4 4/7] remote: remove the_repository from some functions
` [PATCH v4 5/7] submodule--helper: improve logic for fallback remote name
` [PATCH v4 6/7] submodule: move get_default_remote_submodule()
` [PATCH v4 7/7] submodule: look up remotes by URL first
[PATCH v3 0/7] submodule: improve remote lookup logic
2025-06-23 23:06 UTC (5+ messages)
` [PATCH v3 1/7] remote: remove branch->merge_name and fix branch_release()
[PATCH v3 0/5] Make the "promisor-remote" capability support more fields
2025-06-23 19:59 UTC (6+ messages)
` [PATCH v4 "
` [PATCH v4 1/5] promisor-remote: refactor to get rid of 'struct strvec'
` [PATCH v4 2/5] promisor-remote: allow a server to advertise more fields
[GSoC PATCH 1/1] userdiff: add javascript diff driver
2025-06-23 18:09 UTC (7+ messages)
` [PATCH v2 0/4] diff: create pattern for javascript language
` [PATCH v2 1/4] userdiff: add javascript diff driver
` [PATCH v2 2/4] t4034: add tests for javascript word literals
` [PATCH v2 3/4] t4018: add tests for recognizing javascript function syntax
` [PATCH v2 4/4] t4018: add tests for javascript export type function declarations
[PATCH 0/2] imap-send: make it usable again and add OAuth2.0 support
2025-06-23 16:27 UTC (20+ messages)
` [PATCH v18 00/10] "
` [PATCH v18 04/10] imap-send: add support for OAuth2.0 authentication
` [PATCH v19 00/10] imap-send: make it usable again and add OAuth2.0 support
` [PATCH v19 01/10] imap-send: fix bug causing cfg->folder being set to NULL
` [PATCH v19 02/10] imap-send: fix memory leak in case auth_cram_md5 fails
` [PATCH v19 03/10] imap-send: gracefully fail if CRAM-MD5 authentication is requested without OpenSSL
` [PATCH v19 04/10] imap-send: add support for OAuth2.0 authentication
` [PATCH v19 05/10] imap-send: add PLAIN authentication method to OpenSSL
` [PATCH v19 06/10] imap-send: enable specifying the folder using the command line
` [PATCH v19 07/10] imap-send: add ability to list the available folders
` [PATCH v19 08/10] imap-send: display port alongwith host when git credential is invoked
` [PATCH v19 09/10] imap-send: display the destination mailbox when sending a message
` [PATCH v19 10/10] imap-send: fix minor mistakes in the logs
.clang-format: how useful, how often used, and how well maintained?
2025-06-23 16:26 UTC (13+ messages)
[RFC PATCH] coccicheck: fail "make" when it fails
2025-06-23 16:14 UTC (6+ messages)
` [PATCH v2] "
repository maintenance: git prints warning messages while cloning https://github.com/git/git.git
2025-06-23 15:31 UTC (3+ messages)
bug: Can't clone from "grafted" bundle: fatal: remote did not send all necessary objects
2025-06-23 15:23 UTC
Bug: build is broken on FreeBSD if libsysinfo is installed
2025-06-23 14:09 UTC
[PATCH] Ensure restore_term works correctly with DUPLEX
2025-06-23 9:42 UTC (7+ messages)
[PATCH 0/1] Resubmittimg Bulgarian translation of git-gui
2025-06-23 6:18 UTC (6+ messages)
` [PATCH 1/1] git-gui i18n: Updated Bulgarian translation (578t)
[PATCH 0/3] refs: fix some bugs with batched-updates
2025-06-22 14:20 UTC (8+ messages)
` [PATCH v5 0/2] "
` [PATCH v5 1/2] refs/files: skip updates with errors in batched updates
` [PATCH v5 2/2] receive-pack: handle reference deletions separately
What's cooking in git.git (Jun 2025, #07; Fri, 20)
2025-06-21 0:59 UTC
[PATCH 00/10] Add SHA-256 by default as a breaking change
2025-06-20 21:14 UTC (25+ messages)
` [PATCH 02/10] hash: add a constant for the original hash algorithm
` [PATCH 03/10] builtin: use default hash when outside a repository
` [PATCH 04/10] Use original hash for legacy formats
` [PATCH 05/10] setup: use the default algorithm to initialize repo format
` [PATCH 06/10] t: default to compile-time default hash if not set
` [PATCH 07/10] t1007: choose the built-in hash outside of a repo
` [PATCH 08/10] t4042: "
` [PATCH 09/10] t5300: "
` [PATCH 10/10] Enable SHA-256 by default in breaking changes mode
[PATCH v3] fast-(import|export): improve on commit signature output format
2025-06-20 19:20 UTC (5+ messages)
` [PATCH v4] "
[PATCH] imap-send: improve error messages for missing configuration
2025-06-20 15:56 UTC (11+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] imap-send: fix confusing 'store' terminology in error message
` [PATCH v2 2/2] imap-send: improve error messages with configuration hints
` [PATCH v3 0/2] imap-send: improve error messages for missing configuration
` [PATCH v3 1/2] imap-send: fix confusing 'store' terminology in error message
` [PATCH v3 2/2] imap-send: improve error messages with configuration hints
What’s the intended/reasonable usage patterns for symrefs?
2025-06-20 15:29 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).