summaryrefslogtreecommitdiff
path: root/src/diff_tform.c
Commit message (Expand)AuthorAgeFilesLines
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-1/+1
* diff: fix OOM on AIX when finding similar deltas in empty diffPatrick Steinhardt2018-08-091-1/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* diff_tform: fix rename detection with rewrite/delete pairPatrick Steinhardt2018-02-201-1/+3
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+2
* diff: don't do rename detection on submodulesethomson/submodule_renamesEdward Thomson2017-02-091-2/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-1/+1
* git_diff_generated: abstract generated diffsEdward Thomson2016-05-261-0/+1
* diff_tform: fix potential NULL pointer accessPatrick Steinhardt2016-03-111-3/+5
* diff_tform: fix potential NULL pointer accessPatrick Steinhardt2016-02-231-11/+16
* pool: Simplify implementationVicent Marti2015-10-281-3/+3
* stash: save the workdir file when deleted in indexEdward Thomson2015-06-231-11/+11
* git_diff__merge: allow pluggable diff mergesEdward Thomson2015-06-231-3/+9
* diff_tform: remove reversed copy of delta mergerEdward Thomson2015-06-231-46/+7
* Explicitly handle GIT_DELTA_CONFLICTED in git_diff_merge()Pierre-Olivier Latour2015-06-221-0/+11
* Fixed handling of GIT_DELTA_CONFLICTED in git_diff_find_similar()Pierre-Olivier Latour2015-06-101-4/+4
* Make sure to also update delta->nfiles when merging diffsPierre-Olivier Latour2015-03-301-2/+8
* Plug a few leaksCarlos Martín Nieto2015-03-041-1/+3
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-2/+3
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-0/+1
* Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small f...Pierre-Olivier Latour2015-01-141-22/+15
* Removed some useless variable assignmentsPierre-Olivier Latour2014-10-271-2/+0
* hashsig: Export as a `sys` headervmg/hashsigVicent Marti2014-10-011-1/+1
* Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers2014-05-201-1/+3
* Add build option for diff internal statisticsRussell Belfer2014-05-021-4/+4
* Use a portable castBen Straub2014-02-241-2/+2
* Avoid casting warningBen Straub2014-02-241-2/+2
* diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-251-14/+14
* Sometimes a zero byte file is just a zero byte fileEdward Thomson2014-01-221-1/+1
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-2/+2
* Fix up some valgrind leaks and warningsRussell Belfer2013-12-111-15/+14
* Add git_vector_free_allRussell Belfer2013-12-111-6/+2
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-20/+15
* Check version earlierBen Straub2013-12-111-1/+2
* Don't clobber whitespace settingsBen Straub2013-12-061-5/+5
* Don't use weird return codesBen Straub2013-12-051-3/+8
* Implement GIT_DIFF_FIND_BY_CONFIGBen Straub2013-12-051-11/+17
* GIT_DIFF_FIND_REMOVE_UNMODIFIED sounds betterRussell Belfer2013-12-021-1/+1
* Add GIT_DIFF_FIND_DELETE_UNMODIFIED flagRussell Belfer2013-12-021-0/+2
* Fix bug making split deltas a COPIED targetsRussell Belfer2013-12-021-16/+30
* More tests and fixed for merging reversed diffsRussell Belfer2013-11-011-14/+43
* Fix some of the glaring errors in GIT_DIFF_REVERSERussell Belfer2013-11-011-14/+24
* Tweak to git_diff_delta structure for nfilesRussell Belfer2013-10-211-20/+27
* Diff API cleanupRussell Belfer2013-10-151-6/+6
* Rename diff objects and split patch.hRussell Belfer2013-10-111-11/+11
* Merge pull request #1804 from ethomson/rewritesVicent Martí2013-09-031-1/+5
|\
| * Split rewrites, status doesn't return rewritesEdward Thomson2013-08-281-1/+5
* | Trying to fix Win32 warningsRussell Belfer2013-08-221-3/+3
|/
* Update rename src map for any split srcRussell Belfer2013-08-041-1/+6
* Major rename detection changesRussell Belfer2013-07-311-91/+128