summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* New API: git_index_find_prefixLeo Yang2015-09-041-0/+11
* config: correct documentation for non-existent config fileCarlos Martín Nieto2015-09-031-2/+4
* Merge pull request #3402 from ethomson/faster_diffCarlos Martín Nieto2015-09-011-2/+6
|\
| * iterator: better document GIT_DIFF_DISABLE_PATHSPEC_MATCHEdward Thomson2015-08-311-4/+6
| * diff: drop `FILELIST_MATCH`Edward Thomson2015-08-301-7/+0
| * diff: better document GIT_DIFF_PATHSPEC_DISABLEEdward Thomson2015-08-281-1/+3
| * Move filelist into the iterator handling itself.Edward Thomson2015-08-281-0/+7
* | Merge pull request #3401 from phatblat/pb/doc-warningCarlos Martín Nieto2015-08-301-1/+1
|\ \ | |/ |/|
| * Escape @ in doc commentBen Chatelain2015-08-291-1/+1
* | cred: add a free function wrappercmn/smart-callbacksCarlos Martín Nieto2015-08-191-0/+11
* | transport: provide a way to get the callbacksCarlos Martín Nieto2015-08-191-0/+22
* | config: perform unlocking via git_transactioncmn/config-txCarlos Martín Nieto2015-08-121-16/+7
* | config: expose locking via the main APICarlos Martín Nieto2015-08-121-0/+27
* | config: implement basic transactional supportCarlos Martín Nieto2015-08-121-0/+14
|/
* Make giterr_detach no longer publicMichael Procter2015-08-031-12/+0
* Merge pull request #3332 from phatblat/ben/doc-warningsCarlos Martín Nieto2015-08-015-8/+8
|\
| * Fix remaining documentation warningsBen Chatelain2015-07-272-2/+2
| * Use correct Doxygen trailing comment syntaxBen Chatelain2015-07-271-4/+4
| * Fix @param names in doc commentsBen Chatelain2015-07-273-3/+3
* | Merge pull request #3303 from libgit2/cmn/index-add-submoduleEdward Thomson2015-07-241-0/+1
|\ \
| * | errors: add EDIRECTORYCarlos Martín Nieto2015-07-121-0/+1
* | | Merge pull request #3305 from libgit2/cmn/reflog-del-backendEdward Thomson2015-07-241-2/+3
|\ \ \ | |_|/ |/| |
| * | refdb: delete a ref's reflog upon deletioncmn/reflog-del-backendCarlos Martín Nieto2015-07-121-2/+3
| |/
* | Document git_fetch_options struct and fix typo.Ryan Roden-Corrent2015-07-201-1/+9
|/
* git_cert: child types use proper base typeEdward Thomson2015-07-101-21/+14
* Merge pull request #3281 from ethomson/wildcard_filtersCarlos Martín Nieto2015-07-091-1/+4
|\
| * filters: custom filters with wildcard attributesEdward Thomson2015-07-011-1/+4
* | Merge pull request #3277 from git-up/git_diff_index_to_indexCarlos Martín Nieto2015-07-071-0/+19
|\ \
| * | Added git_diff_index_to_index()Pierre-Olivier Latour2015-06-301-0/+19
* | | filter: add docs for streaming filterscmn/filter-docCarlos Martín Nieto2015-07-031-2/+35
* | | submodule: completely remove reload_allCarlos Martín Nieto2015-07-011-11/+0
|/ /
* | Bump version to 0.23.0 and SOVERSION to 23Carlos Martín Nieto2015-06-281-3/+3
* | Merge pull request #3259 from ethomson/stash_apply_arghCarlos Martín Nieto2015-06-261-0/+1
|\ \ | |/ |/|
| * stash: don't allow apply with staged changesEdward Thomson2015-06-251-0/+1
* | Merge pull request #3255 from libgit2/cmn/rename-unspecifiedEdward Thomson2015-06-253-6/+6
|\ \ | |/ |/|
| * Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecifiedCarlos Martín Nieto2015-06-253-6/+6
* | Merge pull request #3246 from libgit2/cmn/dont-grow-borrowedEdward Thomson2015-06-252-6/+5
|\ \ | |/ |/|
| * errors: introduce EINVALIDCarlos Martín Nieto2015-06-241-0/+1
| * blob: don't recomment using git_buf_growCarlos Martín Nieto2015-06-241-6/+4
* | Merge pull request #3097 from libgit2/cmn/submodule-config-stateCarlos Martín Nieto2015-06-243-83/+44
|\ \
| * | submodule: remove the RESET enum valuescmn/submodule-config-stateCarlos Martín Nieto2015-06-222-9/+1
| * | submodule: get rid of `_save()`Carlos Martín Nieto2015-06-221-14/+0
| * | submodule: make `_set_url()` affect the configurationCarlos Martín Nieto2015-06-221-7/+5
| * | submodule: make `_set_branch()` affect the configurationCarlos Martín Nieto2015-06-221-8/+5
| * | submodule: make `_set_update_fetch_recurse_submodules()` affect the configCarlos Martín Nieto2015-06-221-7/+7
| * | submodule: make `_set_update()` affect the configurationCarlos Martín Nieto2015-06-221-13/+8
| * | submodule: add an ignore option to statusCarlos Martín Nieto2015-06-223-6/+6
| * | submodule: don't let status change an existing instanceCarlos Martín Nieto2015-06-221-4/+5
| * | submodule: make set_ignore() affect the configurationCarlos Martín Nieto2015-06-221-16/+8
* | | curl: extract certificate informationCarlos Martín Nieto2015-06-241-0/+12