summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Updating language in examples READMERussell Belfer2012-07-101-4/+7
* examples: add READMEMichael Schubert2012-07-101-0/+8
* indexer: don't use '/objects/pack/' unconditionallyCarlos Martín Nieto2012-06-282-2/+2
* Fix incorrect revertChris Young2012-06-141-1/+1
* Updates from comments on OS4 compatibility pull request http://github.com/lib...Chris Young2012-06-142-8/+2
* Merge remote-tracking branch 'source/development' into developmentChris Young2012-06-131-3/+1
|\
| * Minor fixes, cleanups, and clarificationsRussell Belfer2012-06-081-3/+1
* | Let platform 'Generic' get the regex deps so we don't need to use our externa...Chris Young2012-06-091-2/+2
* | allow disabling pthreads for testingChris Young2012-06-091-0/+6
* | Fix makefileChris Young2012-06-091-3/+4
|/
* examples/network: consistently use tabs for indentationCarlos Martín Nieto2012-05-242-126/+126
* Fix examples/general.c compilationScott J. Goldman2012-05-201-1/+1
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-2/+2
* errors: Rename the generic return codesVicent Martí2012-05-185-13/+13
* Basic setup for profilingRussell Belfer2012-05-172-2/+8
* examples: fix an oopsieCarlos Martín Nieto2012-05-111-0/+1
* examples: update network examples error handlingCarlos Martín Nieto2012-05-101-2/+5
* remotes: change git_remote_new's signatureCarlos Martín Nieto2012-05-082-2/+2
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-024-74/+145
|\
| * remote: don't free transport on disconnectMichael Schubert2012-05-021-0/+3
| * remote: run a callback when updating the branch tipsCarlos Martín Nieto2012-04-252-2/+21
| * examples: run fetch in a background threadCarlos Martín Nieto2012-04-251-13/+56
| * examples: port 'fetch' to the new APICarlos Martín Nieto2012-04-251-71/+22
| * examples: stream indexer exampleCarlos Martín Nieto2012-04-131-0/+55
| * Use new error handling in the example network codeCarlos Martín Nieto2012-04-111-1/+1
* | 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-022-22/+100
* Clean up diff implementation for reviewRussell Belfer2012-03-022-3/+138
* examples: use git_repository_odb instead of _databaseCarlos Martín Nieto2012-01-131-1/+1
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-283-78/+11
* Rename all `_close` methodsVicent Marti2011-11-261-6/+6
* examples/network/.gitignore: ignore 'git2'Brandon Casey2011-11-061-0/+1
* examples/network/git2.c: exit with proper status, and avoid segfaultBrandon Casey2011-11-061-1/+2
* examples/network/git2.c: add newline to usage messageBrandon Casey2011-11-061-1/+1
* examples/network/fetch.c: revert overzealous conversion of free to git__freeBrandon Casey2011-11-061-1/+1
* examples/general.c: update for recent API renaming of git_config_get_intBrandon Casey2011-11-051-2/+2
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* examples: add ls-remote, fetch and index-pack examplesCarlos Martín Nieto2011-10-036-0/+372
* Fixed typo in example Makefile code and slimmed it down more.David Boyce2011-09-152-56/+42
* Changes to allow examples/*.c to compile and link. This required onDavid Boyce2011-09-121-41/+57
* Fixed to build examples with knowledge of include and lib locations.David Boyce2011-09-121-3/+8
* 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
* oid: Rename methodsVicent Marti2011-06-161-8/+8
* update examples content to be compilable and up to dateScott Chacon2011-06-154-4/+39
* fix the example urlsScott Chacon2011-06-141-16/+14