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-08-24tests: verify adding index conflicts with invalid filemodes failsPatrick Steinhardt
2018-07-13treewide: remove use of C++ style commentsPatrick Steinhardt
2018-06-29settings: optional unsaved index safetyEdward Thomson
2018-06-29index: return a unique error code on dirty indexEdward Thomson
2018-06-29index: commit the changes to the index properlyEdward Thomson
2018-06-29index: test dirty index bitEdward Thomson
2018-06-26index::addall tests: write the indexEdward Thomson
2018-06-26index::reuc tests: test that checkout succeedsEdward Thomson
2018-06-26index::names tests: add conflicts with high stagesEdward Thomson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-02-19tests: index::filemodes: fix use of uninitialized memoryPatrick Steinhardt
2018-02-18git_index_add_frombuffer: only accept files/linksEdward Thomson
2017-06-23tests: index::tests: create sandboxed repo for lockingPatrick Steinhardt
2017-06-06tests: index::version: improve write test for index v4Patrick Steinhardt
2017-06-06tests: index::version: verify we write compressed index entriesPatrick Steinhardt
2017-06-06tests: index::version: add test to read index version v4Patrick Steinhardt
2017-06-06tests: index::version: move up cleanup functionPatrick Steinhardt
2016-08-29tests: index: do not re-allocate indexPatrick Steinhardt
2016-08-10index: support index v4David Turner
2016-08-06odb: actually insert the empty blob in testsEdward Thomson
2016-06-30index: include conflicts in `git_index_read_index`Edward Thomson
2016-06-02test: ensure we can round-trip a written treeEdward Thomson
2016-06-02round-trip trees through index_read_indexEdward Thomson
2016-03-11tests: nsec: correctly free nsec_pathPatrick Steinhardt
2016-03-08index::racy: force racy entryEdward Thomson
2016-03-08index::nsec: don't expect shit filesystems to not suckEdward Thomson
2016-02-29turn on strict object validation by defaultEdward Thomson
2016-02-29tests: use legitimate object idsEdward Thomson
2016-02-29git_index_add: validate objects in index entries (optionally)Edward Thomson
2016-02-25nsec: update staging test for GIT_USE_NSECSEdward Thomson
2016-02-12win32: introduce p_timeval that isn't stupidEdward Thomson
2015-12-21typos in commentsDmitriy Olshevskiy
2015-11-30tests: fix warning for nested struct initializationPatrick Steinhardt
2015-11-20Fix some warningsJacques Germishuys
2015-11-17racy: make git_index_read_index handle racinessEdward Thomson
2015-11-17racy: ensure git_index_read_tree clears uptodateEdward Thomson
2015-11-17index: test for smudged entries on write onlyEdward Thomson
2015-11-17index: don't detect raciness in uptodate entriesEdward Thomson
2015-11-12Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto
2015-11-12Failing test for case sensitive conflicts in the indexnulltoken
2015-11-03index: test that add_bypath preserves symlinksEdward Thomson
2015-10-22index: test that we round-trip nsecsEdward Thomson
2015-10-02Merge branch 'master' into nsec_fix_nextAxel Rasmussen
2015-09-30index: also try conflict mode when insertingEdward Thomson
2015-09-29index: test that add_bypath preserves modeEdward Thomson
2015-09-28Plug some leaksCarlos Martín Nieto
2015-09-19diff/index: respect USE_NSEC for racily clean file detectionAxel Rasmussen
2015-09-17git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson
2015-09-08Merge pull request #3353 from ethomson/wrongcase_addCarlos Martín Nieto
2015-09-08Merge pull request #3381 from leoyanggit/index_directory_iteratorEdward Thomson