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-03Merge pull request #1887 from libgit2/ntk/topic/git_message_rawVicent Martí
2013-10-03commit: Introduce git_commit_message_raw()nulltoken
2013-10-03HTTP: handle "relative" redirectsBen Straub
2013-10-02clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto
2013-10-02clone: bring back NULL as defaultsCarlos Martín Nieto
2013-10-02clone: re-allow using a custom remote nameCarlos 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-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-01Merge pull request #1882 from linquize/config-subsection-fixVicent Martí
2013-10-01Add negative test cases for config header with invalid charactersLinquize
2013-10-01Add test case to test ']' and '\\' characters in config subsectionLinquize
2013-10-01Merge pull request #1879 from libgit2/redir-refactorVicent Martí
2013-10-01Merge pull request #1412 from jamill/push_progressVicent Martí
2013-10-01Merge pull request #1881 from libgit2/ignore-submodules-in-stashVicent Martí
2013-10-01Ensure submodule repos and indices are freedignore-submodules-in-stashBen Straub
2013-09-30Merge pull request #1878 from libgit2/ntk/fix/warningsVicent Martí
2013-09-30Initial Implementation of progress reports during pushJameson Miller
2013-09-30commit: Trim message leading newlinesnulltoken
2013-09-30Tabify indentationsnulltoken
2013-09-28Test that submodules don't affect stashingJustin Spahr-Summers
2013-09-27Make sure utility doesn't leak memoryBen Straub
2013-09-27Deploy gitno_connection_data into transport (winhttp)Ben Straub
2013-09-26Fix warningsnulltoken
2013-09-26Migrate redirect URL handling to common utilityBen Straub
2013-09-25Make tests pass if XDG config existsRussell Belfer
2013-09-25Disconnect path string to preserve after redirectRussell Belfer
2013-09-24Fix up filebuf tests a bitRussell Belfer
2013-09-24Fix incorrect return code in crlf filterRussell Belfer
2013-09-24Fix warnings on Windows 64-bit buildRussell Belfer
2013-09-22merge: reverse array and length parameter orderCarlos Martín Nieto
2013-09-19Suppress noise from running Valgrind on OSX 10.8Ben Straub
2013-09-17Update clar and recreate cl_assert_equal_szRussell Belfer
2013-09-17Bug fixes and cleanupsRussell Belfer
2013-09-17More filtering tests including orderRussell Belfer
2013-09-17Some tests with ident and crlf filtersRussell Belfer
2013-09-17Add clar helper to create new commit from indexRussell Belfer
2013-09-17Add clar helpers for testing file equalityRussell Belfer
2013-09-17Fix cleanup issues with new testsRussell Belfer
2013-09-17Fixing up some win32 issues with autocrlfRussell Belfer
2013-09-17Make filter tests somewhat more robustRussell Belfer
2013-09-17Rearrange clar submodule cleanup codeRussell 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-17Extend public filter api with filter listsRussell Belfer
2013-09-17Add attributes to filters and fix registryRussell Belfer