summaryrefslogtreecommitdiff
path: root/src/diff_file.c
Commit message (Expand)AuthorAgeFilesLines
* oid: `is_zero` instead of `iszero`ethomson/is_and_fromEdward Thomson2019-06-081-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-4/+4
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-3/+3
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-3/+3
* diff_generate: avoid excessive stats of .gitattribute filesPatrick Steinhardt2018-01-031-2/+4
* diff_file: properly refcount blobs when initializing file contentsPatrick Steinhardt2017-12-151-1/+3
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+3
* giterr_set: consistent error messagesEdward Thomson2016-12-291-1/+1
* git_diff_generated: abstract generated diffsEdward Thomson2016-05-261-0/+1
* diff: include oid length in deltasEdward Thomson2016-05-261-0/+2
* diff: on win32, treat fake "symlinks" speciallyEdward Thomson2015-11-031-0/+25
* Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecifiedCarlos Martín Nieto2015-06-251-1/+1
* submodule: add an ignore option to statusCarlos Martín Nieto2015-06-221-1/+1
* submodule: don't let status change an existing instanceCarlos Martín Nieto2015-06-221-1/+1
* diff: introduce binary diff callbacksEdward Thomson2015-06-121-12/+22
* git_filter_opt_t -> git_filter_flag_tEdward Thomson2015-02-191-1/+1
* Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers2014-05-201-0/+1
* Add filter options and ALLOW_UNSAFERussell Belfer2014-05-061-1/+2
* Fix submodule leaks and invalid referencesRussell Belfer2014-03-251-1/+2
* Make submodules externally refcountedRussell Belfer2014-03-251-3/+11
* Add buffer to buffer diff and patch APIsRussell Belfer2014-02-271-34/+15
* diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-251-13/+13
* Diff API cleanupRussell Belfer2013-10-151-1/+1
* Rename diff objects and split patch.hRussell Belfer2013-10-111-1/+1
* Merge git_buf and git_bufferRussell Belfer2013-09-171-3/+3
* Add ident filterRussell Belfer2013-09-171-1/+1
* Extend public filter api with filter listsRussell Belfer2013-09-171-10/+13
* Create public filter object and use itRussell Belfer2013-09-171-26/+20
* Make rename detection file size fix betterRussell Belfer2013-07-241-12/+2
* Don't unload diff data unless loadedRussell Belfer2013-07-241-0/+3
* Add "as_path" parameters to blob and buffer diffsRussell Belfer2013-06-171-77/+83
* Fix diff header naming issuesRussell Belfer2013-06-121-7/+7
* Implement regex pattern diff driverRussell Belfer2013-06-111-26/+25
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-0/+442