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-23git_error: use new names in internal APIs and usageEdward Thomson
2018-06-29index: commit the changes to the index properlyEdward Thomson
2017-11-30status: Add a baseline field to git_status_options for comparing to trees oth...David Catmull
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-05-26git_diff_generated: abstract generated diffsEdward Thomson
2015-05-28diff/status: introduce conflictsEdward Thomson
2014-11-07git_status_file now takes an exact pathUngureanu Marius
2014-07-22Remove debug printfs.Alan Rogers
2014-06-04GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers
2014-05-31Add GIT_STATUS_OPT_INCLUDE_UNREADABLEAlan Rogers
2014-05-20Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers
2014-05-20Skip unreadable files for now.Alan Rogers
2014-05-02Fix remaining init_options inconsistenciesRussell Belfer
2014-05-02Make init_options fns use unsigned ints and macroRussell Belfer
2014-05-02Remove trace / add git_diff_perfdata struct + apiRussell Belfer
2014-05-02Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer
2014-05-02Add build option for diff internal statisticsRussell Belfer
2014-03-06Added function-based initializers for every options struct.Matthew Bowen
2014-01-25diff: rename the file's 'oid' to 'id'Carlos Martín Nieto
2013-12-13Cleanups, renames, and leak fixesRussell Belfer
2013-12-11One more rename/cleanup for callback err functionsRussell Belfer
2013-12-11Some callback error check style cleanupsRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Add git_vector_free_allRussell Belfer
2013-12-11Further EUSER and error propagation fixesRussell Belfer
2013-12-11Improve GIT_EUSER handlingRussell 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-12Rename diff objects and split patch.hRussell Belfer
2013-09-17No such thing as an orphan branchCarlos Martín Nieto
2013-08-28Split rewrites, status doesn't return rewritesEdward Thomson
2013-08-05Add rename from rewrites to statusEdward Thomson
2013-07-03Remove GIT_STATUS_SHOW_INDEX_THEN_WORKDIR optionRussell Belfer
2013-07-03Fix segfault in git_status_foreach_ext()yorah
2013-06-20Add status flags to force output sort orderRussell Belfer
2013-06-17More tests and bug fixes for status with renameRussell Belfer
2013-06-17Improve case handling in git_diff__paired_foreachRussell Belfer
2013-06-17Fix broken status EXCLUDE_SUBMODULES logicRussell Belfer
2013-06-17handle renames in status computationEdward Thomson
2013-06-17status access by index, providing more details to callersEdward Thomson
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-05-10Improve ignore handling in git_status_fileRussell Belfer
2013-05-02clarify where error message is setRussell Belfer
2013-03-26Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer
2013-03-26Recursing into ignored dirs for diff and statusRussell Belfer
2013-01-15Support case insensitive tree iterators and statusRussell Belfer
2013-01-15Fix err msg for ambiguous path in git_status_fileRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-12-17Fix diff constructor name order confusionRussell Belfer