summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub2013-10-283-8/+69
|\
| * reflog: bring _append and _drop back to the frontendCarlos Martín Nieto2013-10-021-12/+0
| * reflog: add a convenience append functionCarlos Martín Nieto2013-10-021-0/+17
| * reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto2013-10-023-8/+64
* | transport: let the progress output return an errorCarlos Martín Nieto2013-10-232-2/+2
* | Merge pull request #1897 from libgit2/split-patch-from-diffVicent Martí2013-10-223-486/+555
|\ \
| * | Fix typoRussell Belfer2013-10-221-1/+1
| * | Implement patience and minimal diff flagsRussell Belfer2013-10-211-1/+4
| * | Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-212-25/+23
| * | Tweak to git_diff_delta structure for nfilesRussell Belfer2013-10-211-2/+3
| * | Diff API cleanupRussell Belfer2013-10-152-195/+230
| * | Rename diff objects and split patch.hRussell Belfer2013-10-113-310/+342
* | | Implement `git_odb_object_dup`Vicent Marti2013-10-221-0/+14
* | | Allowed credential types should be a bitfieldEdward Thomson2013-10-211-10/+15
* | | checkout (from index) can write conflictsEdward Thomson2013-10-161-7/+10
|/ /
* | 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
* 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