mirror of
https://github.com/git/git.git
synced 2026-01-16 13:49:39 +00:00
0e2d29bc9cb6cda02cf3a44ddadd2af7df341ddd
A new topic that is still not ready for 'pu' which uses a topic in flight appear in the description of the latter as "used by", even though it does not appear in the report anywhere else. Leave a note to the place where this bug happens, as I do not have time to fix it right now.
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%