Git Distributed Software Revision Control
[Prev Page][Next Page]
- Re: [PATCH v2 3/3] contrib: better support symbolic port names in git-credential-netrc
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- [PATCH v3 2/3] contrib: warn for invalid netrc file ports in git-credential-netrc
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- [PATCH v3 3/3] contrib: better support symbolic port names in git-credential-netrc
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- [PATCH v3 0/3] git-credential-netrc: better symbolic port names support
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- [PATCH v3 1/3] contrib: use a more portable shebang for git-credential-netrc
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- What's cooking in git.git (Jun 2025, #08; Mon, 23)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH 0/2] fetch --prune performance problem
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v2 2/2] refs: remove old refs_warn_dangling_symref
- From: Phil Hord <phil.hord@xxxxxxxxx>
- [PATCH v2 1/2] fetch-prune: optimize dangling-ref reporting
- From: Phil Hord <phil.hord@xxxxxxxxx>
- [PATCH v2 0/2] fetch --prune performance problem
- From: Phil Hord <phil.hord@xxxxxxxxx>
- Re: [RFC PATCH 0/2] fetch --prune performance problem
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 8/9] pack-objects: introduce '--stdin-packs=follow'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH 0/2] fetch --prune performance problem
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v4 7/7] submodule: look up remotes by URL first
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v4 6/7] submodule: move get_default_remote_submodule()
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v4 5/7] submodule--helper: improve logic for fallback remote name
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v4 4/7] remote: remove the_repository from some functions
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v4 2/7] remote: fix tear down of struct remote
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v4 3/7] dir: move starts_with_dot(_dot)_slash to dir.h
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v4 1/7] remote: remove branch->merge_name and fix branch_release()
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v4 0/7] submodule: improve remote lookup logic
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: [PATCH v6 5/9] pack-objects: perform name-hash traversal for unpacked objects
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 1/7] remote: remove branch->merge_name and fix branch_release()
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: [PATCH v6 4/9] pack-objects: declare 'rev_info' for '--stdin-packs' earlier
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 2/9] pack-objects: limit scope in 'add_object_entry_from_pack()'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v6 9/9] repack: exclude cruft pack(s) from the MIDX where possible
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v6 6/9] pack-objects: fix typo in 'show_object_pack_hint()'
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v6 8/9] pack-objects: introduce '--stdin-packs=follow'
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v6 7/9] pack-objects: swap 'show_{object,commit}_pack_hint'
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v6 5/9] pack-objects: perform name-hash traversal for unpacked objects
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v6 4/9] pack-objects: declare 'rev_info' for '--stdin-packs' earlier
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v6 3/9] pack-objects: factor out handling '--stdin-packs'
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v6 2/9] pack-objects: limit scope in 'add_object_entry_from_pack()'
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v6 1/9] pack-objects: use standard option incompatibility functions
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v6 0/9] repack: avoid MIDX'ing cruft pack(s) where possible
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: Perf bug: rev-list w/ 2+ paths relatively slow with commit-graph
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 4/7] repo-info: add the --allow-empty flag
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- Re: Perf bug: rev-list w/ 2+ paths relatively slow with commit-graph
- From: Kai Koponen <kaikoponen@xxxxxxxxxx>
- Re: [PATCH v4 2/5] promisor-remote: allow a server to advertise more fields
- From: Justin Tobler <jltobler@xxxxxxxxx>
- Re: [PATCH v4 1/5] promisor-remote: refactor to get rid of 'struct strvec'
- From: Justin Tobler <jltobler@xxxxxxxxx>
- Re: Perf bug: rev-list w/ 2+ paths relatively slow with commit-graph
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 1/7] repo-info: declare the repo-info command
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 0/7] repo-info: add new command for retrieving repository info
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- Re: [PATCH v5 9/9] repack: exclude cruft pack(s) from the MIDX where possible
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v2 1/4] userdiff: add javascript diff driver
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Perf bug: rev-list w/ 2+ paths relatively slow with commit-graph
- From: Kai Koponen <kaikoponen@xxxxxxxxxx>
- Re: [PATCH v2 3/3] contrib: better support symbolic port names in git-credential-netrc
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] t7422: replace confusing printf with echo
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Perf bug: rev-list w/ 2+ paths relatively slow with commit-graph
- From: Kai Koponen <kaikoponen@xxxxxxxxxx>
- Re: [PATCH 2/2] test-lib: teach test_seq the -f option
- From: Todd Zullinger <tmz@xxxxxxxxx>
- Re: [PATCH 2/2] test-lib: teach test_seq the -f option
- From: Justin Tobler <jltobler@xxxxxxxxx>
- Re: [PATCH v19 00/10] imap-send: make it usable again and add OAuth2.0 support
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: .clang-format: how useful, how often used, and how well maintained?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] test-lib: teach test_seq the -f option
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2] coccicheck: fail "make" when it fails
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: repository maintenance: git prints warning messages while cloning https://github.com/git/git.git
- From: Junio C Hamano <gitster@xxxxxxxxx>
- bug: Can't clone from "grafted" bundle: fatal: remote did not send all necessary objects
- From: Andrey Butirsky <butirsky@xxxxxxxxx>
- Bug: build is broken on FreeBSD if libsysinfo is installed
- From: Renato Botelho <garga@xxxxxxxxxxx>
- Re: [GSoC RFC PATCH v2 0/7] repo-info: add new command for retrieving repository info
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [PATCH 2/2] test-lib: teach test_seq the -f option
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 1/2] t7422: replace confusing printf with echo
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 0/2] test_seq format option
- From: Jeff King <peff@xxxxxxxx>
- Re: repository maintenance: git prints warning messages while cloning https://github.com/git/git.git
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] Ensure restore_term works correctly with DUPLEX
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH] Ensure restore_term works correctly with DUPLEX
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 4/7] repo-info: add the --allow-empty flag
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 1/7] repo-info: declare the repo-info command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v19 00/10] imap-send: make it usable again and add OAuth2.0 support
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [no subject]
- [PATCH v2 1/4] userdiff: add javascript diff driver
- From: "Derick W. de M. Frias" <derick.william.moraes@xxxxxxxxx>
- [PATCH v2 4/4] t4018: add tests for javascript export type function declarations
- From: "Derick W. de M. Frias" <derick.william.moraes@xxxxxxxxx>
- [PATCH v2 3/4] t4018: add tests for recognizing javascript function syntax
- From: "Derick W. de M. Frias" <derick.william.moraes@xxxxxxxxx>
- [PATCH v2 2/4] t4034: add tests for javascript word literals
- From: "Derick W. de M. Frias" <derick.william.moraes@xxxxxxxxx>
- [PATCH v2 0/4] diff: create pattern for javascript language
- From: "Derick W. de M. Frias" <derick.william.moraes@xxxxxxxxx>
- Re: .clang-format: how useful, how often used, and how well maintained?
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH 0/1] Resubmittimg Bulgarian translation of git-gui
- From: Johannes Sixt <j6t@xxxxxxxx>
- Re: [PATCH] contrib: Honor symbolic port in git-credential-netrc.
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- Re: [PATCH] contrib: Honor symbolic port in git-credential-netrc.
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- Re: [GSoC RFC PATCH v2 4/7] repo-info: add the --allow-empty flag
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- Re: [PATCH 0/1] Resubmittimg Bulgarian translation of git-gui
- From: Alexander Shopov <ash@xxxxxxxxxxxxxx>
- [PATCH v2 2/3] contrib: warn for invalid netrc file ports in git-credential-netrc
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- [PATCH v2 0/3] git-credential-netrc: better symbolic port names support
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- [PATCH v2 3/3] contrib: better support symbolic port names in git-credential-netrc
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- [PATCH v2 1/3] contrib: use a more portable shebang for git-credential-netrc
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- Re: [PATCH v5 0/2] refs: fix some bugs with batched-updates
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- repository maintenance: git prints warning messages while cloning https://github.com/git/git.git
- From: kryzet <hassankhalloof20@xxxxxxxxx>
- Re: [PATCH v5 0/2] refs: fix some bugs with batched-updates
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH] coccicheck: fail "make" when it fails
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: .clang-format: how useful, how often used, and how well maintained?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] contrib: Honor symbolic port in git-credential-netrc.
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/1] Resubmittimg Bulgarian translation of git-gui
- From: Johannes Sixt <j6t@xxxxxxxx>
- Re: [PATCH 1/1] git-gui i18n: Updated Bulgarian translation (578t)
- From: Johannes Sixt <j6t@xxxxxxxx>
- Re: [PATCH] contrib: Honor symbolic port in git-credential-netrc.
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- Re: [PATCH] contrib: Honor symbolic port in git-credential-netrc.
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- Re: [PATCH v5 0/2] refs: fix some bugs with batched-updates
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [RFC PATCH] coccicheck: fail "make" when it fails
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [RFC PATCH] coccicheck: fail "make" when it fails
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- Re: [RFC PATCH] coccicheck: fail "make" when it fails
- From: Jeff King <peff@xxxxxxxx>
- Re: .clang-format: how useful, how often used, and how well maintained?
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v5 9/9] repack: exclude cruft pack(s) from the MIDX where possible
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 1/7] remote: remove branch->merge_name and fix branch_release()
- From: Lidong Yan <yldhome2d2@xxxxxxxxx>
- What's cooking in git.git (Jun 2025, #07; Fri, 20)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 1/7] repo-info: declare the repo-info command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 1/7] remote: remove branch->merge_name and fix branch_release()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 5/7] repo-info: add the field references.format
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 4/7] repo-info: add the --allow-empty flag
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 3/7] repo-info: add plaintext as an output format
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 2/7] repo-info: add the --format flag
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 04/10] Use original hash for legacy formats
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 10/10] Enable SHA-256 by default in breaking changes mode
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 05/10] setup: use the default algorithm to initialize repo format
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 04/10] Use original hash for legacy formats
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 02/10] hash: add a constant for the original hash algorithm
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 10/10] Enable SHA-256 by default in breaking changes mode
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 05/10] setup: use the default algorithm to initialize repo format
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4] fast-(import|export): improve on commit signature output format
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 10/10] Enable SHA-256 by default in breaking changes mode
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 10/10] Enable SHA-256 by default in breaking changes mode
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] contrib: Honor symbolic port in git-credential-netrc.
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] contrib: Honor symbolic port in git-credential-netrc.
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: .clang-format: how useful, how often used, and how well maintained?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v5 0/2] refs: fix some bugs with batched-updates
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4] fast-(import|export): improve on commit signature output format
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v3 0/2] imap-send: improve error messages for missing configuration
- From: Joerg Thalheim <joerg@xxxxxxxxxxx>
- [PATCH v3 1/2] imap-send: fix confusing 'store' terminology in error message
- From: Joerg Thalheim <joerg@xxxxxxxxxxx>
- [PATCH v3 2/2] imap-send: improve error messages with configuration hints
- From: Joerg Thalheim <joerg@xxxxxxxxxxx>
- Re: [PATCH v19 00/10] imap-send: make it usable again and add OAuth2.0 support
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/2] imap-send: improve error messages with configuration hints
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v5 8/9] pack-objects: introduce '--stdin-packs=follow'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: What’s the intended/reasonable usage patterns for symrefs?
- From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@xxxxxxxxxxxx>
- Re: .clang-format: how useful, how often used, and how well maintained?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 10/10] Enable SHA-256 by default in breaking changes mode
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 10/10] Enable SHA-256 by default in breaking changes mode
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 05/10] setup: use the default algorithm to initialize repo format
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] contrib: Honor symbolic port in git-credential-netrc.
- From: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
- Re: [PATCH 04/10] Use original hash for legacy formats
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 03/10] builtin: use default hash when outside a repository
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: .clang-format: how useful, how often used, and how well maintained?
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH] contrib: Honor symbolic port in git-credential-netrc.
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 4/7] repo-info: add the --allow-empty flag
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 2/7] repo-info: add the --format flag
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 1/7] repo-info: declare the repo-info command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [GSoC RFC PATCH v2 1/7] repo-info: declare the repo-info command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v5 2/2] receive-pack: handle reference deletions separately
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v5 1/2] refs/files: skip updates with errors in batched updates
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v5 0/2] refs: fix some bugs with batched-updates
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v18 04/10] imap-send: add support for OAuth2.0 authentication
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v19 09/10] imap-send: display the destination mailbox when sending a message
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v19 07/10] imap-send: add ability to list the available folders
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v19 06/10] imap-send: enable specifying the folder using the command line
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v19 08/10] imap-send: display port alongwith host when git credential is invoked
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v19 10/10] imap-send: fix minor mistakes in the logs
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v19 00/10] imap-send: make it usable again and add OAuth2.0 support
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v19 05/10] imap-send: add PLAIN authentication method to OpenSSL
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v19 04/10] imap-send: add support for OAuth2.0 authentication
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v19 02/10] imap-send: fix memory leak in case auth_cram_md5 fails
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v19 03/10] imap-send: gracefully fail if CRAM-MD5 authentication is requested without OpenSSL
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v19 01/10] imap-send: fix bug causing cfg->folder being set to NULL
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v2 0/2] imap-send: improve error messages for missing configuration
- From: Joerg Thalheim <joerg@xxxxxxxxxxx>
- [PATCH v2 2/2] imap-send: improve error messages with configuration hints
- From: Joerg Thalheim <joerg@xxxxxxxxxxx>
- [PATCH v2 1/2] imap-send: fix confusing 'store' terminology in error message
- From: Joerg Thalheim <joerg@xxxxxxxxxxx>
- Re: [PATCH v18 04/10] imap-send: add support for OAuth2.0 authentication
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- Re: [PATCH] imap-send: improve error messages for missing configuration
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- Re: [PATCH] imap-send: improve error messages for missing configuration
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH] contrib: Honor symbolic port in git-credential-netrc.
- From: Maxim Cournoyer <maxim@xxxxxxxxxxxxx>
- Off
- From: Rashed Alnaimat <rashed.alnaimat@xxxxxxxxxx>
- Re: [PATCH 02/10] hash: add a constant for the original hash algorithm
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 10/10] Enable SHA-256 by default in breaking changes mode
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 07/10] t1007: choose the built-in hash outside of a repo
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 05/10] setup: use the default algorithm to initialize repo format
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 06/10] t: default to compile-time default hash if not set
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 09/10] t5300: choose the built-in hash outside of a repo
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 08/10] t4042: choose the built-in hash outside of a repo
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 02/10] hash: add a constant for the original hash algorithm
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 04/10] Use original hash for legacy formats
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 03/10] builtin: use default hash when outside a repository
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 00/10] Add SHA-256 by default as a breaking change
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 01/10] hash: add a constant for the default hash algorithm
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] imap-send: improve error messages for missing configuration
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: .clang-format: how useful, how often used, and how well maintained?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 6/6] ci/style-check: add `RemoveBracesLLVM` in CI job
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v5 8/9] pack-objects: introduce '--stdin-packs=follow'
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 9/9] repack: exclude cruft pack(s) from the MIDX where possible
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 7/9] pack-objects: swap 'show_{object,commit}_pack_hint'
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 6/9] pack-objects: fix typo in 'show_object_pack_hint()'
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 4/9] pack-objects: declare 'rev_info' for '--stdin-packs' earlier
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 5/9] pack-objects: perform name-hash traversal for unpacked objects
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 3/9] pack-objects: factor out handling '--stdin-packs'
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 2/9] pack-objects: limit scope in 'add_object_entry_from_pack()'
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 1/9] pack-objects: use standard option incompatibility functions
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v5 0/9] repack: avoid MIDX'ing cruft pack(s) where possible
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH] fixup! repack: exclude cruft pack(s) from the MIDX where possible
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [GSoC RFC PATCH v2 5/7] repo-info: add the field references.format
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- [GSoC RFC PATCH v2 6/7] repo-info: add field layout.bare
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- [GSoC RFC PATCH v2 7/7] repo-info: add field layout.shallow
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- [GSoC RFC PATCH v2 3/7] repo-info: add plaintext as an output format
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- [GSoC RFC PATCH v2 4/7] repo-info: add the --allow-empty flag
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- [GSoC RFC PATCH v2 2/7] repo-info: add the --format flag
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- [GSoC RFC PATCH v2 1/7] repo-info: declare the repo-info command
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- [GSoC RFC PATCH v2 0/7] repo-info: add new command for retrieving repository info
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- Re: .clang-format: how useful, how often used, and how well maintained?
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4] fast-(import|export): improve on commit signature output format
- From: Elijah Newren <newren@xxxxxxxxx>
- [no subject]
- Re: .clang-format: how useful, how often used, and how well maintained?
- From: Collin Funk <collin.funk1@xxxxxxxxx>
- Re: .clang-format: how useful, how often used, and how well maintained?
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [GSoC] Blog: Refactoring in order to reduce Git’s global state
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- Re: [PATCH 2/9] doc: git-log convert rev-list-description to new doc format
- From: Jean-Noël AVILA <jn.avila@xxxxxxx>
- Re: [PATCH 1/9] doc: convert git-log to new documentation format
- From: Jean-Noël AVILA <jn.avila@xxxxxxx>
- Re: .clang-format: how useful, how often used, and how well maintained?
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v6 6/6] ci/style-check: add `RemoveBracesLLVM` in CI job
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [GSoC] Blog: Refactoring in order to reduce Git’s global state
- From: Ayush Chandekar <ayu.chandekar@xxxxxxxxx>
- Re: bug report: I was allowed to "git checkout -b" while mid-rebase
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH 0/2] fetch --prune performance problem
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] fixup! repack: exclude cruft pack(s) from the MIDX where possible
- From: Junio C Hamano <gitster@xxxxxxxxx>
- .clang-format: how useful, how often used, and how well maintained?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [RFC PATCH] coccicheck: fail "make" when it fails
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 6/6] ci/style-check: add `RemoveBracesLLVM` in CI job
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4] fast-(import|export): improve on commit signature output format
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH 1/2] fetch-prune: optimize dangling-ref reporting
- From: Lidong Yan <yldhome2d2@xxxxxxxxx>
- Re: [PATCH v2 0/6] extract algo information from signatures
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v2 0/6] extract algo information from signatures
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v4] fast-(import|export): improve on commit signature output format
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH] fixup! repack: exclude cruft pack(s) from the MIDX where possible
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- Re: [PATCH v4 0/5] Make the "promisor-remote" capability support more fields
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v4 2/5] promisor-remote: allow a server to advertise more fields
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v4 1/5] promisor-remote: refactor to get rid of 'struct strvec'
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v4 9/9] repack: exclude cruft pack(s) from the MIDX where possible
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- Re: [RFC PATCH 1/2] fetch-prune: optimize dangling-ref reporting
- From: Lidong Yan <yldhome2d2@xxxxxxxxx>
- Re: [PATCH v4 2/2] receive-pack: handle reference deletions separately
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH] imap-send: improve error messages for missing configuration
- From: "Jörg Thalheim" <joerg@xxxxxxxxxxx>
- Re bug report: I was allowed to "git checkout -b" while mid-rebase
- From: K Jayatheerth <jayatheerthkulkarni2005@xxxxxxxxx>
- Re: [RFC PATCH 1/2] fetch-prune: optimize dangling-ref reporting
- From: Jeff King <peff@xxxxxxxx>
- Re: [RFC PATCH 0/2] fetch --prune performance problem
- From: Jeff King <peff@xxxxxxxx>
- Re: bug report: I was allowed to "git checkout -b" while mid-rebase
- From: Grant Birchmeier <gbirchmeier@xxxxxxxxxxxxx>
- Re: [GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- Re: [PATCH 2/9] doc: git-log convert rev-list-description to new doc format
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: bug report: I was allowed to "git checkout -b" while mid-rebase
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- bug report: I was allowed to "git checkout -b" while mid-rebase
- From: Grant Birchmeier <gbirchmeier@xxxxxxxxxxxxx>
- What's cooking in git.git (Jun 2025, #06; Wed, 18)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Ensure restore_term works correctly with DUPLEX
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- Re: [PATCH v3 0/7] submodule: improve remote lookup logic
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH 1/2] fetch-prune: optimize dangling-ref reporting
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: [RFC PATCH 0/2] fetch --prune performance problem
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v3 6/7] submodule: move get_default_remote_submodule()
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v3 7/7] submodule: look up remotes by URL first
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v3 5/7] submodule--helper: improve logic for fallback remote name
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v3 4/7] remote: remove the_repository from some functions
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v3 1/7] remote: remove branch->merge_name and fix branch_release()
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v3 2/7] remote: fix tear down of struct remote
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v3 3/7] dir: move starts_with_dot(_dot)_slash to dir.h
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v3 0/7] submodule: improve remote lookup logic
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: git only writing 4k at a time
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 1/2] fetch-prune: optimize dangling-ref reporting
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Possible git-gui bug
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 0/9] Doc git log
- From: Junio C Hamano <gitster@xxxxxxxxx>
- RE: Possible git-gui bug
- From: Lauri Reilson <Lauri.Reilson@xxxxxxxxxxxxx>
- [RFC PATCH 1/2] fetch-prune: optimize dangling-ref reporting
- From: Phil Hord <phil.hord@xxxxxxxxx>
- [RFC PATCH 0/2] fetch --prune performance problem
- From: Phil Hord <phil.hord@xxxxxxxxx>
- [RFC PATCH 2/2] refs: remove old refs_warn_dangling_symref
- From: Phil Hord <phil.hord@xxxxxxxxx>
- git only writing 4k at a time
- From: Haylin Moore <hmoore@xxxxxxxxxx>
- Re: [PATCH] Ensure restore_term works correctly with DUPLEX
- From: James Duley <jagduley@xxxxxxxxx>
- Re: [PATCH] diff-no-index: do not reference .d_type member of struct dirent
- From: Collin Funk <collin.funk1@xxxxxxxxx>
- [PATCH] diff-no-index: do not reference .d_type member of struct dirent
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] cocci: do not directly access the .d_type member in struct dirent
- From: Collin Funk <collin.funk1@xxxxxxxxx>
- Re: [PATCH] portability: allow building in systems without d_type
- From: Collin Funk <collin.funk1@xxxxxxxxx>
- Re: [GSoC] Blog: Machine-Readable Repository Information Query Tool
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- Re: [PATCH] cocci: do not directly access the .d_type member in struct dirent
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2] t0200: replace 'test -d' with 'test_path_is_dir' and 'test -f' with 'test_path_is_file'
- From: "Derick W. de M. Frias" <derick.william.moraes@xxxxxxxxx>
- Re: [PATCH] cocci: do not directly access the .d_type member in struct dirent
- From: Collin Funk <collin.funk1@xxxxxxxxx>
- Re: [PATCH] portability: allow building in systems without d_type
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] cocci: do not directly access the .d_type member in struct dirent
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] cocci: matching (multiple) identifiers
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/6] remote: fix tear down of struct branch and struct remote
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v3] fast-(import|export): improve on commit signature output format
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH] portability: allow building in systems without d_type
- From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@xxxxxxxxxxxx>
- Re: [PATCH] portability: allow building in systems without d_type
- From: Marc Branchaud <marcnarc@xxxxxxxxxxx>
- Re: [PATCH v2 1/6] remote: fix tear down of struct branch and struct remote
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Ensure restore_term works correctly with DUPLEX
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- Re: [PATCH] portability: allow building in systems without d_type
- From: Collin Funk <collin.funk1@xxxxxxxxx>
- [PATCH] portability: allow building in systems without d_type
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- Re: [PATCH v2 1/6] remote: fix tear down of struct branch and struct remote
- From: Lidong Yan <yldhome2d2@xxxxxxxxx>
- Re: [PATCH v2 1/6] remote: fix tear down of struct branch and struct remote
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/6] remote: fix tear down of struct branch and struct remote
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: [PATCH v2 1/6] remote: fix tear down of struct branch and struct remote
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: [PATCH v2 4/6] submodule--helper: improve logic for fallback remote name
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: [PATCH v2 3/6] remote: remove the_repository from some functions
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: [PATCH v2 4/6] submodule--helper: improve logic for fallback remote name
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 3/6] remote: remove the_repository from some functions
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/6] remote: fix tear down of struct branch and struct remote
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 6/6] submodule: look up remotes by URL first
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v2 5/6] submodule: move get_default_remote_submodule()
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v2 3/6] remote: remove the_repository from some functions
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v2 4/6] submodule--helper: improve logic for fallback remote name
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v2 1/6] remote: fix tear down of struct branch and struct remote
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v2 2/6] dir: move starts_with_dot(_dot)_slash to dir.h
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v2 0/6] submodule: improve remote lookup logic
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: [PATCH 0/6] submodule: improve remote lookup logic
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: [PATCH] Ensure restore_term works correctly with DUPLEX
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 4/6] submodule--helper: improve logic for fallback remote name
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH] Ensure restore_term works correctly with DUPLEX
- From: "James Duley via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: Rename detection fails on symlinked files
- From: Michal Suchánek <msuchanek@xxxxxxx>
- Re: [PATCH 4/6] submodule--helper: improve logic for fallback remote name
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: Rename detection fails on symlinked files
- From: Elijah Newren <newren@xxxxxxxxx>
- Re: [GSOC PATCH v4 3/3] environment: remove the global variable 'sparse_expect_files_outside_of_patterns'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSOC PATCH v4 2/3] environment: move access to "core.sparsecheckoutcone" into repo_settings
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/6] submodule: improve remote lookup logic
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSOC PATCH v4 1/3] environment: move access to "core.sparsecheckout" into repo_settings
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/6] submodule: improve remote lookup logic
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 4/6] submodule--helper: improve logic for fallback remote name
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4] t2400: replace 'test -[efd]' with 'test_path_is_*'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC] Blog: Consolidate ref-related functionality into git-refs
- From: Meet Soni <meetsoni3017@xxxxxxxxx>
- [GSOC PATCH v4 2/3] environment: move access to "core.sparsecheckoutcone" into repo_settings
- From: Ayush Chandekar <ayu.chandekar@xxxxxxxxx>
- [GSOC PATCH v4 1/3] environment: move access to "core.sparsecheckout" into repo_settings
- From: Ayush Chandekar <ayu.chandekar@xxxxxxxxx>
- [GSOC PATCH v4 3/3] environment: remove the global variable 'sparse_expect_files_outside_of_patterns'
- From: Ayush Chandekar <ayu.chandekar@xxxxxxxxx>
- [GSOC PATCH v4 0/3] environment: remove sparse-checkout related global variables
- From: Ayush Chandekar <ayu.chandekar@xxxxxxxxx>
- Re: [GSoC][RFC PATCH 0/2] Add refs list subcommand
- From: Meet Soni <meetsoni3017@xxxxxxxxx>
- Rename detection fails on symlinked files
- From: Michal Suchánek <msuchanek@xxxxxxx>
- Re: [PATCH v18 04/10] imap-send: add support for OAuth2.0 authentication
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [PATCH] git-gui: Add support of SHA256 repo
- From: Takashi Iwai <tiwai@xxxxxxx>
- [PATCH v2] gitk: Add support of SHA256 repo
- From: Takashi Iwai <tiwai@xxxxxxx>
- Re: What's cooking in git.git (Jun 2025, #05; Mon, 16)
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- Re: [PATCH 4/6] submodule--helper: improve logic for fallback remote name
- From: Lidong Yan <yldhome2d2@xxxxxxxxx>
- [PATCH v4] t2400: replace 'test -[efd]' with 'test_path_is_*'
- From: Rodrigo Michelassi <rodmichelassi@xxxxxxxxx>
- Re: [PATCH 0/6] submodule: improve remote lookup logic
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: [PATCH 1/9] doc: convert git-log to new documentation format
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/6] submodule: improve remote lookup logic
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] .mailmap: fix email for Phil Hord
- From: Phil Hord <phil.hord@xxxxxxxxx>
- Re: [PATCH 0/6] submodule: improve remote lookup logic
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: [GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- Re: [PATCH v2 4/5] meson.build: correct setting of GIT_EXEC_PATH
- From: irecca.kun@xxxxxxxxx
- [ANNOUNCE] Git for Windows 2.50.0
- From: Johannes Schindelin <johannes.schindelin@xxxxxx>
- Re: Git gui webclient info
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [no subject]
- Bug: Paths are wrong when --work-tree is an ancestor path
- From: Serdar Sanli <mserdarsanli@xxxxxxxxx>
- Re: [PATCH v3] t2400: replace 'test -[efd]' with 'test_path_is_*'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- A note from the maintainer
- From: Junio C Hamano <gitster@xxxxxxxxx>
- What's cooking in git.git (Jun 2025, #05; Mon, 16)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [ANNOUNCE] Git v2.50.0
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v3] t2400: replace 'test -[efd]' with 'test_path_is_*'
- From: Rodrigo Michelassi <rodmichelassi@xxxxxxxxx>
- [PATCH v2] replace 't2400: test -[efd]' with 'test_path_is_*'
- From: Rodrigo Michelassi <rodmichelassi@xxxxxxxxx>
- Re: Git gui webclient info
- From: Juri <juraj.sojak@xxxxxxxxx>
- Re: Question: regarding understanding code base
- From: JAYATHEERTH K <jayatheerthkulkarni2005@xxxxxxxxx>
- [PATCH v4] git.c: remove the_repository dependence in run_builtin()
- From: Lidong Yan <yldhome2d2@xxxxxxxxx>
- Re: [PATCH v2] git.c: remove the_repository dependence in run_builtin()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] git.c: remove the_repository dependence in run_builtin()
- From: Lidong Yan <502024330056@xxxxxxxxxxxxxxxx>
- Re: [PATCH] replace 'test -[efd]' with 'test_path_is_[file,dir,executable]'
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH] replace 'test -[efd]' with 'test_path_is_[file,dir,executable]'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] replace 'test -[efd]' with 'test_path_is_[file,dir,executable]'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] replace 'test -[efd]' with 'test_path_is_[file,dir,executable]'
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- Re: [PATCH] replace 'test -[efd]' with 'test_path_is_[file,dir,executable]'
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [PATCH] replace 'test -[efd]' with 'test_path_is_[file,dir,executable]'
- From: Rodrigo Michelassi <rodmichelassi@xxxxxxxxx>
- Re: [RFC PATCH v3 0/2] small fixes for git.c and setup.c
- From: Lidong Yan <502024330056@xxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v3 0/2] small fixes for git.c and setup.c
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Fix memory leak in function handle_content_type
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] git.c: remove the_repository dependence in run_builtin()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Question: regarding understanding code base
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Git gui webclient info
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Git gui webclient info
- From: Juri <juraj.sojak@xxxxxxxxx>
- Re: [GSoC] Blog: Machine-Readable Repository Information Query Tool
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- [PATCH v3 2/2] setup: fix NEEDSWORK in setup_git_directory_gently()
- From: Lidong Yan <yldhome2d2@xxxxxxxxx>
- [PATCH v3 1/2] git.c: remove the_repository dependence in run_builtin()
- From: Lidong Yan <yldhome2d2@xxxxxxxxx>
- [RFC PATCH v3 0/2] small fixes for git.c and setup.c
- From: Lidong Yan <yldhome2d2@xxxxxxxxx>
- Re: [PATCH] Fix memory leak in function handle_content_type
- From: Lidong Yan <yldhome2d2@xxxxxxxxx>
- [PATCH 1/1] git-gui i18n: Updated Bulgarian translation (578t)
- From: Alexander Shopov <ash@xxxxxxxxxxxxxx>
- [PATCH 0/1] Resubmittimg Bulgarian translation of git-gui
- From: Alexander Shopov <ash@xxxxxxxxxxxxxx>
- Re: [PATCH v2] git.c: remove the_repository dependence in run_builtin()
- From: Lidong Yan <502024330056@xxxxxxxxxxxxxxxx>
- Re: Question: regarding understanding code base
- From: JAYATHEERTH K <jayatheerthkulkarni2005@xxxxxxxxx>
- Re: [PATCH] Allocate msg only after fatal checks to avoid leaks
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Question: regarding understanding code base
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Question: regarding understanding code base
- From: JAYATHEERTH K <jayatheerthkulkarni2005@xxxxxxxxx>
- Re: Question: regarding understanding code base
- From: Ben Knoble <ben.knoble@xxxxxxxxx>
- Re: Question: regarding understanding code base
- From: JAYATHEERTH K <jayatheerthkulkarni2005@xxxxxxxxx>
- Re: [GSoC][RFC PATCH 0/2] Add refs list subcommand
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] git.c: remove the_repository dependence in run_builtin()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Allocate msg only after fatal checks to avoid leaks
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] Fix memory leak in function handle_content_type
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Allocate msg only after fatal checks to avoid leaks
- From: lidongyan <502024330056@xxxxxxxxxxxxxxxx>
- Re: Question: regarding understanding code base
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Allocate msg only after fatal checks to avoid leaks
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Question: regarding understanding code base
- From: JAYATHEERTH K <jayatheerthkulkarni2005@xxxxxxxxx>
- Re: [PATCH] Allocate msg only after fatal checks to avoid leaks
- From: lidongyan <502024330056@xxxxxxxxxxxxxxxx>
- [GSoC][RFC PATCH 2/2] t: add tests for refs list subcommand
- From: Meet Soni <meetsoni3017@xxxxxxxxx>
- [GSoC][RFC PATCH 1/2] builtin/refs: add list subcommand
- From: Meet Soni <meetsoni3017@xxxxxxxxx>
- [GSoC][RFC PATCH 0/2] Add refs list subcommand
- From: Meet Soni <meetsoni3017@xxxxxxxxx>
- [PATCH v2] git.c: remove the_repository dependence in run_builtin()
- From: Lidong Yan <yldhome2d2@xxxxxxxxx>
- Re: [PATCH] doc: provide clone commands for the pre-built docs
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [ANNOUNCE] Git Merge 2025 Schedule and Contributor's Summit Registration
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH] Allocate msg only after fatal checks to avoid leaks
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Solaris sed
- From: Collin Funk <collin.funk1@xxxxxxxxx>
- Re: Solaris sed
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: Solaris sed
- From: Jean-Noël AVILA <jn.avila@xxxxxxx>
- [PATCH] Allocate msg only after fatal checks to avoid leaks
- From: "Alex via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH] Fix memory leak in function handle_content_type
- From: Jinyao Guo <guo846@xxxxxxxxxx>
- Re: [PATCH] Fix memory leak in function handle_content_type
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 0/2] refs: fix some bugs with batched-updates
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] Fix memory leak in function handle_content_type
- From: Jinyao Guo <guo846@xxxxxxxxxx>
- Re: [PATCH] Fix memory leak in function handle_content_type
- From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@xxxxxxxxxxxx>
- [PATCH] Fix memory leak in function handle_content_type
- From: "Alex via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH] doc: provide clone commands for the pre-built docs
- From: kristofferhaugsbakk@xxxxxxxxxxxx
- Re: [PATCH v2 2/2] merge/pull: extend merge.stat configuration variable to cover --compact-summary
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/2] merge/pull: --compact-summary
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: build: sed portability fixes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] cat-file: fix mailmap application for different author and committer
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 2/2] receive-pack: handle reference deletions separately
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] cat-file: fix mailmap application for different author and committer
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v4 0/2] refs: fix some bugs with batched-updates
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v2 2/2] merge/pull: extend merge.stat configuration variable to cover --compact-summary
- From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@xxxxxxxxxxxx>
- Re: [PATCH v2 1/2] merge/pull: --compact-summary
- From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@xxxxxxxxxxxx>
- [PATCH v2] cat-file: fix mailmap application for different author and committer
- From: siddharthasthana31@xxxxxxxxx
- Re: [PATCH RFC v2 3/5] last-modified: use Bloom filters when available
- From: Toon Claes <toon@xxxxxxxxx>
- Re: build: sed portability fixes
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH RFC v2 1/5] last-modified: new subcommand to show when files were last modified
- From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@xxxxxxxxxxxx>
- Re: [PATCH RFC v2 1/5] last-modified: new subcommand to show when files were last modified
- From: Toon Claes <toon@xxxxxxxxx>
- Re: [PATCH] cat-file: fix mailmap application for different author and committer
- From: Siddharth Asthana <siddharthasthana31@xxxxxxxxx>
- AW: [PATCH v5] gitk: add external diff file rename detection
- From: "tobias.boesch@xxxxxxxxx" <tobias.boesch@xxxxxxxxx>
- [PATCH v4 1/2] refs/files: skip updates with errors in batched updates
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v4 0/2] refs: fix some bugs with batched-updates
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v4 2/2] receive-pack: handle reference deletions separately
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [GSoC RFC PATCH 2/5] repo-info: add the --format flag
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v3 2/2] receive-pack: handle reference deletions separately
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v3] environment: move access to "core.sparsecheckout" into repo_settings
- From: Ayush Chandekar <ayu.chandekar@xxxxxxxxx>
- Re: [PATCH] git.c: remove the_repository dependence in run_builtin()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] git.c: remove the_repository dependence in run_builtin()
- From: lidongyan <502024330056@xxxxxxxxxxxxxxxx>
- What's cooking in git.git (Jun 2025, #04; Thu, 12)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [GIT PULL v2] l10n updates for 2.50.0
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: [PATCH] cat-file: fix mailmap application for different author and committer
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC] Blog: Machine-Readable Repository Information Query Tool
- From: Ben Knoble <ben.knoble@xxxxxxxxx>
- Re: Solaris sed
- From: Ben Knoble <ben.knoble@xxxxxxxxx>
- [PATCH] Fix memory leak in function handle_content_type
- From: jinyaoguo <guo846@xxxxxxxxxx>
- Re: [PATCH v3] config.mak.uname: update settings for FreeBSD
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3] config.mak.uname: update settings for FreeBSD
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- [PATCH v2 2/2] merge/pull: extend merge.stat configuration variable to cover --compact-summary
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 1/2] merge/pull: --compact-summary
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 0/2] git pull/merge --compact-summary
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v3] config.mak.uname: update settings for FreeBSD
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] config.mak.uname: update settings for FreeBSD
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- Re: [GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [GSoC] Blog: Machine-Readable Repository Information Query Tool
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- Re: [PATCH v3 2/2] receive-pack: handle reference deletions separately
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- Re: [PATCH v2 0/6] bswap.h: Rework ntohl handling
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 4/6] bswap.h: Always overwrite ntohl/ ntohll macros
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 3/6] bswap.h: Define GIT_LITTLE_ENDIAN on msvc as little endian
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/6] bswap.h: Add support for __BYTE_ORDER__
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/6] Revert "bswap.h: add support for built-in bswap functions"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH 4/5] repo-info: add field layout.bare
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH 4/5] repo-info: add field layout.bare
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- Re: [GSoC RFC PATCH 2/5] repo-info: add the --format flag
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- Re: [PATCH] git.c: remove the_repository dependence in run_builtin()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- build: sed portability fixes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 2/2] receive-pack: handle reference deletions separately
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v2] config.mak.uname: update settings for FreeBSD
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] branch: move multiple branches in a single --force
- From: Andrea Stacchiotti <andreastacchiotti@xxxxxxxxx>
- Re: [PATCH v2] config.mak.uname: update settings for FreeBSD
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: Solaris sed
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH] branch: move multiple branches in a single --force
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH 3/5] repo-info: add the field references.format
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [GIT PULL] l10n updates for 2.50.0 round 1
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: [PATCH v2] config.mak.uname: update settings for FreeBSD
- From: Carlo Arenas <carenas@xxxxxxxxx>
- Re: Question: is there a possibility of getting a warning before a git push -f
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- Re: [PATCH] branch: move multiple branches in a single --force
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] CodingGuidelines: let BSS do its job
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: Solaris sed
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] trailer: append trailers in-process and drop the fork to `interpret-trailers`
- From: Li Chen <me@linux.beauty>
- [PATCH] git.c: remove the_repository dependence in run_builtin()
- From: Lidong Yan <yldhome2d2@xxxxxxxxx>
- [PATCH v2] config.mak.uname: update settings for FreeBSD
- From: Brad Smith <brad@xxxxxxxxxxxx>
- Re: Solaris sed
- From: Brad Smith <brad@xxxxxxxxxxxx>
- Re: Solaris sed
- From: Collin Funk <collin.funk1@xxxxxxxxx>
- Re: Solaris sed
- From: Collin Funk <collin.funk1@xxxxxxxxx>
- Re: Solaris sed
- From: Eli Schwartz <eschwartz@xxxxxxxxxx>
- Re: Solaris sed
- From: Brad Smith <brad@xxxxxxxxxxxx>
- Re: Solaris sed
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] config.mak.uname: update settings for FreeBSD
- From: Brad Smith <brad@xxxxxxxxxxxx>
- Re: Solaris sed
- From: Brad Smith <brad@xxxxxxxxxxxx>
- Re: [PATCH] config.mak.uname: update settings for FreeBSD
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] config.mak.uname: update settings for FreeBSD
- From: Brad Smith <brad@xxxxxxxxxxxx>
- Re: Solaris sed
- From: Collin Funk <collin.funk1@xxxxxxxxx>
- Re: [PATCH] config.mak.uname: update settings for FreeBSD
- From: Collin Funk <collin.funk1@xxxxxxxxx>
- Solaris sed
- From: Brad Smith <brad@xxxxxxxxxxxx>
- [PATCH] config.mak.uname: update settings for FreeBSD
- From: Brad Smith <brad@xxxxxxxxxxxx>
- [PATCH v8 0/4] Importing and exporting stashes to refs
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v8 3/4] builtin/stash: provide a way to export stashes to a ref
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v8 4/4] builtin/stash: provide a way to import stashes from a ref
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v8 2/4] builtin/stash: factor out revision parsing into a function
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v8 1/4] object-name: make get_oid quietly return an error
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v5 0/4] Importing and exporting stashes to refs
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/6] bswap.h: Add support for __BYTE_ORDER__
- From: Collin Funk <collin.funk1@xxxxxxxxx>
- Re: [PATCH v2 2/6] bswap.h: Add support for __BYTE_ORDER__
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: RFC - rebase--
- From: Nico Williams <nico@xxxxxxxxxxxxxxxx>
- Re: [PATCH] branch: move multiple branches in a single --force
- From: Andrea Stacchiotti <andreastacchiotti@xxxxxxxxx>
- Re: [PATCH v2 4/6] bswap.h: Always overwrite ntohl/ ntohll macros
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v7 3/4] builtin/stash: provide a way to export stashes to a ref
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] cat-file: fix mailmap application for different author and committer
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] merge/pull: --compact-summary
- From: "D. Ben Knoble" <ben.knoble@xxxxxxxxx>
- Re: Question: is there a possibility of getting a warning before a git push -f
- From: "D. Ben Knoble" <ben.knoble@xxxxxxxxx>
- [PATCH v2 4/6] bswap.h: Always overwrite ntohl/ ntohll macros
- From: Sebastian Andrzej Siewior <sebastian@xxxxxxxxxxxxx>
- [PATCH v2 6/6] bswap.h: Provide a built-in based version of bswap32/64 if possible
- From: Sebastian Andrzej Siewior <sebastian@xxxxxxxxxxxxx>
- [PATCH v2 5/6] bswap: Remove optimized x86 version of bswap32/64
- From: Sebastian Andrzej Siewior <sebastian@xxxxxxxxxxxxx>
- [PATCH v2 3/6] bswap.h: Define GIT_LITTLE_ENDIAN on msvc as little endian
- From: Sebastian Andrzej Siewior <sebastian@xxxxxxxxxxxxx>
- [PATCH v2 0/6] bswap.h: Rework ntohl handling
- From: Sebastian Andrzej Siewior <sebastian@xxxxxxxxxxxxx>
- [PATCH v2 5/6] bswap.h: Remove optimized x86 version of bswap32/64
- From: Sebastian Andrzej Siewior <sebastian@xxxxxxxxxxxxx>
- [PATCH v2 1/6] Revert "bswap.h: add support for built-in bswap functions"
- From: Sebastian Andrzej Siewior <sebastian@xxxxxxxxxxxxx>
- [PATCH v2 2/6] bswap.h: Add support for __BYTE_ORDER__
- From: Sebastian Andrzej Siewior <sebastian@xxxxxxxxxxxxx>
- Re: [PATCH v3] environment: move access to "core.sparsecheckout" into repo_settings
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] CodingGuidelines: let BSS do its job
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3] environment: move access to "core.sparsecheckout" into repo_settings
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] RelNotes/2.50.0: fix typos & other improvements
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] cat-file: fix mailmap application for different author and committer
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [PATCH] RelNotes/2.50.0: fix typos & other improvements
- From: kristofferhaugsbakk@xxxxxxxxxxxx
- [PATCH v3] environment: move access to "core.sparsecheckout" into repo_settings
- From: Ayush Chandekar <ayu.chandekar@xxxxxxxxx>
- Re: [PATCH 2/1] merge/pull: extend merge.stat configuration variable to cover --compact-summary
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] ci(coverity): fix building on Windows
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/1] merge/pull: extend merge.stat configuration variable to cover --compact-summary
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [PATCH 2/1] merge/pull: extend merge.stat configuration variable to cover --compact-summary
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3] stash: fix incorrect branch name in stash message
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 1/2] ci(coverity): fix building on Windows
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH] cat-file: fix mailmap application for different author and committer
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] ci(coverity): fix building on Windows
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- [PATCH v2 0/2] Fix Coverity builds on Windows
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 2/2] ci(coverity): output the build log upon error
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v2 1/2] trailer: append trailers in-process and drop the fork to `interpret-trailers`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] branch: move multiple branches in a single --force
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Fetch remote only if remote hasn't been fetched recently
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] ci(coverity): output the build log upon error
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] ci(coverity): fix building on Windows
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 2/2] ci(coverity): output the build log upon error
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 1/2] ci(coverity): fix building on Windows
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/2] Fix Coverity builds on Windows
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v3 1/5] promisor-remote: refactor to get rid of 'struct strvec'
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v3 2/5] promisor-remote: allow a server to advertise more fields
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v2 2/3] promisor-remote: allow a server to advertise more fields
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v3 2/5] promisor-remote: allow a server to advertise more fields
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v4 4/5] promisor-remote: allow a client to check fields
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v4 2/5] promisor-remote: allow a server to advertise more fields
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v4 5/5] promisor-remote: use string constants for 'name' and 'url' too
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v4 3/5] promisor-remote: refactor how we parse advertised fields
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v4 0/5] Make the "promisor-remote" capability support more fields
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v4 1/5] promisor-remote: refactor to get rid of 'struct strvec'
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [GSoC RFC PATCH 4/5] repo-info: add field layout.bare
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- 10th International Conference on Mathematics and Computers in Sciences and Industry (MCSI), Rhodes Island (Rodos Island), Greece, August 22-24, 2025.
- From: "MCSI 2025" <kostas.chiotopoulos@xxxxxxxxxxxxx>
- Re: [GSoC RFC PATCH 3/5] repo-info: add the field references.format
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v5 0/4] Importing and exporting stashes to refs
- From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@xxxxxxxxxxxx>
- Re: [PATCH v7 3/4] builtin/stash: provide a way to export stashes to a ref
- From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@xxxxxxxxxxxx>
- [GSoC] Blog: Consolidate ref-related functionality into git-refs
- From: Meet Soni <meetsoni3017@xxxxxxxxx>
- Re: [PATCH] cat-file: fix mailmap application for different author and committer
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [GSoC RFC PATCH 2/5] repo-info: add the --format flag
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v2 1/2] trailer: append trailers in-process and drop the fork to `interpret-trailers`
- From: phillip.wood123@xxxxxxxxx
- Re: [GSoC RFC PATCH 1/5] repo-info: declare the repo-info command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH] branch: move multiple branches in a single --force
- From: Andrea Stacchiotti <andreastacchiotti@xxxxxxxxx>
- [ANNOUNCE] Git for Windows 2.50.0-rc2
- From: Johannes Schindelin <johannes.schindelin@xxxxxx>
- Re: Fetch remote only if remote hasn't been fetched recently
- From: M Hickford <mirth.hickford@xxxxxxxxx>
- [PATCH] cat-file: fix mailmap application for different author and committer
- From: siddharthasthana31@xxxxxxxxx
- Re: [PATCH] merge/pull: --compact-summary
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v3] stash: fix incorrect branch name in stash message
- From: K Jayatheerth <jayatheerthkulkarni2005@xxxxxxxxx>
- Re: [PATCH v2] stash: fix incorrect branch name in stash message
- From: JAYATHEERTH K <jayatheerthkulkarni2005@xxxxxxxxx>
- [PATCH 5/6] submodule: move get_default_remote_submodule()
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH 6/6] submodule: look up remotes by URL first
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH 3/6] remote: check branch->merge before access in branch_release
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH 4/6] submodule--helper: improve logic for fallback remote name
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH 2/6] remote: remove the_repository from some functions
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH 0/6] submodule: improve remote lookup logic
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH 1/6] dir: move starts_with_dot(_dot)_slash to dir.h
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: [PATCH] branch: move multiple branches in a single --force
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/2] trailer: append trailers in-process and drop the fork to `interpret-trailers`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] notes: remove trailing whitespace from editor template
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] branch: move multiple branches in a single --force
- From: Andrea Stacchiotti <andreastacchiotti@xxxxxxxxx>
- Re: [PATCH v4 12/20] t: refactor tests depending on Perl to print data
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 12/20] t: refactor tests depending on Perl to print data
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Canonical way to filter list of commits to those pointed to by branches (preserving order)?
- From: "D. Ben Knoble" <ben.knoble+github@xxxxxxxxx>
- Re: [PATCH] branch: move multiple branches in a single --force
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] merge/pull: --compact-summary
- From: "D. Ben Knoble" <ben.knoble@xxxxxxxxx>
- Re: [PATCH] notes: remove trailing whitespace from editor template
- From: "D. Ben Knoble" <ben.knoble@xxxxxxxxx>
- Re: [PATCH v4 12/20] t: refactor tests depending on Perl to print data
- From: SZEDER Gábor <szeder.dev@xxxxxxxxx>
- Re: [GSOC PATCH 0/2] preload-index: remove dependency on global variables and 'the_repository'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
- From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@xxxxxxxxxxxx>
- Re: [RFC PATCH] test-lib: add missing prerequisites for Darwin
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [GSoC RFC PATCH 5/5] repo-info: add field layout.shallow
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- [GSoC RFC PATCH 2/5] repo-info: add the --format flag
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- [GSoC RFC PATCH 4/5] repo-info: add field layout.bare
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- [GSoC RFC PATCH 3/5] repo-info: add the field references.format
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- [GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- [GSoC RFC PATCH 1/5] repo-info: declare the repo-info command
- From: Lucas Seiki Oshiro <lucasseikioshiro@xxxxxxxxx>
- RE: [ANNOUNCE] Git v2.50.0-rc2
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: Suggestion: error "tag ... already exists" should distinguish between tagging different or same commit:
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH] test-lib: add missing prerequisites for Darwin
- From: "D. Ben Knoble" <ben.knoble@xxxxxxxxx>
- Re: [RFC PATCH] test-lib: add missing prerequisites for Darwin
- From: "D. Ben Knoble" <ben.knoble@xxxxxxxxx>
- [GSOC PATCH 2/2] preload-index: stop depending on 'the_repository'
- From: Ayush Chandekar <ayu.chandekar@xxxxxxxxx>
- [GSOC PATCH 1/2] environment: remove the global variable 'core_preload_index'
- From: Ayush Chandekar <ayu.chandekar@xxxxxxxxx>
- [GSOC PATCH 0/2] preload-index: remove dependency on global variables and 'the_repository'
- From: Ayush Chandekar <ayu.chandekar@xxxxxxxxx>
- [PATCH v2 1/2] trailer: append trailers in-process and drop the fork to `interpret-trailers`
- From: Li Chen <me@linux.beauty>
- [PATCH v2 2/2] rebase: support --trailer
- From: Li Chen <me@linux.beauty>
- [PATCH v2 0/2] rebase: support --trailer
- From: Li Chen <me@linux.beauty>
- Re: [PATCH] rebase: write script before initializing state
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v3 0/2] stash: fix and improve "git stash -p <pathspec>"
- From: Martin Ågren <martin.agren@xxxxxxxxx>
- Re: [BUG]: Non-matching exclude pathspec causes an error in empty repository when the flag "--update" is present
- From: Piotr Siupa <piotrsiupa@xxxxxxxxx>
- Re: [BUG]: Non-matching exclude pathspec causes an error in empty repository when the flag "--update" is present
- From: Piotr Siupa <piotrsiupa@xxxxxxxxx>
- [PATCH] branch: move multiple branches in a single --force
- From: "Andrea Stacchiotti via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- AW: [PATCH v4] gitk: add external diff file rename detection
- From: "tobias.boesch@xxxxxxxxx" <tobias.boesch@xxxxxxxxx>
- [PATCH v5] gitk: add external diff file rename detection
- From: "ToBoMi via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: Suggestion: error "tag ... already exists" should distinguish between tagging different or same commit:
- From: M Hickford <mirth.hickford@xxxxxxxxx>
- Re: [PATCH v5] pack-bitmap: remove checks before bitmap_free
- From: lidongyan <502024330056@xxxxxxxxxxxxxxxx>
- JOIN
- From: Jay H Lindsey <jayhlindsey.developer@xxxxxxxxx>
- [PATCH v3] revision: fix memory leak in prepare_show_merge()
- From: "Lidong Yan via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH] rebase: write script before initializing state
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] rebase: write script before initializing state
- From: Øystein Walle <oystwa@xxxxxxxxx>
- Re: [PATCH] bswap.h: Move the overwriting of the ntohl*/ htonl* macros.
- From: Sebastian Andrzej Siewior <sebastian@xxxxxxxxxxxxx>
- Re: [PATCH] notes: remove trailing whitespace from editor template
- From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@xxxxxxxxxxxx>
- Re: [PATCH] notes: remove trailing whitespace from editor template
- From: "Kristoffer Haugsbakk" <code@xxxxxxxxxxxxxxx>
- Re: Suggestion: error "tag ... already exists" should distinguish between tagging different or same commit:
- From: Hilco Wijbenga <hilco.wijbenga@xxxxxxxxx>
- What's cooking in git.git (Jun 2025, #03; Mon, 9)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] revision: fix memory leak in prepare_show_merge()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v18 09/10] imap-send: display the destination mailbox when sending a message
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v18 10/10] imap-send: fix minor mistakes in the logs
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v18 08/10] imap-send: display port alongwith host when git credential is invoked
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v18 07/10] imap-send: add ability to list the available folders
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v18 06/10] imap-send: enable specifying the folder using the command line
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v18 05/10] imap-send: add PLAIN authentication method to OpenSSL
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v18 02/10] imap-send: fix memory leak in case auth_cram_md5 fails
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v18 04/10] imap-send: add support for OAuth2.0 authentication
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v18 03/10] imap-send: gracefully fail if CRAM-MD5 authentication is requested without OpenSSL
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v18 01/10] imap-send: fix bug causing cfg->folder being set to NULL
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v18 00/10] imap-send: make it usable again and add OAuth2.0 support
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- Re: Suggestion: error "tag ... already exists" should distinguish between tagging different or same commit:
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Suggestion: error "tag ... already exists" should distinguish between tagging different or same commit:
- From: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
- Re: [PATCH v16 08/10] imap-send: display port alongwith host when git credential is invoked
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Suggestion: error "tag ... already exists" should distinguish between tagging different or same commit:
- From: Hilco Wijbenga <hilco.wijbenga@xxxxxxxxx>
- Re: [PATCH v16 03/10] imap-send: gracefully fail if CRAM-MD5 authentication is requested without OpenSSL
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- Re: [PATCH v16 03/10] imap-send: gracefully fail if CRAM-MD5 authentication is requested without OpenSSL
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v16 09/10] imap-send: display the destination mailbox when sending a message
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- Re: [PATCH v16 08/10] imap-send: display port alongwith host when git credential is invoked
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- Re: [PATCH v16 09/10] imap-send: display the destination mailbox when sending a message
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v16 08/10] imap-send: display port alongwith host when git credential is invoked
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Question: is there a possibility of getting a warning before a git push -f
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- Re: Suggestion: error "tag ... already exists" should distinguish between tagging different or same commit:
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v16 07/10] imap-send: add ability to list the available folders
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [RFC PATCH] test-lib: add missing prerequisites for Darwin
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: Question: is there a possibility of getting a warning before a git push -f
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] doc: maintenance: fix linkgit syntax
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v16 06/10] imap-send: enable specifying the folder using the command line
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] config.mak.uname: update settings for FreeBSD
- From: Brad Smith <brad@xxxxxxxxxxxx>
- Re: [RFC PATCH] test-lib: add missing prerequisites for Darwin
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [RFC PATCH] test-lib: add missing prerequisites for Darwin
- From: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx>
- [ANNOUNCE] Git v2.50.0-rc2
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Question: is there a possibility of getting a warning before a git push -f
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH] doc: maintenance: fix linkgit syntax
- From: kristofferhaugsbakk@xxxxxxxxxxxx
- [PATCH v17 09/10] imap-send: display the destination mailbox when sending a message
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v17 06/10] imap-send: enable specifying the folder using the command line
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v17 10/10] imap-send: fix minor mistakes in the logs
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v17 07/10] imap-send: add ability to list the available folders
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v17 08/10] imap-send: display port alongwith host when git credential is invoked
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v17 05/10] imap-send: add PLAIN authentication method to OpenSSL
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v17 03/10] imap-send: gracefully fail if CRAM-MD5 authentication is requested without OpenSSL
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v17 04/10] imap-send: add support for OAuth2.0 authentication
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v17 02/10] imap-send: fix memory leak in case auth_cram_md5 fails
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v17 01/10] imap-send: fix bug causing cfg->folder being set to NULL
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- [PATCH v17 00/10] imap-send: make it usable again and add OAuth2.0 support
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- Re: Fetch remote only if remote hasn't been fetched recently
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Question: is there a short way to merge the last commit to the second last one?
- From: Aditya Garg <gargaditya08@xxxxxxxx>
- Re: Question: is there a short way to merge the last commit to the second last one?
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v3 0/2] stash: fix and improve "git stash -p <pathspec>"
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [PATCH v7] pack-bitmap: remove checks before bitmap_free
- From: "Lidong Yan via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2] revision: fix memory leak in prepare_show_merge()
- From: "Lidong Yan via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v15 00/10] imap-send: make it usable again and add OAuth2.0 support
- From: Aditya Garg <gargaditya08@xxxxxxxx>
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]