Junio C Hamano 60febec4c7 Meta/Reintegrate: find the branch name literally in "What's cooking" reort
It is kind of surprising but this week I named a topic name with '+'
in it for the first time, and for that branch the pattern did not
match and failed to annotate it with the description.
2016-09-21 08:34:09 -07:00
2015-08-28 14:04:56 -07:00
2016-04-20 14:43:53 -07:00
2016-09-02 19:11:07 -07:00
2016-06-23 15:19:48 -07:00
2013-03-13 13:00:59 -07:00
2013-02-25 07:20:26 -08:00
2016-09-19 16:30:18 -07:00

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
No description provided
Readme 646 MiB
Languages
C 50.5%
Shell 38.7%
Perl 4.5%
Tcl 3.2%
Python 0.8%
Other 2.1%