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
2019-05-02git_repository_init: stop traversing at windows rootEdward Thomson
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2019-01-17references: use new names in internal usageEdward Thomson
2018-12-01object_type: use new enumeration namesEdward Thomson
2018-10-20symlink tests: test symbolic links on windowsEdward Thomson
2018-10-20repo::init tests: refactor global config path overrideEdward Thomson
2018-10-20tests: provide symlink support helper functionEdward Thomson
2018-10-20repo tests: ensure core.symlinks is set correctlyEdward Thomson
2018-07-13treewide: remove use of C++ style commentsPatrick Steinhardt
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-01-04Merge pull request #4257 from pks-t/pks/stale-testEdward Thomson
2018-01-03tests: status::worktree: indicate skipped tests on Win32Patrick Steinhardt
2017-11-15tests: gather the reflog entry content testsEtienne Samson
2017-11-12s/Init/Index comment tweak for test_repo_init__init_with_initial_commitChristine Poerschke
2017-06-17tests: try to init with empty template pathAriel Davis
2017-05-20Merge pull request #4174 from libgit2/ethomson/set_head_to_tagCarlos Martín Nieto
2017-05-03tests: repo: fix repo discovery tests on overlayfsPatrick Steinhardt
2017-04-03git_repository_set_head: use remote name in reflogEdward Thomson
2017-03-21git_repository_set_head: use tag name in reflogEdward Thomson
2017-02-17`cl_git_exec` -> `cl_git_expect`Edward Thomson
2017-02-17tests: provide better pass/failure error messagesEdward Thomson
2017-02-08tests: repo: assert discovery starting at Win32 roots finishesPatrick Steinhardt
2016-11-14repository: do not interpret all files as gitlinks in discoveryPatrick Steinhardt
2016-11-14test: discover: fix indentationPatrick Steinhardt
2016-11-14test: discover: split up monolithic test into smaller onesPatrick Steinhardt
2016-11-14test: discover: pass constants to ensure_repository_discoverPatrick Steinhardt
2016-11-14test: discover: move layout creation into test initializerPatrick Steinhardt
2016-07-24repo::open: remove dead code, free buffersEdward Thomson
2016-06-24Add GIT_REPOSITORY_OPEN_FROM_ENV flag to respect $GIT_* environment varsJosh Triplett
2016-06-24Add GIT_REPOSITORY_OPEN_NO_DOTGIT flag to avoid appending /.gitJosh Triplett
2016-06-24Fix repository discovery with ceiling_dirs at current directoryJosh Triplett
2016-03-24iterator: give the tests a proper hierarchyEdward Thomson
2016-03-24iterator: test that we can `advance_into` empty dirsEdward Thomson
2016-03-24iterator: test pathlist handling for directoriesMarc Strapetz
2016-03-24iterator: test `advance_over` with a pathlistEdward Thomson
2016-03-24iterator: add tests for advance_overEdward Thomson
2016-03-24iterator: test workdir pathlist with deep pathsEdward Thomson
2016-03-24iterator: workdir tests with submodulesEdward Thomson
2016-03-24iterator: expand workdir tests with pathlistEdward Thomson
2016-03-24iterator: test that we're at the end of iterationEdward Thomson
2016-03-24iterator: test fs iterator w/ many nested empty dirsEdward Thomson
2016-03-24iterator: skip unreadable directories in fs iteratorEdward Thomson
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