Go to file
Junio C Hamano 9f82dd37d5 What's cooking (2021/02 #01) 2021-02-03 16:20:44 -08:00
info
.gitattributes
.gitignore
AT
Announce Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
CB Meta/CB: help culling stale topic branches 2016-04-20 14:43:53 -07:00
CheckPush Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
Checklist.txt
DoKernelOrg
Doit Meta/Doit: not so aggressively 2020-10-19 10:08:42 -07:00
Dothem Meta/Dothem: use sparse 2020-11-02 17:59:14 -08:00
GRADUATED
Gitweb
KO Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
Linus
ML Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
MaintNotes MaintNotes: update reference to the latest 2020-12-28 09:08:01 -08:00
Make Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
ProjectContact
RB
README.cooking
RP
Reintegrate Reintegrate: check coccicheck-pending, too 2019-03-01 07:28:15 +09:00
RelBuild Meta/RelBuild: futz with perms and owners in the tar archive 2020-10-06 13:12:58 -07:00
RelClean
RelSign Meta/RelSign: adjust to GnuPG v2 2017-12-06 12:23:17 -08:00
RelStat
RelUpload Meta/RelUpload: adjust to kup migration 2017-05-16 13:29:08 +09:00
Release
SE
SR
Summary
TODO
UWC
V Meta: rename 'pu' to 'seen' 2020-06-22 17:20:27 -07:00
WC
WCBCC Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
WI
add-by
amlook Meta/amlook: report the objects as well as integrated branches 2020-10-19 10:08:21 -07:00
candidates
check-topic-merges
compare-cooking.perl
cook cook: add https://gitlab.com/git-vcs/git as another mirror 2020-12-01 13:22:41 -08:00
count-contributors.sh
docbuild-8.sh
dodoc.sh Meta/Make, Meta/dodoc: enable BOLD_LITERAL 2016-05-26 14:31:46 -07:00
genMaintNotes.perl
git-topic.perl Meta: rename 'pu' to 'seen' 2020-06-22 17:20:27 -07:00
jc.png
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: catch attempts to push only 'next' branch to special case, too 2017-10-18 11:57:53 +09:00
taboo.perl
whats-cooking.txt What's cooking (2021/02 #01) 2021-02-03 16:20:44 -08: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.