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
2015-07-27iterator: adjust unreadable-dir test to new behaviourCarlos Martín Nieto
2015-07-02git__getenv: utf-8 aware env readerEdward Thomson
2015-06-24Fixed Xcode 6.1 build warningsPierre-Olivier Latour
2015-06-23repository: check the format versionCarlos Martín Nieto
2015-03-18Merge remote-tracking branch 'ethomson/submodule_8dot3'Carlos Martín Nieto
2015-03-16Add tests for the annotated versions of ref-modifying functionsCarlos Martín Nieto
2015-03-10repository_new: test its barenessEdward Thomson
2015-03-03config: borrow refcounted referencesCarlos Martín Nieto
2015-03-03repository: remove log message override for switching the active branchCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-02-27repository: Introduce "reserved names"Edward Thomson
2015-02-19tests: separate INVASIVE filesystem testsEdward Thomson
2015-02-12Merge pull request #2866 from ethomson/checkout_perf2Carlos Martín Nieto
2015-02-05repo: ensure we can create repo at filesystem rootEdward Thomson
2015-02-03tests: update for new test dataEdward Thomson
2015-01-08repo::init test: create hook symlinkEdward Thomson
2014-12-27treebuilder: rename _create() to _new()Carlos Martín Nieto
2014-12-17treebuilder: take a repository for path validationEdward Thomson
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