summaryrefslogtreecommitdiff
path: root/examples/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Continue implementation of git-diffRussell Belfer2012-03-021-2/+3
| | | | | | | | * Implemented git_diff_index_to_tree * Reworked git_diff_options structure to handle more options * Made most of the options in git_diff_options actually work * Reorganized code a bit to remove some redundancy * Added option parsing to examples/diff.c to test most options
* Clean up diff implementation for reviewRussell Belfer2012-03-021-3/+4
| | | | | | | This fixes several bugs, updates tests and docs, eliminates the FILE* assumption in favor of printing callbacks for the diff patch formatter helpers, and adds a "diff" example function that can perform a diff from the command line.
* Fixed typo in example Makefile code and slimmed it down more.David Boyce2011-09-151-7/+5
| | | | | | | Reverted signature of git_signature_new. Removed error check wrappers (voted down). Made Makefile work out of the box on Linux and Solaris when standard cmake build instructions for the library are followed.
* Fixed to build examples with knowledge of include and lib locations.David Boyce2011-09-121-3/+8
|
* update examples content to be compilable and up to dateScott Chacon2011-06-151-0/+10