summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* clone: re-add a way to ignore certificate errorsCarlos Martín Nieto2013-10-021-0/+1
* clone: remove more options from basic cloneCarlos Martín Nieto2013-10-021-7/+0
* clone: remove the autotag optionCarlos Martín Nieto2013-10-021-3/+0
* remote: add a convenience 'fetch' function.Carlos Martín Nieto2013-10-021-0/+11
* clone: implement git_clone_intoCarlos Martín Nieto2013-10-021-0/+16
* remote: move the credentials callback to the structCarlos Martín Nieto2013-10-022-5/+1
* remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-022-11/+2
* Add git_transport_register, git_transport_unregisterPhilip Kelley2013-10-011-0/+34
* Initial Implementation of progress reports during pushJameson Miller2013-09-302-0/+59
* Add refdb.h to git2.h, reorder git2.h sanelyEdward Thomson2013-09-271-44/+37
* That's the refdb, it's not the odb...Edward Thomson2013-09-251-2/+2
* Merge pull request #1865 from arrbee/various-cleanupsVicent Martí2013-09-241-4/+4
|\
| * Clean up newly introduced warningsRussell Belfer2013-09-231-4/+4
* | 'del' instead of 'delete' for the poor C++ usersEdward Thomson2013-09-241-1/+1
|/
* Merge pull request #1863 from linquize/typoVicent Martí2013-09-221-1/+1
|\
| * Fix typo in documentationLinquize2013-09-221-1/+1
* | merge: reverse array and length parameter orderCarlos Martín Nieto2013-09-221-3/+3
|/
* Merge pull request #1840 from linquize/warningVicent Martí2013-09-211-1/+1
|\
| * Fix warningLinquize2013-09-191-1/+1
* | Merge pull request #1858 from linquize/win32-template-dirVicent Martí2013-09-171-1/+15
|\ \
| * | Can git_libgit2_opts() with GIT_OPT_GET_TEMPLATE_PATH and GIT_OPT_SET_TEMPLAT...Linquize2013-09-181-1/+15
* | | Bug fixes and cleanupsRussell Belfer2013-09-171-33/+68
* | | More filtering tests including orderRussell Belfer2013-09-171-0/+14
* | | Port tests from PR 1683Russell Belfer2013-09-172-0/+18
* | | Merge git_buf and git_bufferRussell Belfer2013-09-174-68/+79
* | | Add ident filterRussell Belfer2013-09-172-4/+13
* | | Add functions to manipulate filter listsRussell Belfer2013-09-172-17/+37
* | | Hook up filter initialize callbackRussell Belfer2013-09-171-0/+2
* | | Extend public filter api with filter listsRussell Belfer2013-09-173-22/+119
* | | Add attributes to filters and fix registryRussell Belfer2013-09-172-18/+84
* | | Make git_filter_source opaqueRussell Belfer2013-09-171-6/+23
* | | Create public filter object and use itRussell Belfer2013-09-172-1/+119
* | | Start of filter API + git_blob_filtered_contentRussell Belfer2013-09-174-0/+175
|/ /
* | Merge pull request #1856 from libgit2/cmn/no-orphansVicent Martí2013-09-173-8/+8
|\ \
| * | No such thing as an orphan branchCarlos Martín Nieto2013-09-173-8/+8
* | | Add a wrapper to provide the libssh2 error messageEtienne Samson2013-09-161-0/+1
|/ /
* | git_clone supports optional init_optionsLinquize2013-09-161-0/+1
* | Merge pull request #1838 from libgit2/cmn/first-parentRussell Belfer2013-09-101-0/+8
|\ \
| * | revwalk: allow simplifying by first-parentCarlos Martín Nieto2013-09-091-0/+8
| |/
* | fixing headers with bad values for objective-cJohn Josef2013-09-092-3/+3
* | Merge pull request #1842 from uh-sem-blee/developmentRussell Belfer2013-09-091-5/+5
|\ \
| * | fixes issues with objective-gitJohn Josef2013-09-081-5/+5
| |/
* | Comment updatesRussell Belfer2013-09-092-12/+13
* | odb: Error when streaming in too [few|many] bytesnulltoken2013-09-072-3/+16
|/
* odb: Prevent stream_finalize_write() from overwritingnulltoken2013-09-061-0/+4
* Merge pull request #1817 from libgit2/ntk/fix/backend/honor_refresh_capabilitiesVicent Martí2013-09-041-0/+10
|\
| * odb: Move the auto refresh logic to the pack backendnulltoken2013-09-041-0/+10
* | Merge pull request #1804 from ethomson/rewritesVicent Martí2013-09-031-0/+3
|\ \
| * | Split rewrites, status doesn't return rewritesEdward Thomson2013-08-281-0/+3
* | | Merge pull request #1820 from linquize/git_oid_streqVicent Martí2013-09-011-2/+1
|\ \ \