summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* merge: expose multiple merge basescmn/oidarrayCarlos Martín Nieto2014-07-272-0/+56
* Just put it all in buffer.joshaber2014-07-162-42/+16
* Export git_buf_text_is_binary and git_buf_text_contains_nul.expose-buffer-binary-detectionjoshaber2014-07-151-0/+42
* Merge pull request #2463 from libgit2/cmn/ssh-factory-for-pathsVicent Marti2014-07-111-0/+16
|\
| * ssh: provide a factory function for setting ssh pathscmn/ssh-factory-for-pathsCarlos Martín Nieto2014-07-071-0/+16
* | checkout: fix docs formatting for the optionsCarlos Martín Nieto2014-07-111-12/+12
* | Documentation fixesCarlos Martín Nieto2014-07-082-13/+20
|/
* Fix git_cred_ssh_interactive_callback signatureJacques Germishuys2014-07-031-1/+1
* Merge pull request #2449 from libgit2/cmn/maint-21Vicent Marti2014-07-021-10/+12
|\
| * ssh: always declare the libssh2 typesCarlos Martín Nieto2014-06-301-8/+11
| * ssh: create the right callback signature based on build optionsCarlos Martín Nieto2014-06-301-10/+9
* | clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-021-53/+0
* | clone: add a callback for repository creationCarlos Martín Nieto2014-07-021-3/+36
* | Improvements to git_transport extensibilityPhilip Kelley2014-06-262-21/+48
* | Export git_revert_commitEdward Thomson2014-06-251-1/+1
* | Merge remote-tracking branch 'upstream/cmn/treebuilder-perf'Carlos Martín Nieto2014-06-241-2/+4
|\ \ | |/ |/|
| * treebuilder: don't keep removed entries aroundCarlos Martín Nieto2014-06-101-3/+5
| * treebuilder: use a map instead of vector to store the entriesCarlos Martín Nieto2014-06-101-1/+1
* | remote: update documentationCarlos Martín Nieto2014-06-111-18/+60
|/
* pathspec: use C guards in headerCarlos Martín Nieto2014-06-101-0/+3
* remote: fix rename docsCarlos Martín Nieto2014-06-091-3/+0
* Bump version to 0.21.0Carlos Martín Nieto2014-06-081-3/+3
* Change SOVERSION at API breakscmn/soversionCarlos Martín Nieto2014-06-081-0/+2
* remote: don't free the remote on deletecmn/remote-rename-moreCarlos Martín Nieto2014-06-061-2/+0
* remote: return problem refspecs instead of using a callbackCarlos Martín Nieto2014-06-061-3/+5
* index: split GIT_IDXENTRY into two flag enumscmn/docstuffCarlos Martín Nieto2014-06-031-28/+31
* Formatting fixes for the docsCarlos Martín Nieto2014-06-035-58/+58
* Merge pull request #2011 from libgit2/cmn/clone-localVicent Marti2014-05-291-0/+37
|\
| * clone: allow for linking in local cloneCarlos Martín Nieto2014-05-281-0/+4
| * clone: add flag not to linkCarlos Martín Nieto2014-05-281-0/+1
| * clone: add flags to override whether to perform a local cloneCarlos Martín Nieto2014-05-281-0/+7
| * clone: perform a "local clone" when given a local pathCarlos Martín Nieto2014-05-281-0/+25
* | [Blob] Update documentation for is_binary.Ungureanu Marius2014-05-281-1/+1
* | Modify GIT_MERGE_CONFIG -> GIT_MERGE_PREFERENCEEdward Thomson2014-05-271-6/+7
* | Move GIT_MERGE_CONFIG_* to its own enumEdward Thomson2014-05-271-3/+11
* | Introduce GIT_MERGE_CONFIG_* for merge.ff settingsEdward Thomson2014-05-271-0/+12
|/
* Fixed miscellaneous documentation errors.Michael Anderson2014-05-2310-34/+31
* remote: add api to guess the remote's default branchCarlos Martín Nieto2014-05-211-0/+18
* remote: expose the remote's symref mappingsCarlos Martín Nieto2014-05-211-0/+5
* message: don't assume the comment charcmn/comment-charCarlos Martín Nieto2014-05-181-3/+5
* Merge pull request #2313 from libgit2/cmn/remote-deleteVicent Marti2014-05-161-0/+13
|\
| * remote: Introduce git_remote_delete()nulltoken2014-04-301-0/+13
* | Minor fixes for warnings and error propagationRussell Belfer2014-05-121-1/+5
* | Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-123-3/+43
|\ \
| * | repository: introduce a convenience config snapshot methodcmn/config-snapshotCarlos Martín Nieto2014-05-071-1/+13
| * | config: document the how long the pointers are valid forCarlos Martín Nieto2014-04-181-1/+14
| * | config: refresh before reading a valueCarlos Martín Nieto2014-04-181-1/+1
| * | config: implement config snapshottingCarlos Martín Nieto2014-04-182-0/+15
* | | Use unsigned type for APIs with opt flag maskRussell Belfer2014-05-082-4/+5
* | | Add filter options and ALLOW_UNSAFERussell Belfer2014-05-063-3/+22