summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Diff API cleanupRussell Belfer2013-10-152-195/+230
* Rename diff objects and split patch.hRussell Belfer2013-10-114-310/+343
* Merge pull request #1886 from libgit2/precompose-utf8Vicent Martí2013-10-082-5/+23
|\
| * Rename new fn to git_repository_reinit_filesystemRussell Belfer2013-10-081-2/+2
| * Make reference lookups apply precomposeunicodeRussell Belfer2013-10-083-24/+23
| * More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-1/+3
| * Add git_repository_reset_filesystem and fix testsRussell Belfer2013-10-041-0/+17
* | tree: allow retrieval of raw attributesCarlos Martín Nieto2013-10-081-0/+11
* | index: Enhance documentationnulltoken2013-10-041-0/+3
|/
* Merge pull request #1888 from jamill/network_cancellationVicent Martí2013-10-032-2/+2
|\
| * Support cancellation in push operationJameson Miller2013-10-022-2/+2
* | commit: Introduce git_commit_message_raw()nulltoken2013-10-031-0/+11
|/
* clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-022-3/+3
* remote: add some comments to the callback structCarlos Martín Nieto2013-10-021-1/+33
* clone: mention clone_into in the clone documentationCarlos Martín Nieto2013-10-021-2/+5
* clone: re-allow using a custom remote nameCarlos Martín Nieto2013-10-021-17/+5
* clone: const-ify checkout optionsCarlos Martín Nieto2013-10-022-2/+2
* 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
|/ /