summaryrefslogtreecommitdiff
path: root/examples/diff.c
Commit message (Expand)AuthorAgeFilesLines
* Extend diff exampleRussell Belfer2013-05-171-6/+44
* Make examples/diff.c compile vs threadsafe libraryRussell Belfer2013-05-161-2/+8
* Clean up minor detailsBen Straub2013-04-151-1/+1
* Change git_revparse to output git_object pointersBen Straub2013-04-151-4/+2
* Deprecate git_revparse_single and _rangelikeBen Straub2013-04-091-1/+3
* Simplify diff example using revparseRussell Belfer2013-03-021-20/+1
* Don't clear the opt instance in the diff example.Sebastian Bauer2013-01-231-2/+0
* Fix diff constructor name order confusionRussell Belfer2012-12-171-7/+7
* Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-1/+1
* Update diff callback param orderRussell Belfer2012-11-271-4/+4
* Examples: fix reference namesBen Straub2012-11-271-1/+1
* Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-141-6/+6
* Improve docs, examples, warningsRussell Belfer2012-11-011-10/+14
* Minor fixes, cleanups, and clarificationsRussell Belfer2012-06-081-3/+1
* Basic setup for profilingRussell Belfer2012-05-171-1/+7
* examples/diff: update example codeschu2012-03-131-2/+2
* Update diff to use iteratorsRussell Belfer2012-03-021-10/+33
* Continue implementation of git-diffRussell Belfer2012-03-021-20/+97
* Clean up diff implementation for reviewRussell Belfer2012-03-021-0/+134