summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* deprecation: ensure we GIT_EXTERN deprecated funcsEdward Thomson2019-02-141-0/+3
* examples: don't use deprecated typesEdward Thomson2019-01-251-2/+2
* errors: remove giterr usage in examplesEdward Thomson2019-01-226-12/+12
* Merge pull request #4939 from libgit2/ethomson/git_refEdward Thomson2019-01-192-3/+3
|\
| * references: use new names in internal usageethomson/git_refEdward Thomson2019-01-172-3/+3
* | object_type: convert final internal users to new namesethomson/git_objEdward Thomson2019-01-177-13/+13
|/
* Merge pull request #4374 from pks-t/pks/pack-file-verifyEdward Thomson2018-08-261-1/+1
|\
| * indexer: introduce options struct to `git_indexer_new`Patrick Steinhardt2018-06-221-1/+1
* | Merge pull request #4692 from tiennou/examples/checkoutPatrick Steinhardt2018-07-204-23/+293
|\ \
| * | examples: add checkoutEtienne Samson2018-07-171-0/+235
| * | examples: add a helper for boolean-style optionsEtienne Samson2018-07-072-0/+28
| * | examples: make the refish resolution work with short OIDsEtienne Samson2018-07-071-3/+4
| * | examples: move refish resolution function in commonEtienne Samson2018-07-073-23/+29
| |/
* | cmake: enforce C90 standardPatrick Steinhardt2018-07-131-0/+3
* | cmake: distinguish internal and system include directoriesPatrick Steinhardt2018-07-131-0/+1
* | treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-134-13/+17
|/
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-103-3/+3
* Merge pull request #4642 from pks-t/pks/cmake-resolve-pkgconfigPatrick Steinhardt2018-05-091-1/+0
|\
| * cmake: remove now-useless LIBGIT2_LIBDIRS handlingPatrick Steinhardt2018-05-091-1/+0
* | tests: ls-files: use puts instead of printf and fix typosCarson Howard2018-05-021-4/+4
* | examples: ls-files: print entry path only when entry is foundCarson Howard2018-03-271-5/+4
* | examples: ls-files: update print_paths to print all casesCarson Howard2018-03-271-19/+17
* | test: ls-files: remove dependency on git_arrayCarson Howard2018-03-271-11/+12
* | examples: ls-files: fix build errorCarson Howard2018-03-271-1/+1
* | examples: ls-files: address PR and styleCarson Howard2018-03-271-24/+14
* | examples: ls-files: use git_array_t to handle filesCarson Howard2018-03-271-11/+11
* | examples: ls-files: build file list with arrayCarson Howard2018-03-271-9/+9
* | examples: ls-files: fix compile errorCarson Howard2018-03-271-3/+7
* | examples: ls-files: fix style and refactorCarson Howard2018-03-271-70/+65
* | examples: ls-files: handle --error-unmatchCarson Howard2018-03-271-15/+42
* | examples: ls-files: show current files in indexCarson Howard2018-03-271-20/+109
* | examples: ls-files: list filesCarson Howard2018-03-271-0/+37
|/
* examples: zero out our options memory before useEtienne Samson2018-01-251-0/+2
* examples: our/their can be NULLEtienne Samson2018-01-251-2/+4
* examples: fix remaining review commentsEtienne Samson2018-01-251-0/+2
* examples: move support code into static functionsEtienne Samson2018-01-251-81/+97
* examples: hoist the merge analysis back into mainEtienne Samson2018-01-251-58/+39
* examples: minor review fixupsEtienne Samson2018-01-251-10/+12
* examples: add mergeEtienne Samson2018-01-251-0/+391
* examples: Dead code & warningsEtienne Samson2018-01-251-7/+0
* examples: Move xrealloc to common example codeEtienne Samson2018-01-253-10/+15
* examples: Switch to the nifty argv helpers from commonEtienne Samson2018-01-252-19/+36
* examples: network: fix Win32 linking errors due to getlinePatrick Steinhardt2017-11-061-2/+39
* Merge pull request #4373 from cjhoward92/examples/log-show-log-sizeCarlos Martín Nieto2017-10-291-3/+10
|\
| * examples: log: pass options pointer to print_commitCarson Howard2017-10-131-7/+7
| * example-log: add support for --log-sizeCarson Howard2017-10-111-4/+11
* | examples: remove MakefilePatrick Steinhardt2017-10-202-32/+0
|/
* Fix Issue #4047 Check return codes and free objectsexample_generalDouglas Swanson2017-10-071-3/+28
* cmake: keep track of libraries and includes via listsPatrick Steinhardt2017-08-161-0/+3
* examples: network: refactor credentials callbackPatrick Steinhardt2017-05-151-5/+19