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-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-04-12attr_file: fix handling of directory patterns with trailing spacesPatrick Steinhardt
2017-10-29Ignore trailing whitespace in .gitignore files (as git itself does)David Turner
2017-08-25ignore: honor case insensitivity for negative ignoresPatrick Steinhardt
2017-08-25ignore: keep negative rules containing wildcardsPatrick 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-04-19ignore: fix directory limits when searching for star-starCarlos Martín Nieto
2016-04-18Add more tests for path matching with globs and path delimitersAntonio Scandurra
2016-04-02ignore: don't use realpath to canonicalize pathCarlos Martín Nieto
2015-05-13attr tests: make explicit our dir/file match testsEdward Thomson
2015-05-12attr test: test a file beneath ignored folderEdward Thomson
2015-05-12attr: test that a file is not ignored for a folderEdward Thomson
2015-05-12attr: regression tests for ignore matchingEdward Thomson
2015-04-28Improvements to ignore performance on Windows.J Wyman
2015-04-23Add failing subdirectory gitignore attr test.Mike McQuaid
2014-09-17attr: Add an extra test for files under a subfolderThe rugged tests are fragile
2014-09-16Fix attribute lookup in index for bare reposRussell Belfer
2014-05-02Some further sandboxing cleanups to testsRussell Belfer
2014-05-02Improve handling of fake home directoryRussell Belfer
2014-05-01Make ** pattern eat trailing slashRussell Belfer
2014-04-19Preload attribute files that may contain macrosRussell Belfer
2014-04-18Cleanup tests with helper functionsRussell Belfer
2014-04-18Fix broken logic for attr cache invalidationRussell Belfer
2014-04-18Attribute file cache refactorRussell Belfer
2014-04-15Fix core.excludesfile named .gitignoreRussell Belfer
2014-04-06More ** tests for pattern rulesRussell Belfer
2014-04-05Add support for ** matches in ignoresRussell Belfer
2014-01-25index: rename an entry's id to 'id'Carlos Martín Nieto
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-11-15Rename tests-clar to testsBen Straub