{{ message }}
devzero2000/git
Folders and files
Repository files navigation
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.
Languages
- C 50.1%
- Shell 38.9%
- Perl 4.3%
- Tcl 3.5%
- Python 0.8%
- Makefile 0.7%
- Other 1.7%
