All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: git@vger.kernel.org
Subject: "What's cooking" incremental update report
Date: Thu, 10 Jul 2025 17:07:23 -0700	[thread overview]
Message-ID: <xmqq7c0f4mkk.fsf@gitster.g> (raw)
In-Reply-To: <xmqqv7o08ocn.fsf@gitster.g> (Junio C. Hamano's message of "Thu, 10 Jul 2025 01:03:04 -0700")

Since the latest issue of "What's cooking" (2025/07 #03),
here are the changes.  Two topics are now in 'next', a few topics
have been updated with their new iteration.

--------------------------------------------------
[New]

 * ps/sane-ctype-workaround (2025-07-09) 1 commit
  - sane-ctype: fix compiler error on Amazon Linux 2
 
  Our <sane-ctype.h> header file relied on that the system-supplied
  <ctype.h> header is not later included, which would override our
  macro definitions, but "amazon linux" broke this assumption.  Fix
  this by preemptively including <ctype.h> near the beginning of
  <sane-ctype.h> ourselves.
 
  Comments?
  source: <fabacc9bc7ef7d462d1c7198d5edc18c76b82270.1752139420.git.ps@pks.im>

--------------------------------------------------
[Merged to 'next']

 * ag/doc-send-email (2025-06-30) 5 commits
+  (merged to 'next' on 2025-07-09 at cf940e82a1)
+ + docs: mention possible options for Proton Mail users
+ + docs: add a paragraph explaining the `sendmailCmd` option of sendemail
+ + docs: add an OAuth2.0 credential helper for AOL accounts
+ + docs: add outlookidfix config option to sendemail documentation
+ + docs: link OpenSSL's verify(1) manual page to know about -CAfile and -CApath options
 
  Documentation updates for "git send-email".
 

 * rs/parse-options-precision (2025-07-09) 7 commits
+  (merged to 'next' on 2025-07-09 at aefffa21b7)
+ + parse-options: add precision handling for OPTION_COUNTUP
+ + parse-options: add precision handling for OPTION_BITOP
+ + parse-options: add precision handling for OPTION_NEGBIT
+ + parse-options: add precision handling for OPTION_BIT
+ + parse-options: add precision handling for OPTION_SET_INT
+ + parse-options: add precision handling for PARSE_OPT_CMDMODE
+ + parse-options: require PARSE_OPT_NOARG for OPTION_BITOP
 
  Define .precision to more canned parse-options type to avoid bugs
  coming from using a variable with a wrong type to capture the
  parsed values.
 

--------------------------------------------------
[Updated]

-* cb/daemon-reap-children (2025-06-26) 4 commits
+* cb/daemon-reap-children (2025-07-10) 2 commits
- - daemon: explicitly allow EINTR during poll()
  - daemon: use sigaction() to install child_handler()
  - compat/mingw: allow sigaction(SIGCHLD)
- - compat/posix.h: track SA_RESTART fallback
 
  Futz with SIGCHLD handling in "git daemon".
 
- Stalled?
- cf. <dba9ae0d-1e43-4345-a7ec-b57a07d45a07@gmail.com>
- source: <pull.2002.v3.git.git.1750927988.gitgitgadget@gmail.com>
+ Will merge to 'next'?
+ source: <pull.2002.v4.git.git.1752176743.gitgitgadget@gmail.com>

-* ly/changed-paths-traversal (2025-07-04) 4 commits
+* ly/changed-paths-traversal (2025-07-10) 4 commits
  - bloom: optimize multiple pathspec items in revision traversal
  - bloom: replace struct bloom_key * with struct bloom_keyvec
  - bloom: rename function operates on bloom_key
  - bloom: add test helper to return murmur3 hash
 
  Lift the limitation to use changed-path filter in "git log" so that
  it can be used for a pathspec with multiple literal paths.
 
  Expecting a reroll.
- cf. <5DB7714D-4009-47C4-A8F7-1C375C6D29AF@smail.nju.edu.cn>
- source: <20250704111437.2660251-1-502024330056@smail.nju.edu.cn>
+ cf. <7885EBB2-0D99-4456-A704-86362219AC17@smail.nju.edu.cn>
+ source: <20250710084829.2171855-1-502024330056@smail.nju.edu.cn>

  parent reply	other threads:[~2025-07-11  0:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-10  8:03 What's cooking in git.git (Jul 2025, #03; Wed, 9) Junio C Hamano
2025-07-10 19:32 ` [-SPAM-] " Ramsay Jones
2025-07-10 21:12   ` Junio C Hamano
2025-07-10 21:44     ` Ramsay Jones
2025-07-11  8:49       ` Patrick Steinhardt
2025-07-11 15:00         ` Junio C Hamano
2025-07-11 15:39           ` Ramsay Jones
2025-07-15 23:32   ` [PATCH 0/2] meson regression fix Ramsay Jones
2025-07-15 23:32     ` [PATCH 1/2] meson: fix installation when -Dlibexexdir is set Ramsay Jones
2025-07-15 23:32     ` [PATCH 2/2] po/meson.build: add missing 'ga' language code Ramsay Jones
2025-07-11  0:07 ` Junio C Hamano [this message]
2025-07-11  2:05 ` What's cooking in git.git (Jul 2025, #03; Wed, 9) Ayush Chandekar
2025-07-11 16:01   ` Junio C Hamano
2025-07-11 18:15     ` Ayush Chandekar
2025-07-11 18:34       ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xmqq7c0f4mkk.fsf@gitster.g \
    --to=gitster@pobox.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.