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
2015-05-28Introduce `GIT_DIFF_FLAG_EXISTS`Edward Thomson
2015-05-28diff: prettify `maybe_modified` a littleEdward Thomson
2015-05-28introduce `git_index_entry_is_conflict`Edward Thomson
2015-05-28diff conflicts: don't include incorrect IDEdward Thomson
2015-05-28diff: for conflicts w/o workdir, blank nitem sideEdward Thomson
2015-05-28diff/status: introduce conflictsEdward Thomson
2015-05-28diff: wrap the iterator functionsEdward Thomson
2015-05-04checkout: break case-changes into delete/addEdward Thomson
2015-04-16Fixed GIT_DIFF_UPDATE_INDEX not being aware of executable bit changesPierre-Olivier Latour
2015-04-16Removed unnecessary conditionPierre-Olivier Latour
2015-04-16Use git_oid_cpy() instead of memcpy()Pierre-Olivier Latour
2015-03-12Avoid retaining / releasing the index more than necessary when GIT_DIFF_UPDAT...Pierre-Olivier Latour
2015-03-03config: borrow refcounted referencesCarlos Martín Nieto
2015-02-19git_filter_opt_t -> git_filter_flag_tEdward Thomson
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2014-12-30Added missing error handling pathJacques Germishuys
2014-11-23Plug leaksCarlos Martín Nieto
2014-11-07iterator: submodules are determined by an index or treeCarlos Martín Nieto
2014-10-27Changed context_lines and interhunk_lines to uint32_t to match struct s_xdemi...Pierre-Olivier Latour
2014-06-05Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers
2014-06-04Implement GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers
2014-05-22Don't need to duplicate this code.Alan Rogers
2014-05-22Return GIT_DELTA_UNREADABLE for a file with a mode changeAlan Rogers
2014-05-21Remove errant whitespace.Alan Rogers
2014-05-21Return GIT_FILEMODE_UNREADABLE for files that fail to stat.Alan 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-14Increase use of config snapshotsRussell Belfer
2014-05-13Merge pull request #2328 from libgit2/rb/how-broken-can-ignores-beVicent Marti
2014-05-07Add filter options and ALLOW_UNSAFERussell Belfer
2014-05-06Improve checks for ignore containmentRussell Belfer
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-02Get rid of redundant git_diff_options_init fnRussell Belfer
2014-05-02Add payloads, bitmaps to trace APIRussell Belfer
2014-05-02Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer
2014-05-02Add diff option to update index stat cacheRussell Belfer
2014-05-02Lay groundwork for updating stat cache in diffRussell Belfer
2014-05-02Skip diff oid calc when size definitely changedRussell Belfer
2014-05-02Add build option for diff internal statisticsRussell Belfer
2014-04-25Merge pull request #2241 from libgit2/rb/stash-skip-submodulesVicent Marti
2014-04-24Treat ignored, empty, and untracked dirs differentRussell Belfer
2014-04-23Make checkout match diff for untracked/ignored dirRussell Belfer
2014-04-22Use git_diff_get_stats in example/diff + refactorRussell Belfer
2014-04-18Decouple index iterator sort from indexRussell Belfer
2014-04-15Sanitize git_diff_format_email_options' summary parameterJacques Germishuys
2014-04-15Introduce git_diff_format_email and git_diff_commit_as_emailJacques Germishuys
2014-04-09Update submodules with parent-tracked contentRussell Belfer