summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* mailmap: Hide EEXISTS to simplify git_mailmap_add_entry callersNika Layzell2018-06-141-1/+1
* mailmap: API and style cleanupNika Layzell2018-06-143-15/+20
* mailmap: Rewrite API to support accurate mailmap resolutionNika Layzell2018-06-141-70/+60
* mailmap: API and style cleanupNika Layzell2018-06-141-1/+2
* mailmap: Switch mailmap parsing to use the git_parse moduleNika Layzell2018-06-141-24/+20
* mailmap: Fix some other minor style nitsEmilio Cobos Álvarez2018-06-141-2/+1
* mailmap: Fix more bugs which snuck in when I rebasedNika Layzell2018-06-141-2/+2
* mailmap: Integrate mailmaps with blame and signaturesNika Layzell2018-06-144-0/+54
* mailmap: Make everything a bit more style conformingNika Layzell2018-06-141-30/+31
* mailmap: Clean up mailmap parser, and finish APINika Layzell2018-06-141-16/+103
* mailmap: WIP mailmap supportEmilio Cobos Álvarez2018-06-142-0/+40
* Merge pull request #4680 from pks-t/pks/diff-opts-enumEdward Thomson2018-06-121-6/+6
|\
| * diff: fix enum value being out of allowed rangePatrick Steinhardt2018-06-121-6/+6
* | Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson2018-06-112-1/+24
|\ \ | |/ |/|
| * buffer: deprecate `git_buf_free` in favor of `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+13
| * common.h: create `GIT_DEPRECATED` macroPatrick Steinhardt2018-06-101-0/+11
* | settings: allow swapping out memory allocatorPatrick Steinhardt2018-06-072-0/+31
* | alloc: make memory allocators use function pointersPatrick Steinhardt2018-06-071-0/+77
|/
* docs: standardize struct git_*_options commentsEtienne Samson2018-05-078-27/+26
* docs: fix comment styleEtienne Samson2018-05-071-3/+6
* attr: fix typoEtienne Samson2018-05-071-1/+1
* branch: typoEtienne Samson2018-05-071-1/+1
* docs: move blame options struct field commentsEtienne Samson2018-05-071-14/+17
* docs: correct defgroupEtienne Samson2018-05-071-1/+1
* docs: fix incorrect codeblock on outputEtienne Samson2018-05-071-35/+35
* docs: move comment so docurium sees itEtienne Samson2018-05-071-1/+1
* docs: standardize comment block for git_*_init_options functionsEtienne Samson2018-05-0716-84/+157