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-04-02Fix skipping content of contained reposRussell Belfer
2014-03-25Make submodules externally refcountedRussell 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
2014-01-25index: rename an entry's id 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-11Improve GIT_EUSER handlingRussell Belfer
2013-12-11Add config read fns with controlled error behaviorRussell Belfer
2013-11-02Fix --assume-unchanged supportRussell Belfer
2013-11-01Add git_diff_options_init helperRussell 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-11-01Fix some of the glaring errors in GIT_DIFF_REVERSERussell Belfer
2013-10-21Tweak to git_diff_delta structure for nfilesRussell Belfer
2013-10-16Diff API cleanupRussell Belfer
2013-10-12Rename diff objects and split patch.hRussell Belfer
2013-09-21Merge pull request #1840 from linquize/warningVicent Martí
2013-09-19Fix warningLinquize
2013-09-17Add ident filterRussell Belfer
2013-09-17Create public filter object and use itRussell Belfer
2013-08-05Add rename from rewrites to statusEdward Thomson
2013-07-10Untracked directories with .git should be ignoredRussell Belfer
2013-07-10Add ignore_submodules to diff optionsRussell Belfer
2013-07-10Update diff to new internal submodule status APIRussell Belfer
2013-07-10Add git_pathspec_match_diff APIRussell Belfer
2013-07-10Add public API for pathspec matchingRussell Belfer
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-20Fix bug in diff untracked dir scanRussell Belfer
2013-06-20Add index pathspec-based operationsRussell Belfer
2013-06-17Always do tree to index diffs case sensitivelyRussell Belfer
2013-06-17Improve case handling in git_diff__paired_foreachRussell Belfer
2013-06-17Be more careful about the path with diffsRussell Belfer
2013-06-12util: It's called `memzero`Vicent Marti
2013-06-12Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-06-07Add safe memset and use itRussell Belfer
2013-06-01Zero memory for major objects before freeingRussell Belfer
2013-05-31Make iterators use GIT_ITEROVER & smart advanceRussell Belfer
2013-05-24Clarify GIT_DIFF_INCLUDE_UNTRACKED_CONTENT optionRussell Belfer
2013-05-18Fix delta compare to use correct pathnameRussell Belfer
2013-05-16Fix diff crash when last item is untracked dirRussell Belfer
2013-05-08Fix dumb type in time comparisonRussell Belfer
2013-05-07Add GIT_DIFF_LINE_CONTEXT_EOFNLRussell Belfer
2013-05-03fix some leaksEdward Thomson