]>
git.ipfire.org Git - thirdparty/git.git/log
Junio C Hamano [Sun, 26 Jul 2026 22:03:51 +0000 (15:03 -0700)]
What's cooking (2026/07 #12)
Junio C Hamano [Sun, 26 Jul 2026 14:24:07 +0000 (07:24 -0700)]
Meta/Count: do not add unnecessary @{now}
Junio C Hamano [Fri, 24 Jul 2026 22:09:54 +0000 (15:09 -0700)]
What's cooking (2026/07 #11)
Junio C Hamano [Fri, 24 Jul 2026 20:22:28 +0000 (13:22 -0700)]
Meta/update-from-lore: support initial import as well
Junio C Hamano [Thu, 23 Jul 2026 00:28:29 +0000 (17:28 -0700)]
What's cooking (2026/07 #10)
Junio C Hamano [Tue, 21 Jul 2026 19:23:37 +0000 (12:23 -0700)]
Meta/onemerge: clean temporary files correctly and exit non-zero upon failure
Junio C Hamano [Tue, 21 Jul 2026 00:13:02 +0000 (17:13 -0700)]
What's cooking (2026/07 #09)
Junio C Hamano [Mon, 20 Jul 2026 18:59:33 +0000 (11:59 -0700)]
Meta/Reintegrate: allow preparing an update on a detached HEAD
While waiting for build and test of the current round of
integration, we should be able to prepare the next round while on
a detached HEAD. By running
$ git co --detach master
$ INTO=jch Meta/redo-jch.sh
we can prepare a sequence of "Merge branch 'foo' into jch" commits
that can be used to replace 'jch' that is currently being tested,
without disrupting the test.
Junio C Hamano [Mon, 20 Jul 2026 03:43:36 +0000 (20:43 -0700)]
CheckPush: run basecheck as well as onemerge
Junio C Hamano [Sun, 19 Jul 2026 05:45:23 +0000 (22:45 -0700)]
What's cooking (2026/07 #08)
Junio C Hamano [Sun, 19 Jul 2026 02:23:57 +0000 (19:23 -0700)]
Meta/basecheck: validate the synthetic base of topics
Junio C Hamano [Sun, 19 Jul 2026 02:23:18 +0000 (19:23 -0700)]
Meta/Make: support '-s'
Junio C Hamano [Fri, 17 Jul 2026 21:42:34 +0000 (14:42 -0700)]
Meta/pushall: allow mirrors configurable the same way as sites and nexts
Junio C Hamano [Thu, 16 Jul 2026 22:22:24 +0000 (15:22 -0700)]
What's cooking (2026/07 #07)
Junio C Hamano [Thu, 16 Jul 2026 18:40:01 +0000 (11:40 -0700)]
Meta/onemerge: fix custom endpoint handling
Junio C Hamano [Tue, 14 Jul 2026 21:53:02 +0000 (14:53 -0700)]
What's cooking (2026/07 #06)
Junio C Hamano [Tue, 14 Jul 2026 21:43:07 +0000 (14:43 -0700)]
Meta/update-from-lore: pass --force down to 'git detach'
Junio C Hamano [Mon, 13 Jul 2026 18:07:10 +0000 (11:07 -0700)]
onemerge: quick check and exit when the numbers match
Before diving into inspecting each merge commit to see if it merges
more than two topics at the same time, we can count the number of
branches that are merged and the number of merge commits. If they
match, we can skip the more expensive check.
This will break if we merge a topic in multiple steps, but we do not
do that these days, so it would be a reasonable optimization.
Junio C Hamano [Mon, 13 Jul 2026 01:35:25 +0000 (18:35 -0700)]
What's cooking (2026/07 #05)
Junio C Hamano [Sat, 11 Jul 2026 22:14:29 +0000 (15:14 -0700)]
Meta/Announce: do not credit AI agents
Junio C Hamano [Fri, 10 Jul 2026 19:13:54 +0000 (12:13 -0700)]
Meta/cook: support --newer to list 'new iteration exists'
Junio C Hamano [Thu, 9 Jul 2026 21:17:00 +0000 (14:17 -0700)]
What's cooking (2026/07 #04)
Junio C Hamano [Thu, 9 Jul 2026 16:37:27 +0000 (09:37 -0700)]
Meta/CheckPush: trigger onemerge as well
Junio C Hamano [Wed, 8 Jul 2026 18:20:20 +0000 (11:20 -0700)]
Meta/people: fix name quoting
Junio C Hamano [Tue, 7 Jul 2026 17:10:35 +0000 (10:10 -0700)]
What's cooking (2026/07 #03)
I hate sending the "what's cooking" report too often, but at the
beginning of new cycle it would be OK.
Junio C Hamano [Tue, 7 Jul 2026 05:22:13 +0000 (22:22 -0700)]
Meta/cook: mark topics that graduated as such
Junio C Hamano [Mon, 6 Jul 2026 13:47:33 +0000 (06:47 -0700)]
What's cooking (2026/07 #02)
Junio C Hamano [Wed, 1 Jul 2026 21:30:38 +0000 (14:30 -0700)]
What's cooking (2026/07 #01)
Junio C Hamano [Wed, 1 Jul 2026 21:30:07 +0000 (14:30 -0700)]
Meta/cook: copyediting the whats-cooking boilerplate
Junio C Hamano [Mon, 29 Jun 2026 16:41:25 +0000 (09:41 -0700)]
What's cooking (2026/06 #11)
Junio C Hamano [Mon, 29 Jun 2026 16:28:18 +0000 (09:28 -0700)]
update-from-lore: automate updating from mailing list
When on branch T, detach the HEAD at the base of the branch, and
find the newest iteration of the same topic from lore, apply the
patches, and show the range-diff from what we have.
Depends on having healty "amlog" notes to allow us identify what
patch message resulted in the commit T, and working "b4 am" and the
lore archive that lets us grab the latest iteration.
Junio C Hamano [Mon, 29 Jun 2026 16:25:16 +0000 (09:25 -0700)]
onemerge: make sure each merge in master..seen brings in only one topic
If a topic B is built on top of a merge of topic A into master, then
we should merge topic A first before topic B when preparing the
integration branches. Merging topic B first would bring topic A
along with it, which is generally not a good idea if we consider A
and B as two separate topics.
Junio C Hamano [Sun, 28 Jun 2026 16:32:51 +0000 (09:32 -0700)]
Meta/people: find whom to send/cc whats-cooking to
Junio C Hamano [Thu, 25 Jun 2026 22:26:31 +0000 (15:26 -0700)]
What's cooking (2026/06 #10)
Junio C Hamano [Tue, 23 Jun 2026 16:23:53 +0000 (09:23 -0700)]
What's cooking (2026/06 #09)
Junio C Hamano [Tue, 23 Jun 2026 02:57:59 +0000 (19:57 -0700)]
What's cooking (2026/06 #08)
Junio C Hamano [Fri, 19 Jun 2026 22:14:17 +0000 (15:14 -0700)]
What's cooking (2026/06 #07)
Junio C Hamano [Wed, 17 Jun 2026 21:47:18 +0000 (14:47 -0700)]
cook: 'Retracted' is a valid state
Junio C Hamano [Wed, 17 Jun 2026 16:17:25 +0000 (09:17 -0700)]
What's cooking (2026/06 #06)
Junio C Hamano [Mon, 15 Jun 2026 18:55:23 +0000 (11:55 -0700)]
What's cooking (2026/06 #05)
Junio C Hamano [Thu, 11 Jun 2026 13:27:09 +0000 (06:27 -0700)]
What's cooking (2026/06 #04)
Junio C Hamano [Wed, 10 Jun 2026 13:18:19 +0000 (06:18 -0700)]
CannedResponses: trim your quote
Junio C Hamano [Mon, 8 Jun 2026 17:44:26 +0000 (02:44 +0900)]
What's cooking (2026/06 #03)
Junio C Hamano [Thu, 4 Jun 2026 02:34:20 +0000 (11:34 +0900)]
What's cooking (2026/06 #02)
Junio C Hamano [Tue, 2 Jun 2026 10:16:59 +0000 (19:16 +0900)]
What's cooking (2026/06 #01)
Junio C Hamano [Sat, 30 May 2026 00:49:14 +0000 (09:49 +0900)]
Meta/TopicCheck: allow merging on a base before testing
Junio C Hamano [Sat, 30 May 2026 00:48:42 +0000 (09:48 +0900)]
Meta/Reintegrate: 'Comments?' is a valid status
Junio C Hamano [Wed, 27 May 2026 07:01:49 +0000 (16:01 +0900)]
What's cooking (2026/05 #08)
Junio C Hamano [Tue, 26 May 2026 11:50:05 +0000 (20:50 +0900)]
WHat's cooking (2026/05 #07)
Junio C Hamano [Sat, 23 May 2026 09:04:34 +0000 (18:04 +0900)]
What's cooking (2026/05 #06)
Junio C Hamano [Thu, 21 May 2026 07:19:08 +0000 (16:19 +0900)]
Meta/cook: use b4 mbox to attempt to grab all messages in the thread
Junio C Hamano [Wed, 20 May 2026 03:10:49 +0000 (12:10 +0900)]
What's cooking (2026/05 #05)
Junio C Hamano [Mon, 18 May 2026 01:27:57 +0000 (10:27 +0900)]
What's cooking (2026/05 #04)
Junio C Hamano [Tue, 12 May 2026 07:18:23 +0000 (16:18 +0900)]
What's cooking (2026/05 #03)
Junio C Hamano [Mon, 11 May 2026 01:55:30 +0000 (10:55 +0900)]
Meta/Reintegrate: die on, instead of silently ignore, an unknown merge
Junio C Hamano [Mon, 11 May 2026 01:51:00 +0000 (10:51 +0900)]
Meta/TopicCheck: clean each build regardless of its outcome
Junio C Hamano [Mon, 11 May 2026 01:49:59 +0000 (10:49 +0900)]
What's cooking (2026/05 #02)
Junio C Hamano [Tue, 5 May 2026 12:30:54 +0000 (21:30 +0900)]
Meta/Doit: reformat and list options in the order they are used
Junio C Hamano [Tue, 5 May 2026 12:30:04 +0000 (21:30 +0900)]
Meta/TopicCheck: typofix
Junio C Hamano [Sun, 3 May 2026 03:46:47 +0000 (12:46 +0900)]
What's cooking (2026/05 #01)
Junio C Hamano [Fri, 1 May 2026 22:21:30 +0000 (07:21 +0900)]
Meta/TopicCheck: try new branches with expensive checks
Junio C Hamano [Thu, 23 Apr 2026 08:34:03 +0000 (17:34 +0900)]
What's cooking (2026/04 #08)
Junio C Hamano [Mon, 20 Apr 2026 19:36:26 +0000 (12:36 -0700)]
What's cooking (2026/04 #07)
Junio C Hamano [Mon, 20 Apr 2026 14:54:34 +0000 (07:54 -0700)]
What's cooking (2026/04 #06)
Junio C Hamano [Fri, 17 Apr 2026 22:39:32 +0000 (15:39 -0700)]
What's cooking (2026/04 #05)
Junio C Hamano [Mon, 13 Apr 2026 22:25:23 +0000 (15:25 -0700)]
What's cooking (2026/04 #04)
Junio C Hamano [Mon, 13 Apr 2026 22:24:58 +0000 (15:24 -0700)]
Meta/RE: create relnotes fragments from master..HEAD
Junio C Hamano [Fri, 10 Apr 2026 16:59:29 +0000 (09:59 -0700)]
Meta/cook: attempt to improve the source discovery
Junio C Hamano [Wed, 8 Apr 2026 16:55:31 +0000 (09:55 -0700)]
What's cooking (2026/04 #03)
Junio C Hamano [Tue, 7 Apr 2026 00:49:32 +0000 (17:49 -0700)]
What's cooking (2026/04 #02)
Junio C Hamano [Wed, 1 Apr 2026 22:31:00 +0000 (15:31 -0700)]
What's cooking (2026/04 #01)
Junio C Hamano [Tue, 31 Mar 2026 05:04:56 +0000 (22:04 -0700)]
Meta/Dothem: support test-vars and use it in Doit
Junio C Hamano [Mon, 30 Mar 2026 23:28:38 +0000 (16:28 -0700)]
What's cooking (2026/03 #12)
Junio C Hamano [Thu, 26 Mar 2026 21:42:48 +0000 (14:42 -0700)]
What's cooking (2026/03 #11)
Junio C Hamano [Thu, 26 Mar 2026 21:38:31 +0000 (14:38 -0700)]
CannedResponses: respond and reroll, you need both
An existing entry reminds authors not to stop at sending a response
message to review comments but incorporate changes to produce a new
version of patches. But some contributors, both old and new, seem
to forget that they need to respond to reviews and engage in dialog
in addition to eventually updating their patches. Stress that they
need to do both.
Junio C Hamano [Tue, 24 Mar 2026 22:39:29 +0000 (15:39 -0700)]
What's cooking (2026/03 #10)
Junio C Hamano [Mon, 23 Mar 2026 22:28:29 +0000 (15:28 -0700)]
What's cooking (2026/03 #09)
Junio C Hamano [Sun, 22 Mar 2026 00:42:34 +0000 (17:42 -0700)]
What's cooking (2026/03 #08)
Junio C Hamano [Fri, 20 Mar 2026 22:02:49 +0000 (15:02 -0700)]
Meta/cook: grab the initial topic description from merges to seen
Junio C Hamano [Thu, 19 Mar 2026 20:35:59 +0000 (13:35 -0700)]
What's cooking (2026/03 #07)
Junio C Hamano [Mon, 16 Mar 2026 21:20:27 +0000 (14:20 -0700)]
What's cooking (2026/03 #06)
Junio C Hamano [Mon, 16 Mar 2026 21:19:22 +0000 (14:19 -0700)]
Meta/KO: compare with published jch as well
Junio C Hamano [Sun, 15 Mar 2026 15:23:50 +0000 (08:23 -0700)]
post-apply: allow working from elsewhere including secondary worktrees
Junio C Hamano [Sun, 15 Mar 2026 04:27:38 +0000 (21:27 -0700)]
cook: typofix in boilerplate
Junio C Hamano [Thu, 12 Mar 2026 19:59:56 +0000 (12:59 -0700)]
What's cooking (2026/03 #05)
Junio C Hamano [Tue, 10 Mar 2026 00:09:13 +0000 (17:09 -0700)]
What's cooking (2026/03 #04)
Junio C Hamano [Sat, 7 Mar 2026 22:35:37 +0000 (14:35 -0800)]
Meta/Dothem: make individual tests more independent
Junio C Hamano [Fri, 6 Mar 2026 22:54:34 +0000 (14:54 -0800)]
What's cooking (2026/03 #03)
Junio C Hamano [Wed, 4 Mar 2026 23:01:28 +0000 (15:01 -0800)]
What's cooking (2026/03 #02)
Junio C Hamano [Wed, 4 Mar 2026 22:53:24 +0000 (14:53 -0800)]
Meta/Doit: vastly simplify
Junio C Hamano [Wed, 4 Mar 2026 22:52:12 +0000 (14:52 -0800)]
Meta/Dothem: allow different kinds of tests run at the same time
Junio C Hamano [Tue, 3 Mar 2026 01:41:10 +0000 (17:41 -0800)]
What's cooking (2026/03 #01)
Junio C Hamano [Fri, 27 Feb 2026 23:51:12 +0000 (15:51 -0800)]
What's cooking (2026/02 #11)
Junio C Hamano [Thu, 26 Feb 2026 20:53:11 +0000 (12:53 -0800)]
What's cooking (2026/02 #10)
Junio C Hamano [Wed, 25 Feb 2026 23:29:36 +0000 (15:29 -0800)]
What's cooking (2026/02) #09
Junio C Hamano [Mon, 23 Feb 2026 09:50:46 +0000 (01:50 -0800)]
What's cooking (2026/02) #08
Junio C Hamano [Fri, 20 Feb 2026 23:18:10 +0000 (15:18 -0800)]
What's cooking (2026/02 #07)
Junio C Hamano [Tue, 17 Feb 2026 23:15:04 +0000 (15:15 -0800)]
What's cooking (2026/02 #06)
Junio C Hamano [Fri, 13 Feb 2026 23:51:18 +0000 (15:51 -0800)]
What's cooking (2026/02 #05)
Junio C Hamano [Tue, 10 Feb 2026 22:21:10 +0000 (14:21 -0800)]
What's cooking (2026/02 #04)