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
2018-07-13treewide: remove use of C++ style commentsPatrick Steinhardt
2018-06-11Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-06-06ignore: fix negative leading directory rules unignoring subdirectory filesPatrick Steinhardt
2018-06-06tests: status::ignore: fix style of a testPatrick Steinhardt
2018-01-21status::renames: write NFD instead of NFC filenameEdward Thomson
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-30status: Add a baseline field to git_status_options for comparing to trees oth...David Catmull
2017-08-25tests: status: additional test for negative ignores with patternPatrick Steinhardt
2017-05-17Fix issue with directory glob ignore in subdirectoriesRobert Gay
2017-02-17`cl_git_exec` -> `cl_git_expect`Edward Thomson
2017-02-17tests: provide better pass/failure error messagesEdward Thomson
2016-08-12ignore: allow unignoring basenames in subdirectoriesPatrick Steinhardt
2016-04-11tests: skip the unreadable file tests as rootEdward Thomson
2016-04-01Merge pull request #3719 from libgit2/ethomson/submodule_statusCarlos Martín Nieto
2016-04-01status: test submodules with mixed caseEdward Thomson
2016-03-31leaks: fix some leaks in the testsEdward Thomson
2016-03-24Failing test.joshaber
2016-03-24iterator: test pathlist handling for directoriesMarc Strapetz
2016-03-24status: update test to include valid OIDEdward Thomson
2015-09-17git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson
2015-09-13Merge branch 'cmn/ignore-dir-check'Carlos Martín Nieto
2015-09-13ignore: add test and adjust style and comment for dir with wildmatchCarlos Martín Nieto
2015-08-31status test: brackets are now literalEdward Thomson
2015-06-22diff: check files with the same or newer timestampsCarlos Martín Nieto
2015-06-20status: test that symlinks don't lose their modeEdward Thomson
2015-06-16tests: tick the index when we count OID calculationsCarlos Martín Nieto
2015-06-02Fixed build warnings on Xcode 6.1Pierre-Olivier Latour
2015-05-28diff conflicts: don't include incorrect IDEdward Thomson
2015-05-28diff/status: introduce conflictsEdward Thomson
2015-05-28index: validate mode of new conflictsEdward Thomson
2015-05-28conflicts: when adding conflicts, remove stagedEdward Thomson
2015-05-20ignore: clear the error when matching a pattern negationCarlos Martín Nieto
2015-05-04status test: always test the new file pathEdward Thomson
2015-04-17ignore: fix negative ignores without wildcards.Patrick Steinhardt
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
2014-12-05ignore: adjust test for negating inside a dirCarlos Martín Nieto
2014-11-23Plug leaksCarlos Martín Nieto
2014-11-10Fixed a couple Clang warningsPierre-Olivier Latour
2014-11-07git_status_file now takes an exact pathUngureanu Marius
2014-11-07submodules: add failing test for stale module entriesCarlos Martín Nieto
2014-11-06ignore: add failing test for a file mentioning the parentCarlos Martín Nieto
2014-11-05ignore: consider files with a CR in their namesCarlos Martín Nieto
2014-08-26Merge pull request #2508 from libgit2/rb/fix-ignore-slash-starVicent Marti
2014-08-14Don't include the unreadable tests on win32Edward Thomson
2014-08-09Demonstrate a trailing slash failure.Rob Rix
2014-08-09status: failing test with slash-starCarlos Martín Nieto
2014-07-22Merge remote-tracking branch 'origin/master' into fix-git-status-list-new-unr...Alan Rogers