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
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
2012-12-01Deploy GITERR_CHECK_VERSIONBen Straub
2012-12-01Deploy GIT_STATUS_OPTIONS_INITBen Straub
2012-12-01Deploy GIT_DIFF_OPTIONS_INITBen Straub
2012-11-28API updates for status.hRussell Belfer
2012-11-28Update diff callback param orderRussell Belfer
2012-11-22repo: Make git_repository_head_tree() return error codesnulltoken
2012-11-15Add explicit git_index ptr to diff and checkoutRussell Belfer
2012-11-15Fix diff API to better parameter orderRussell Belfer
2012-11-10Some diff refactorings to help code reuseRussell Belfer
2012-11-02Improve docs, examples, warningsRussell Belfer
2012-10-18Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer
2012-10-15Fix single-file ignore checksRussell Belfer
2012-10-09Add complex checkout test and then fix checkoutRussell Belfer
2012-10-09Introduce status/diff TYPECHANGE flagsRussell Belfer
2012-09-17Support for core.ignorecasePhilip Kelley
2012-09-06Diff iteratorsRussell Belfer
2012-08-22Wrap up ignore API and add testsRussell Belfer
2012-08-06Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti