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-01-25deprecation: move deprecated bits to deprecated.hEdward Thomson
2019-01-18Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson
2018-12-01index: update enum and structure namesEdward Thomson
2018-11-14index: introduce git_index_iteratorEdward Thomson
2017-02-16Minor comment fixDavid Catmull
2016-08-10index: support index v4David Turner
2015-09-30index: also try conflict mode when insertingEdward Thomson
2015-09-04New API: git_index_find_prefixLeo Yang
2015-06-19index: use the checksum to check whether it's been modifiedCarlos Martín Nieto
2015-05-28introduce `git_index_entry_is_conflict`Edward Thomson
2015-05-28conflicts: when adding conflicts, remove stagedEdward Thomson
2015-05-12index: make the entries have more accurate sizesCarlos Martín Nieto
2015-04-04Entry argument passed to git_index_add_frombuffer() should be constPierre-Olivier Latour
2015-02-25Add API to add a memory buffer to an indexDamien PROFETA
2014-12-06doc: add documentation to all the public structs and enumsCarlos Martín Nieto
2014-06-03index: split GIT_IDXENTRY into two flag enumsCarlos Martín Nieto
2014-06-03Formatting fixes for the docsCarlos Martín Nieto
2014-05-02Lay groundwork for updating stat cache in diffRussell Belfer
2014-04-18Fix leak in git_index_conflict_cleanupRussell Belfer
2014-04-18Some index internals refactoringRussell Belfer
2014-04-03Const correctness!Jacques Germishuys
2014-04-02Give the correct name for the function in the doc.fix-memory-index-doc-commentRob Rix
2014-04-02Correct a stale reference to GIT_EBAREINDEXRob Rix
2014-02-21Address PR commentsRussell Belfer
2014-01-25index: rename an entry's id to 'id'Carlos Martín Nieto
2013-12-11Update docs for new callback return value behaviorRussell Belfer
2013-11-01Convert git_index_read to have a "force" flagRussell Belfer
2013-11-01Make diff and status perform soft index reloadRussell Belfer
2013-10-04index: Enhance documentationnulltoken
2013-09-24Clean up newly introduced warningsRussell Belfer
2013-09-19Fix warningLinquize
2013-07-10Add API to get path to index fileRussell Belfer
2013-07-10Add public API for pathspec matchingRussell Belfer
2013-06-24Fixed most documentation header bugsAndreas Linde
2013-06-20Add index pathspec-based operationsRussell Belfer
2013-05-18introduce git_conflict_iteratorEdward Thomson
2013-05-16Update index.h docsRussell Belfer
2013-05-16Remove entry dup/free functions and fix commentsRussell Belfer
2013-05-16Add APIs to dup and free git_index_entrysRussell Belfer
2013-05-16Improve docs for git_index_entry flag masksRussell Belfer
2013-05-16Fix checkout of submodules with no .gitmodulesRussell Belfer
2013-05-01move NAME and REUC extensions to sys/Edward Thomson
2013-05-01renames!Edward Thomson
2013-05-01merge!Edward Thomson
2013-03-05clear REUC on checkoutEdward Thomson
2013-02-05index: Enhance documentationnulltoken
2013-01-27Vector improvements and their falloutPhilip Kelley
2013-01-12add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson
2013-01-09update copyrightsEdward Thomson
2013-01-05Add index API to remove all files in a directoryRussell Belfer