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
2016-02-12Horrible fix for #3173.Arthur Schreiber
2015-12-01diff: include commit message when formatting patchPatrick Steinhardt
2015-11-23checkout: only consider nsecs when built that wayEdward Thomson
2015-11-12Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto
2015-11-03Add diff progress callback.Jason Haslam
2015-10-28pool: Simplify implementationVicent Marti
2015-10-22diff: ignore nsecs when diffingEdward Thomson
2015-10-02diff: refactor complex timestamp check into its own functionAxel Rasmussen
2015-09-19diff/index: respect USE_NSEC for racily clean file detectionAxel Rasmussen
2015-09-19cmake: add USE_NSEC, and only check nanosec m/ctime if enabledAxel Rasmussen
2015-09-12diff: check pathspec on non-filesEdward Thomson
2015-08-31diff: use new iterator pathlist handlingEdward Thomson
2015-08-29Move filelist into the iterator handling itself.Edward Thomson
2015-08-29iterator: use an options struct instead of argsEdward Thomson
2015-06-30Added git_diff_index_to_index()Pierre-Olivier Latour
2015-06-26Only write index if updated when passing GIT_DIFF_UPDATE_INDEXPierre-Olivier Latour
2015-06-24Merge pull request #3222 from git-up/conflictedEdward Thomson
2015-06-23Fixed GIT_DELTA_CONFLICTED not returned in some casesPierre-Olivier Latour
2015-06-22diff: check files with the same or newer timestampsCarlos Martín Nieto
2015-06-20diff: preserve original mode in the indexEdward Thomson
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