Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-03commit: Introduce git_commit_message_raw()nulltoken
2013-10-02clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto
2013-10-02remote: add some comments to the callback structCarlos Martín Nieto
2013-10-02clone: mention clone_into in the clone documentationCarlos Martín Nieto
2013-10-02clone: re-allow using a custom remote nameCarlos Martín Nieto
2013-10-02clone: const-ify checkout optionsCarlos Martín Nieto
2013-10-02clone: re-add a way to ignore certificate errorsCarlos Martín Nieto
2013-10-02clone: remove more options from basic cloneCarlos Martín Nieto
2013-10-02clone: remove the autotag optionCarlos Martín Nieto
2013-10-02remote: add a convenience 'fetch' function.Carlos Martín Nieto
2013-10-02clone: implement git_clone_intoCarlos Martín Nieto
2013-10-02remote: move the credentials callback to the structCarlos Martín Nieto
2013-10-02remote: put the _download() callback with the othersCarlos Martín Nieto
2013-10-02Add git_transport_register, git_transport_unregisterPhilip Kelley
2013-09-30Initial Implementation of progress reports during pushJameson Miller
2013-09-28Add refdb.h to git2.h, reorder git2.h sanelyEdward Thomson
2013-09-25That's the refdb, it's not the odb...Edward Thomson
2013-09-24Merge pull request #1865 from arrbee/various-cleanupsVicent Martí
2013-09-24'del' instead of 'delete' for the poor C++ usersEdward Thomson
2013-09-24Clean up newly introduced warningsRussell Belfer
2013-09-23Merge pull request #1863 from linquize/typoVicent Martí
2013-09-22merge: reverse array and length parameter orderCarlos Martín Nieto
2013-09-22Fix typo in documentationLinquize
2013-09-21Merge pull request #1840 from linquize/warningVicent Martí
2013-09-19Fix warningLinquize
2013-09-17Merge pull request #1858 from linquize/win32-template-dirVicent Martí
2013-09-17Bug fixes and cleanupsRussell Belfer
2013-09-17More filtering tests including orderRussell Belfer
2013-09-17Port tests from PR 1683Russell Belfer
2013-09-17Merge git_buf and git_bufferRussell Belfer
2013-09-17Add ident filterRussell Belfer
2013-09-17Add functions to manipulate filter listsRussell Belfer
2013-09-17Hook up filter initialize callbackRussell Belfer
2013-09-17Extend public filter api with filter listsRussell Belfer
2013-09-17Add attributes to filters and fix registryRussell Belfer
2013-09-17Make git_filter_source opaqueRussell Belfer
2013-09-17Create public filter object and use itRussell Belfer
2013-09-17Start of filter API + git_blob_filtered_contentRussell Belfer
2013-09-17Can git_libgit2_opts() with GIT_OPT_GET_TEMPLATE_PATH and GIT_OPT_SET_TEMPLAT...Linquize
2013-09-17Merge pull request #1856 from libgit2/cmn/no-orphansVicent Martí
2013-09-17No such thing as an orphan branchCarlos Martín Nieto
2013-09-17Add a wrapper to provide the libssh2 error messageEtienne Samson
2013-09-16git_clone supports optional init_optionsLinquize
2013-09-11Merge pull request #1838 from libgit2/cmn/first-parentRussell Belfer
2013-09-09revwalk: allow simplifying by first-parentCarlos Martín Nieto
2013-09-09fixing headers with bad values for objective-cJohn Josef
2013-09-09Merge pull request #1842 from uh-sem-blee/developmentRussell Belfer
2013-09-09Comment updatesRussell Belfer
2013-09-09fixes issues with objective-gitJohn Josef
2013-09-08odb: Error when streaming in too [few|many] bytesnulltoken