Go to file
Junio C Hamano 1aa0aa942b What's cooking (2017/07 #08) 2017-07-27 15:41:35 -07:00
info
.gitattributes
.gitignore
AT
Announce Meta: retire sourceforge 2017-06-05 12:37:39 +09:00
CB Meta/CB: help culling stale topic branches 2016-04-20 14:43:53 -07:00
CheckPush Meta/CheckPush: fix the "does not match next" error case 2016-06-23 15:19:01 -07:00
Checklist.txt
DoKernelOrg
Dothem Meta/Make: pass --no-prove and --long down thru Dothem to Make 2016-12-22 15:21:20 -08:00
GRADUATED Meta/GRADUATED: exclude topics whose fork-points are on master 2013-02-01 14:04:52 -08:00
Gitweb
KO
Linus Meta/Linus: blame not just Linus's initial version but any version 2013-03-13 13:20:17 -07:00
ML Meta/ML: customize the name of the maint track when determining what to merge later into it 2017-03-20 13:25:21 -07:00
MaintNotes Meta/MaintNotes: post 2.12.1 update 2017-03-20 14:19:29 -07:00
Make Meta/Make: favor DC_SHA1 when available 2017-03-20 13:24:00 -07:00
ProjectContact
RB
README.cooking
RP
Reintegrate Meta/cook: catch 'will wait...', too 2017-07-07 12:24:37 -07:00
RelBuild Meta/RelBuild: split signing phase into separate RelSign 2014-12-18 10:52:37 -08:00
RelClean Meta/Rel{Build,Upload,Clean}: use kup to upload to k.org 2013-05-24 14:11:39 -07:00
RelSign Meta/RelBuild: split signing phase into separate RelSign 2014-12-18 10:52:37 -08:00
RelStat RelStat (draft) 2013-03-13 13:00:59 -07:00
RelUpload Meta/RelUpload: adjust to kup migration 2017-05-16 13:29:08 +09:00
Release
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
TODO
UWC
V
WC
WCBCC Meta/WCBCC: do not look at branches that no longer exist 2017-03-10 14:44:24 -08:00
WI
add-by Meta/add-by: add them even to a message without any sign-off 2013-01-22 14:42:22 -08:00
amlook Meta/post-applypatch: use bidirectional notes mapping in amlog 2012-09-27 18:22:55 -07:00
candidates
check-topic-merges
compare-cooking.perl
cook Meta/cook: catch 'will wait...', too 2017-07-07 12:24:37 -07: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
jc.png
people
post-applypatch Meta/post-applypatch: use bidirectional notes mapping in amlog 2012-09-27 18:22:55 -07:00
pre-applypatch
pushall Meta: retire sourceforge 2017-06-05 12:37:39 +09:00
taboo.perl
whats-cooking.txt What's cooking (2017/07 #08) 2017-07-27 15:41:35 -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.