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
2014-11-08remote: rename _load() to _lookup()Carlos Martín Nieto
2014-11-07iterator: submodules are determined by an index or treeCarlos Martín Nieto
2014-09-17Clean up some leaks in the test suiteCarlos Martín Nieto
2014-09-03Introduce option to use relative paths for repository work directoryJameson Miller
2014-08-09Don't report status on named pipesRussell Belfer
2014-07-22git_cherry_pick -> git_cherrypickEdward Thomson
2014-07-01Introduce cl_assert_equal_oidEdward Thomson
2014-05-27Fix compile error on Visual StudioCha, Hojeong
2014-05-15Better search path sandboxingRussell Belfer
2014-04-12Correct C90 warningsJacques Germishuys
2014-04-07git_repository_state_cleanup() should remove rebase-merge/, rebase-apply/ and...Jacques Germishuys
2014-03-19reflog: handle symref chainsCarlos Martín Nieto
2014-03-19reflog: handle the birth of a branchCarlos Martín Nieto
2014-03-19refdb: don't update when there's no needCarlos Martín Nieto
2014-03-18reflog: more comprehensive HEAD testsCarlos Martín Nieto
2014-03-17refs: append to the HEAD reflog when updating the current branchCarlos Martín Nieto
2014-03-17repo: remove test which deletes HEADCarlos Martín Nieto
2014-02-25Move system directory cache out of utilsEdward Thomson
2014-02-21Address PR commentsRussell Belfer
2014-02-19Improve error propagation in shallow callBen Straub
2014-02-08Merge pull request #2099 from libgit2/bs/more-reflog-stuffRussell Belfer
2014-02-08Fix some Windows warningsRussell Belfer
2014-02-05Add reflog params to git_repository_detach_headBen Straub
2014-02-04Fix warningBen Straub
2014-02-01Add failing test caseBen Straub
2014-01-31Enhance testing of signature parametersBen Straub
2014-01-31Ensure creating HEAD creates its reflogBen Straub
2014-01-31Ensure updating HEAD updates reflogBen Straub
2014-01-31Add reflog params to set-head callsBen Straub
2014-01-27repository: move to use a git_buf for outputting stringsCarlos Martín Nieto
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-11-15Rename tests-clar to testsBen Straub