mirror of
https://github.com/git/git.git
synced 2026-01-15 13:19:10 +00:00
648d4febcb94fe252ef8d44cf5acb3f913cfd83a
Since ee21229 (Merge in "What's cooking" history, 2010-01-04) hinted that
"What's in" is merely a glorified "shortlog --no-merges", I haven't issued
a new issue. The regular "What's cooking" message lists them in a much
more readable way in its "Graduated to master" section.
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.
Description
Languages
C
50.5%
Shell
38.7%
Perl
4.5%
Tcl
3.2%
Python
0.8%
Other
2.1%