Go to file
Junio C Hamano dda9bd0cec Meta/pushall: drop unused comment 2024-12-13 08:56:01 -08:00
info
.gitattributes
.gitignore
Announce Meta/Announce: no need to \quote @ in the template 2023-03-13 09:49:54 -07:00
CannedResponses Meta/Canned: polish 'not just respond' section 2024-04-19 11:45:59 -07:00
CheckPush CheckPush: 'next' could be identical to 'master' 2023-11-09 02:01:15 +09:00
Checklist.txt
Count Meta/Count: make lasttag truly customizable 2024-05-13 16:28:20 -07:00
Doit Meta/Doit: not so aggressively 2020-10-19 10:08:42 -07:00
Dothem Dothem: run with leaks and sha256 2024-12-13 08:54:47 -08: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: gitk has new maintainer 2024-11-25 14:38:20 +09:00
Make Meta/Make: simplify CFLAGS 2024-12-13 08:55:42 -08: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 Point MAN_BASE_URL to git-htmldocs/ for now 2012-04-06 11:32:24 -07:00
SE Meta/SE: drop hardcoded to: address 2013-02-25 07:20:26 -08:00
SR Meta/SR: check maintenance tracks 2012-04-26 13:37:12 -07:00
Summary Meta/Summary: avoid paging individual steps 2023-12-20 12:30:16 -08:00
TODO
UWC
V V: use the describe --long format 2023-11-23 13:28:43 +09:00
WC
WCBCC Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
WI
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: add missing full-stop after "Under discussion" 2024-11-22 17:06:31 +09:00
count-contributors.sh
docbuild-8.sh
dodoc.sh Meta/dodoc.sh: switch to asciidoctor 2024-07-29 19:10:04 -07:00
genMaintNotes.perl
git-topic.perl Meta: rename 'pu' to 'seen' 2020-06-22 17:20:27 -07:00
jc.png
loop-rebuild loop-rebuild: run with more checks 2024-12-13 08:55:11 -08: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 (2024/12 #05) 2024-12-12 17:29:37 +09: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.