Go to file
Junio C Hamano 9641a3b844 What's cooking (2025/10 #01) 2025-10-02 14:06:42 -07:00
info
.gitattributes
.gitignore
Announce Meta/Announce: no need to \quote @ in the template 2023-03-13 09:49:54 -07:00
CannedResponses Meta/CannedResponses: minor wording tweak for 'make it so' 2025-08-17 16:08:56 -07:00
CheckPush CheckPush: 'next' could be identical to 'master' 2023-11-09 02:01:15 +09:00
Checklist.txt
Count Meta/Count: allow the command line to specify the latest tag 2025-07-01 15:24:21 -07:00
Doit Meta/Doit: not so aggressively 2020-10-19 10:08:42 -07:00
Dothem Meta/Dothem: --breaking builds and tests with BREAKING_CHANGES enabled 2025-09-05 15:50:33 -07:00
GRADUATED Meta/GRADUATED: exclude topics whose fork-points are on master 2013-02-01 14:04:52 -08:00
Gitweb
KO Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
Linus Meta/Linus: blame not just Linus's initial version but any version 2013-03-13 13:20:17 -07:00
ML Meta/ML: correctly detect topic that is not in 'master' 2024-07-11 14:14:42 -07:00
MaintNotes MaintNotes: 2.51 2025-08-17 17:40:23 -07:00
Make Meta/Make: export SHELL as well as SHELL_PATH 2025-04-07 09:38:18 -07:00
ProjectContact
README.cooking
RP
Reintegrate Meta/cook: fix the reference links 2024-07-29 19:08:30 -07:00
RelBuild Meta/dodoc.sh: switch to asciidoctor 2024-07-29 19:10:04 -07:00
RelClean Meta/Rel{Build,Upload,Clean}: use kup to upload to k.org 2013-05-24 14:11:39 -07:00
RelSave Meta/RelSave: save away release material 2023-01-13 15:25:08 -08:00
RelSign Meta/RelSign: optionally use existing agent 2022-10-10 14:35:42 -07:00
RelStat RelStat (draft) 2013-03-13 13:00:59 -07:00
RelUpload What's cooking (2023/05 #01) 2023-05-02 15:26:10 -07:00
Release
SE Meta/SE: drop hardcoded to: address 2013-02-25 07:20:26 -08:00
Summary Meta/Summary: avoid paging individual steps 2023-12-20 12:30:16 -08:00
V V: use the describe --long format 2023-11-23 13:28:43 +09:00
WCBCC Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
add-by Meta/add-by: support --mine=<sig> to keep the trailer at the end 2022-09-09 15:11:24 -07:00
amlook Meta/amlook: report the objects as well as integrated branches 2020-10-19 10:08:21 -07:00
compare-cooking.perl
cook Meta/cook: carry section descriptions forward 2025-09-05 15:43:17 -07:00
docbuild-8.sh
dodoc.sh Meta/dodoc.sh: switch to asciidoctor 2024-07-29 19:10:04 -07:00
indent-cpp-directive.perl Meta/indent-cpp-directive: C preprocessor directive indentation rules 2025-07-15 14:19:20 -07:00
jc.png
loop-rebuild loop-rebuild: use asciidoc here for variation 2025-09-16 08:55:36 -07:00
people
post-applypatch Meta/post-applypatch: don't contaminate amlog with useless "reverse mapping" 2020-12-21 15:58:44 -08:00
pre-applypatch Meta: rename 'pu' to 'seen' 2020-06-22 17:20:27 -07:00
pushall Meta/pushall: drop unused comment 2024-12-13 08:56:01 -08:00
round Meta/round: omit 'test' from the default set; sha256 runs test 2024-10-11 13:58:11 -07:00
taboo.perl Meta/taboo.perl: update from vger 2023-04-13 07:44:52 -07:00
whats-cooking.txt What's cooking (2025/10 #01) 2025-10-02 14:06:42 -07:00
worklog

README.cooking

The compare-cooking.perl script is meant to help viewing the differences
between periodical "What's cooking" messages, and can be used as an
external diff driver by:

    $ git config diff.whatscooking.command ./compare-cooking.perl

to produce this section in your .git/config

    [diff "whatscooking"]
	command = ./compare-cooking.perl

You can use e.g.

    $ git log -p --ext-diff whats-cooking.txt
    $ git show --ext-diff whats-cooking.txt

to review the history.