summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* diff: parse patches with sha256Edward Thomson2023-04-101-0/+8
* index: add sha256 supportEdward Thomson2023-04-101-0/+4
* object: lookup sha256 objectsEdward Thomson2023-02-121-1/+8
* sha256: indirection for experimental functionsEdward Thomson2022-07-132-1/+36
* oid: give oids a typeEdward Thomson2022-06-202-9/+9
* oid: define GIT_OID_SHA1_ZEROEdward Thomson2022-06-141-1/+1
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-149-23/+23
* cmake: rename git2internal target to libgit2Edward Thomson2022-02-221-2/+2
* cmake: document CMakeLists.txt hierarchyEdward Thomson2022-02-221-0/+2
* Free parent and ref in lg2_commit before returning.Ashok P. Nadkarni2022-02-141-6/+8
* Update common.hapnadkarni2022-02-131-1/+1
* indexer: use a byte array for checksumEdward Thomson2022-01-271-3/+1
* Fix typosDimitris Apostolou2022-01-051-2/+2
* Make enum in src,tests and examples C90 compliant by removing trailing comma.Peter Pettersson2021-11-153-3/+3
* cmake: refactor global variablesEdward Thomson2021-11-141-4/+5
* example: declare print_usage functionEdward Thomson2021-11-111-1/+1
* examples: remove unused functionEdward Thomson2021-11-111-15/+0
* cmake: stylistic refactoringEdward Thomson2021-10-181-11/+11
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-1/+1
* examples: Free the git_config and git_config_entry after usePaymon MARANDI2021-09-241-0/+9
* Fix typo in general.cCrayon2021-07-281-1/+1
* Remove duplicate line, in example codepunkymaniac2021-03-171-5/+0
* Fix some typosAaron Franke2021-02-153-4/+4
* revspec: rename git_revparse_mode_t to git_revspec_tethomson/revparseEdward Thomson2021-01-314-8/+8
* examples: log: fix documentation generationPatrick Steinhardt2020-06-081-9/+18
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-014-5/+5
* examples: additions and fixesPeter Salomonsen2020-04-025-1/+147
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-262-8/+8
* Merge pull request #5283 from pks-t/pks/example-checkout-remote-branchPatrick Steinhardt2019-12-131-5/+78
|\
| * examples: checkout: implement guess heuristic for remote branchesPatrick Steinhardt2019-10-251-5/+78
* | Merge pull request #5272 from tiennou/examples/cli-ificationPatrick Steinhardt2019-11-2822-444/+521
|\ \
| * | examples: buff up rev-list by adding OID supportEtienne Samson2019-11-061-22/+58
| * | examples: normalize decls and usage of options structsEtienne Samson2019-11-0612-89/+86
| * | examples: add comments to add.cEtienne Samson2019-11-061-0/+2
| * | examples: modernize add codeEtienne Samson2019-11-061-45/+49
| * | examples: extract argument conversion helperEtienne Samson2019-11-062-0/+19
| * | examples: fixup for-each-ref styleEtienne Samson2019-11-061-33/+33
| * | examples: keep track of whether we processed a "--" argEtienne Samson2019-11-065-10/+23
| * | examples: move "args" to its own headerEtienne Samson2019-11-064-239/+251
| * | examples: remove duplicate includes from common.cEtienne Samson2019-11-061-9/+1
| * | global: DRY includes of assert.hEtienne Samson2019-11-066-6/+4
| * | examples: add missing include barriersEtienne Samson2019-11-061-0/+4
| * | examples: add *.h files to IDEsEtienne Samson2019-11-061-1/+1
| |/
* | example: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-1/+1
|/
* Merge pull request #5113 from pks-t/pks/stash-perfEdward Thomson2019-08-113-0/+159
|\
| * examples: implement git-stash examplePatrick Steinhardt2019-07-203-0/+159
* | Merge pull request #5146 from scottfurry/StaticFixesExamplesPatrick Steinhardt2019-08-023-8/+8
|\ \
| * | Adjust printf specifiers in examples codeScott Furry2019-08-013-8/+8
* | | Merge pull request #5184 from novalis/fix-examplePatrick Steinhardt2019-08-011-1/+1
|\ \ \ | |/ / |/| |
| * | Fix example checkout to forbid rather than require --David Turner2019-07-241-1/+1
| |/