summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Update documentation of git_oid_streq to remove outdated error codeLinquize2013-08-311-2/+1
| | |/ | |/|
* | | oid: git_oid_shorten_add() sets GITERR_INVALID when OID set is fullLinquize2013-08-311-2/+2
|/ /
* | Merge pull request #1805 from libgit2/threading-packed-loadVicent Martí2013-08-282-20/+39
|\ \ | |/ |/|
| * Some documentation improvementsRussell Belfer2013-08-282-20/+39
* | Merge pull request #1772 from libgit2/config-iterVicent Martí2013-08-282-4/+100
|\ \
| * | config: don't special-case the multivar iteratorCarlos Martín Nieto2013-08-142-3/+1
| * | config: introduce a regex-filtering iteratorCarlos Martín Nieto2013-08-121-0/+12
| * | config: introduce _iterator_new()Carlos Martín Nieto2013-08-121-0/+11
| * | config: add _next() and _iterator_free()Carlos Martín Nieto2013-08-081-0/+17
| * | config: working multivar iteratorCarlos Martín Nieto2013-08-082-1/+11
| * | config: hopefully get the iterator to work on multivarsCarlos Martín Nieto2013-08-081-1/+1
| * | config: initial multivar iteratorCarlos Martín Nieto2013-08-081-2/+4
| * | config: move next() and free() into the iteratorCarlos Martín Nieto2013-08-082-4/+28
| * | config: get_multivar -> get_multivar_foreachCarlos Martín Nieto2013-08-082-3/+3
| * | Don't typedef a pointerCarlos Martín Nieto2013-08-082-2/+2
| * | replaced foreach() with non callback based iterations in git_config_backendNico von Geyso2013-08-082-1/+23
* | | refs: add git_reference_is_tagNikolai Vladimirov2013-08-261-0/+9
* | | push: small documentation fixFraser Tweedale2013-08-251-1/+1
| |/ |/|
* | Don't expose git_hash_ctx since it's internalEdward Thomson2013-08-191-3/+1