summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #1785 from libgit2/cmn/odb-hash-frontendVicent Martí2013-08-193-16/+72
|\ \
| * | odb: document git_odb_streamCarlos Martín Nieto2013-08-172-1/+29
| * | odb: make it clearer that the id is calculated in the frontendCarlos Martín Nieto2013-08-172-6/+2
| * | odb: perform the stream hashing in the frontendCarlos Martín Nieto2013-08-151-0/+3
| * | odb: wrap the stream reading and writing functionsCarlos Martín Nieto2013-08-151-10/+39
* | | index: report when it's lockedCarlos Martín Nieto2013-08-191-0/+1
* | | Add new git_signature_default API using configRussell Belfer2013-08-161-0/+13
|/ /
* | Include username in each credential typeCarlos Martín Nieto2013-08-121-1/+15
* | Merge pull request #1764 from ethomson/status_renames_from_rewritesRussell Belfer2013-08-091-1/+4
|\ \
| * | Add rename from rewrites to statusEdward Thomson2013-08-051-1/+4
* | | Merge pull request #1738 from libgit2/diff-patch-content-sizeBen Straub2013-08-081-1/+23
|\ \ \ | |_|/ |/| |
| * | Restore GIT_DIFF_LINE_BINARY usageRussell Belfer2013-07-231-1/+1
| * | Add hunk/file headers to git_diff_patch_sizeRussell Belfer2013-07-231-2/+6
| * | Add git_diff_patch_size() APIRussell Belfer2013-07-221-0/+18
* | | More tests for ambiguous OIDs across packsRussell Belfer2013-08-051-1/+1
| |/ |/|
* | Update submodule documentationRussell Belfer2013-08-052-21/+81