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
2016-03-24iterators: refactored tree iteratorEdward Thomson
2016-03-24repo::iterator: don't go out of boundsEdward Thomson
2016-03-24iterator: disambiguate reset and reset_rangeEdward Thomson
2016-02-12Horrible fix for #3173.Arthur Schreiber
2015-12-27git_repository_init: include dotfiles when copying templatesEdward Thomson
2015-12-27repo::init tests: test a template dir with leading dotEdward Thomson
2015-12-27repo::init tests: test init.templatedir settingEdward Thomson
2015-11-20repository: distinguish sequencer cherry-pick and revertCarlos Martín Nieto
2015-09-21Merge pull request #3434 from ethomson/reservednamesCarlos Martín Nieto
2015-09-18repo::reservedname: test a submodule updateEdward Thomson
2015-09-17git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson
2015-08-31iterator test: handle case (in)sensitivityEdward Thomson
2015-08-31iterator test: use new iter opts in fifo testEdward Thomson
2015-08-31iterator: saner pathlist matching for idx iteratorEdward Thomson
2015-08-31tree_iterator: use a pathlistEdward Thomson
2015-08-31diff: use new iterator pathlist handlingEdward Thomson
2015-08-29iterator: sort subdirs properly with pathlistEdward Thomson
2015-08-29Move filelist into the iterator handling itself.Edward Thomson
2015-08-29iterator: use an options struct instead of argsEdward Thomson
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