summaryrefslogtreecommitdiff
path: root/examples/diff.c
Commit message (Expand)AuthorAgeFilesLines
* diff: parse patches with sha256Edward Thomson2023-04-101-0/+8
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-1/+1
* examples: normalize decls and usage of options structsEtienne Samson2019-11-061-11/+9
* Compare buffers in diff exampleAlberto Fanjul2019-07-051-34/+78
* examples: create common lg2 executablePatrick Steinhardt2019-02-151-11/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* examples: diff: parse correct types for line-diffoptsPatrick Steinhardt2016-10-101-3/+3
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-081-2/+2
* Use git_diff_get_stats in example/diff + refactorRussell Belfer2014-04-221-66/+37
* Some doc and examples/diff.c changesRussell Belfer2014-04-221-65/+86
* Merge completed: resolve the conflict with the upstreamSun He2014-03-061-0/+4
|\
| * examples/diff: Add minimal, patience diff options.Brian Gesiak2014-03-051-0/+4
* | fix the output format of diffSun He2014-03-051-2/+2
* | Add the --shortstat flag to examples/diff.cSun He2014-03-051-1/+51
|/
* Fix warnings and code style issuesRussell Belfer2014-02-271-7/+11
* replace 'out' with 'patch',replace the literal tabs with '\t'.rocky-luo2014-02-091-6/+6
* add example for diff with --numstatrocky-luo2014-02-081-8/+38
* Replace copyright topmatter in example filesBen Straub2013-11-021-3/+10
* A few formatting changes for roccoCarlos Martín Nieto2013-11-011-5/+6
* Format comments for use with doccoBen Straub2013-10-311-16/+17
* Extract common example helpers and reorg examplesRussell Belfer2013-10-291-191/+183
* Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-211-12/+16
* Diff API cleanupRussell Belfer2013-10-151-21/+8
* Rename diff objects and split patch.hRussell Belfer2013-10-111-5/+5
* 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