summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #5125 from albfan/wip/albfan/diff_buffersPatrick Steinhardt2019-08-017-61/+147
|\ \ | |/ |/|
| * examples: consolidate includes into "common.h"Patrick Steinhardt2019-07-055-26/+18
| * Compare buffers in diff exampleAlberto Fanjul2019-07-053-35/+129
* | examples: implement config examplePatrick Steinhardt2019-07-113-0/+64
|/
* Merge pull request #5143 from libgit2/ethomson/warningsPatrick Steinhardt2019-07-057-11/+11
|\
| * examples: avoid warning when iterating over index entriesPatrick Steinhardt2019-07-052-2/+2
| * examples: avoid conversion warnings when calculating progressPatrick Steinhardt2019-07-051-3/+3
| * examples: avoid passing signed integer to `memchr`Patrick Steinhardt2019-07-051-1/+1
| * examples: cast away constness for reallocating head arraysPatrick Steinhardt2019-07-052-2/+2
| * examples: ssize_t is signed, not unsignedEdward Thomson2019-06-251-1/+1
| * examples: cast away const-nessEdward Thomson2019-06-251-2/+2
| * examples: don't lose `const`Edward Thomson2019-06-251-1/+1
| * example: use `git_off_t` for the object sizeEdward Thomson2019-06-251-1/+1
* | Resolve static check warnings in example codeScott Furry2019-06-272-1/+2
|/
* oid: `is_zero` instead of `iszero`Edward Thomson2019-06-162-3/+3
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-3/+3
* examples: use username provided via URLPatrick Steinhardt2019-04-161-8/+9
* examples: implement SSH key credentialsPatrick Steinhardt2019-04-161-8/+8
* examples: implement SSH key credentialsPatrick Steinhardt2019-04-161-2/+18
* examples: support plain username credentialsPatrick Steinhardt2019-04-161-0/+5
* examples: honor allowed credential types when prompting userPatrick Steinhardt2019-04-161-16/+20
* examples: move MSVC compatibility macros into common headerPatrick Steinhardt2019-04-163-9/+5
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-223-6/+6
* examples/add: add explanatory comments and reformatEtienne Samson2019-02-151-23/+37
* examples: print available commands if no args are givenPatrick Steinhardt2019-02-151-4/+16
* examples: create common lg2 executablePatrick Steinhardt2019-02-1527-294/+173
* examples: merge common network codePatrick Steinhardt2019-02-1510-150/+109
* examples: remove unused MakefilePatrick Steinhardt2019-02-151-22/+0
* examples: remove test scriptPatrick Steinhardt2019-02-151-95/+0
* 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