summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-181-4/+8
* Merge pull request #2484 from libgit2/fix-git-status-list-new-unreadable-folderVicent Marti2014-07-233-20/+30
|\
| * Merge remote-tracking branch 'origin/master' into fix-git-status-list-new-unr...Alan Rogers2014-07-229-115/+165
| |\
| * | Move the UNREADABLE enums to the correct group.Alan Rogers2014-07-221-6/+6
| * | Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-07-104-28/+72
| |\ \
| * | | Whitespace wibbles.Alan Rogers2014-06-042-6/+7
| * | | Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-06-0420-125/+221
| |\ \ \
| * | | | GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-031-1/+4
| * | | | Add GIT_STATUS_OPT_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-031-16/+16
| * | | | Add GIT_STATUS_OPT_INCLUDE_UNREADABLEAlan Rogers2014-05-301-0/+1
| * | | | Remove GIT_FILEMODE_NEW as it's unused.Alan Rogers2014-05-301-2/+1
| * | | | Try a value for UNREADABLE that won't get masked out?!Alan Rogers2014-05-231-1/+1
| * | | | Return GIT_FILEMODE_UNREADABLE for files that fail to stat.Alan Rogers2014-05-212-1/+1
| * | | | Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers2014-05-202-0/+5
| * | | | Rename GIT_ENOACCESS -> GIT_EUNREADABLEAlan Rogers2014-05-201-1/+1
| * | | | Return a specific error for EACCES.Alan Rogers2014-05-151-0/+1
* | | | | git_cherry_pick -> git_cherrypickEdward Thomson2014-07-222-16/+16
| |_|_|/ |/| | |
* | | | Just put it all in buffer.joshaber2014-07-163-43/+16
* | | | Export git_buf_text_is_binary and git_buf_text_contains_nul.expose-buffer-binary-detectionjoshaber2014-07-152-0/+43
* | | | 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