summaryrefslogtreecommitdiff
path: root/examples/general.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-5/+7
* Fix Issue #4047 Check return codes and free objectsexample_generalDouglas Swanson2017-10-071-3/+28
* examples: general: fix memory leaksPatrick Steinhardt2017-01-121-1/+30
* examples: general: display config only if it was foundPatrick Steinhardt2017-01-121-3/+3
* examples: general: narrow down scope of loop variablesPatrick Steinhardt2017-01-121-4/+6
* examples: general: clean up committer/author variablesPatrick Steinhardt2017-01-121-4/+4
* Fix issue #4046 Seg fault in config_files()Douglas Swanson2016-12-291-4/+6
* examples: general: fix remaining warningsPatrick Steinhardt2016-10-101-9/+14
* examples: general: convert C99 comments to C90 commentsPatrick Steinhardt2016-10-101-42/+54
* examples: general: extract function demonstrating OID parsingPatrick Steinhardt2016-10-101-26/+44
* examples: general: extract function demonstrating ODBPatrick Steinhardt2016-10-101-51/+77
* examples: general: extract function demonstrating commit writingPatrick Steinhardt2016-10-101-36/+51
* examples: general: extract functions demonstrating object parsingPatrick Steinhardt2016-10-101-131/+194
* examples: general: extract function demonstrating revwalkingPatrick Steinhardt2016-10-101-39/+53
* examples: general: extract function demonstrating index walkingPatrick Steinhardt2016-10-101-24/+33
* examples: general: extract function demonstrating reference listingsPatrick Steinhardt2016-10-101-22/+36
* examples: general: extract function demonstrating config filesPatrick Steinhardt2016-10-101-14/+23
* examples: general: use tabs instead of spacesPatrick Steinhardt2016-10-101-457/+457
* Update link to Pro Git's Git internals chapter.Patrick McKenna2016-03-071-3/+2
* Spelling fixesWill Stamper2014-12-041-2/+2
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-081-0/+4
* Factor 40 and 41 constants from source.Ciro Santilli2014-09-161-2/+2
* MSVC doesn't like modern code neitherLinquize2014-01-271-2/+1
* Update files that reference tests-clarBen Straub2013-11-141-1/+1
* Replace copyright topmatter in example filesBen Straub2013-11-021-0/+14
* refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-1/+1
* examples: Don't print weird charactersVicent Marti2013-04-101-2/+1
* General example: run against testrepo.gitBen Straub2013-04-041-9/+13
* Add rudimentary error checks and reformat commentsRussell Belfer2013-02-151-146/+207
* removed other references to api.htmlCarlos Scheidegger2013-02-061-2/+1
* API updates for index.hBen Straub2012-11-271-1/+1
* Update diff callback param orderRussell Belfer2012-11-271-1/+1
* API review / update for tree.hRussell Belfer2012-11-271-2/+2
* Examples: fix reference namesBen Straub2012-11-271-2/+2
* tag: rename git_tag_type to git_tag_target_typenulltoken2012-11-171-1/+1
* index refactoringEdward Thomson2012-10-291-1/+1
* examples: fix config getter param orderCarlos Martín Nieto2012-09-301-2/+2
* Fix examples/general.c compilationScott J. Goldman2012-05-201-1/+1
* errors: Rename the generic return codesVicent Martí2012-05-181-1/+1
* Basic setup for profilingRussell Belfer2012-05-171-1/+1
* examples: use git_repository_odb instead of _databaseCarlos Martín Nieto2012-01-131-1/+1
* Rename all `_close` methodsVicent Marti2011-11-261-6/+6
* examples/general.c: update for recent API renaming of git_config_get_intBrandon Casey2011-11-051-2/+2
* Fixed typo in example Makefile code and slimmed it down more.David Boyce2011-09-151-49/+37
* Changes to allow examples/*.c to compile and link. This required onDavid Boyce2011-09-121-41/+57
* examples/general: fix misc warningsKirill A. Shutemov2011-07-051-2/+4
* examples/general: fix warnings on not handled reference type in switchKirill A. Shutemov2011-07-051-0/+3
* examples/general: fix git_commit_create_v() arguments typeKirill A. Shutemov2011-07-051-3/+6
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-12/+12
* config: Update examplesVicent Marti2011-06-181-1/+1