- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Git Source Code Mirror
License
erantapaa/git
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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.
About
Git Source Code Mirror
Resources
License
Stars
Watchers
Forks
Packages 0
        No packages published 
      
              Languages
- C 49.5%
- Shell 32.6%
- Perl 10.5%
- Tcl 3.4%
- Python 2.3%
- Emacs Lisp 1.0%
- Other 0.7%