summaryrefslogtreecommitdiff
path: root/src/diff_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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