summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4770 from tiennou/feature/merge-analysis-any-branchPatrick Steinhardt2018-11-301-0/+19
|\
| * merge: make analysis possible against a non-HEAD referenceEtienne Samson2018-10-191-0/+19
* | Merge pull request #4888 from TheBB/add-cbPatrick Steinhardt2018-11-291-1/+1
|\ \
| * | revwalk: Allow changing hide_cbEivind Fonn2018-11-281-1/+1
* | | stream registration: take an enum typeEdward Thomson2018-11-281-3/+15
* | | stream: provide generic registration APIEdward Thomson2018-11-281-9/+38
* | | tls: introduce a wrap functionEdward Thomson2018-11-281-6/+36
* | | Merge pull request #4879 from libgit2/ethomson/defer_cert_cred_cbPatrick Steinhardt2018-11-283-3/+12
|\ \ \
| * | | transport: allow cred/cert callbacks to return GIT_PASSTHROUGHethomson/defer_cert_cred_cbEdward Thomson2018-11-212-1/+4
| * | | transport: see if cert/cred callbacks exist before calling themEdward Thomson2018-11-151-2/+8
| |/ /
* | | Merge pull request #4884 from libgit2/ethomson/index_iteratorPatrick Steinhardt2018-11-212-0/+43
|\ \ \
| * | | index: introduce git_index_iteratorethomson/index_iteratorEdward Thomson2018-11-142-0/+43
* | | | worktree: Expose git_worktree_add_init_optionsOzan Sener2018-11-181-1/+1
| |/ / |/| |
* | | Merge pull request #4667 from tiennou/feature/remote-create-apiPatrick Steinhardt2018-11-131-0/+74
|\ \ \ | |/ / |/| |
| * | remote: add a flag to prevent generation of the default fetchspecEtienne Samson2018-11-021-0/+3
| * | remote: add a creation flag for ignoring url.insteadOfEtienne Samson2018-11-021-0/+11
| * | remote: provide a generic API for creating remotesEtienne Samson2018-11-021-0/+60
* | | apply: introduce a hunk callbackEdward Thomson2018-11-051-0/+17
* | | apply: introduce a delta callbackEdward Thomson2018-11-051-0/+19
* | | apply: move location to an argument, not the optsEdward Thomson2018-11-051-11/+21
* | | apply: return a specific exit code on failureEdward Thomson2018-11-041-0/+1
* | | apply: introduce `git_apply`Edward Thomson2018-11-041-0/+42
* | | apply: introduce `git_apply_tree`Edward Thomson2018-11-032-0/+42
|/ /
* | util: allow callers to reset custom allocatorsEdward Thomson2018-10-211-1/+2
* | path: export the dotgit-checking functionscmn/expose-gitfile-checkCarlos Martín Nieto2018-10-151-0/+64
|/
* config: fix incorrect filename in documentation commentEtienne Samson2018-10-011-1/+1
* doc: small fixups & additionsEtienne Samson2018-10-013-19/+58
* revwalk: refer the sorting modes more to git's optionscmn/sorting-modesCarlos Martín Nieto2018-09-171-5/+5
* Merge pull request #4788 from tiennou/doc-fixesPatrick Steinhardt2018-08-303-113/+154
|\
| * diff: documentation mashupEtienne Samson2018-08-291-111/+151
| * push: make the parallelism default follow the docsEtienne Samson2018-08-291-1/+1
| * doc: fix comment on GIT_EUSEREtienne Samson2018-08-291-1/+2
* | Merge pull request #4773 from RandomSort/giterrPatrick Steinhardt2018-08-301-1/+6
|\ \ | |/ |/|
| * Add two words to clarifyJohan Abildskov2018-08-271-1/+1
| * Update giterr_last API documentation to reflect real behaviourJohan Abildskov2018-08-201-1/+6
* | Merge pull request #4374 from pks-t/pks/pack-file-verifyEdward Thomson2018-08-261-4/+30
|\ \ | |/ |/|
| * indexer: add ability to select connectivity checksPatrick Steinhardt2018-06-221-0/+3
| * indexer: introduce options struct to `git_indexer_new`Patrick Steinhardt2018-06-221-4/+27
* | Merge pull request #4721 from nelhage/max-objectsPatrick Steinhardt2018-07-261-1/+15
|\ \
| * | INDEXER_MAX_OBJECTS -> PACK_MAX_OBJECTSNelson Elhage2018-07-161-4/+4
| * | Add a git_libgit2_opts option to set the max indexer object countNelson Elhage2018-07-121-1/+15
* | | Merge pull request #4692 from tiennou/examples/checkoutPatrick Steinhardt2018-07-201-0/+9
|\ \ \
| * | | annotated_commit: make the refname accessibleEtienne Samson2018-07-071-0/+9
| |/ /
* | | ignore: improve `git_ignore_path_is_ignored` description Git analogyIgor Djordjevic2018-07-141-2/+2
|/ /
* | Merge pull request #4536 from libgit2/ethomson/index_dirtyEdward Thomson2018-06-302-1/+11
|\ \
| * | settings: optional unsaved index safetyEdward Thomson2018-06-291-1/+10
| * | index: return a unique error code on dirty indexEdward Thomson2018-06-291-0/+1
| |/
* | refspec: add public parsing apicynecx2018-06-221-0/+17
|/
* Fix last references to deprecated git_buf_freeSven Strickroth2018-06-182-2/+2
* Require the length argument to git_mailmap_from_buffer and make mailmap_add_b...Nika Layzell2018-06-171-17/+1