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-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
2015-09-08git_index_add: allow case changing renamesEdward Thomson
2015-09-08index: canonicalize directory case when addingEdward Thomson
2015-09-06Merge pull request #3366 from libgit2/cmn/index-hashmapEdward Thomson
2015-09-04New API: git_index_find_prefixLeo Yang
2015-08-14index: add tests around case switchingCarlos Martín Nieto
2015-08-04win32: ensure hidden files can be stagedEdward Thomson
2015-08-01index: test that an unregistered submodule gets stagedCarlos Martín Nieto
2015-08-01index: add test for adding an old-style submodule to indexLinquize
2015-07-12index: allow add_bypath to update submodulesCarlos Martín Nieto
2015-07-12blob: fail to create a blob from a dir with EDIRECTORYCarlos Martín Nieto
2015-06-30index tests: add eol to avoid compiler warningEdward Thomson
2015-06-30index test: include repository.h for declEdward Thomson
2015-06-26index, iterator, fetchhead: plug leaksCarlos Martín Nieto
2015-06-22index: add a diff test for smudging a file which becomes emptyCarlos Martín Nieto
2015-06-22tests: move racy tests to the indexCarlos Martín Nieto
2015-06-19index: user a better assertion when comparing sizesCarlos Martín Nieto
2015-06-02Fixed build warnings on Xcode 6.1Pierre-Olivier Latour
2015-05-28git_index_add_all: test that conflicts are handledEdward Thomson
2015-05-28introduce `git_index_entry_is_conflict`Edward Thomson
2015-05-28conflict tests: use GIT_IDXENTRY_STAGE_SETEdward Thomson
2015-05-28index: validate mode of new conflictsEdward Thomson
2015-05-28conflicts: when adding conflicts, remove stagedEdward Thomson
2015-05-21index_add_all: include untracked files in new subdirsEdward Thomson