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-06-30diff: use size_t formatEdward Thomson
2015-06-26diff: fix leaks in diff printingCarlos Martín Nieto
2015-06-15Fixed Xcode 6.1 build warningsPierre-Olivier Latour
2015-06-12diff: introduce binary diff callbacksEdward Thomson
2014-08-15Introduce git_buf_decode_base64Edward Thomson
2014-07-23undo indentation change in diff_print.cfix-git-status-list-new-unreadable-folderAlan Rogers
2014-06-05Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers
2014-05-31minor cleanupsRussell Belfer
2014-05-31Clean up the handling of large binary diffsRussell Belfer
2014-05-20Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers
2014-05-17Fix printf format string from previous commitPhilip Kelley
2014-05-17print_binary_hunk: Treat types with respectPhilip Kelley
2014-05-08Be more careful with user-supplied buffersRussell Belfer
2014-04-23Merge pull request #2291 from ethomson/patch_binaryVicent Marti
2014-04-23patch: emit binary patches (optionally)Edward Thomson
2014-04-22Some doc and examples/diff.c changesRussell Belfer
2014-04-18Add public diff print helpersRussell Belfer
2014-01-25diff: change id abbrev option's name to id_abbrevCarlos Martín Nieto
2014-01-25diff: rename the file's 'oid' to 'id'Carlos Martín Nieto
2014-01-22Drop git_patch_to_strNicolas Hake
2014-01-22Expose patch serialization to git_bufNicolas Hake
2013-12-11One more rename/cleanup for callback err functionsRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Improve GIT_EUSER handlingRussell Belfer
2013-10-22Create git_diff_line and extend git_diff_hunkRussell Belfer
2013-10-16Diff API cleanupRussell Belfer
2013-10-12Rename diff objects and split patch.hRussell Belfer
2013-09-24Clean up unnecessary git_buf_printf callsRussell Belfer
2013-09-06Better macro name for is-exec-bit-set testRussell Belfer
2013-09-05Add more file mode permissions macrosRussell Belfer
2013-07-24Restore GIT_DIFF_LINE_BINARY usageRussell Belfer
2013-07-24Make compact output more like core GitRussell Belfer
2013-07-24Add hunk/file headers to git_diff_patch_sizeRussell Belfer
2013-06-19Fix rename looped reference issuesRussell Belfer
2013-06-18Add "as_path" parameters to blob and buffer diffsRussell Belfer
2013-06-17More tests and bug fixes for status with renameRussell Belfer
2013-06-13Fix diff header naming issuesRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-06-05Move some diff helpers into separate fileRussell Belfer