Age | Commit message (Expand) | Author | Files | Lines |
2020-04-07 | diff: restrict when prefetching occurs | Jonathan Tan | 1 | -2/+10 |
2020-04-07 | diff: make diff_populate_filespec_options struct | Jonathan Tan | 1 | -2/+2 |
2019-10-02 | diffcore-break: use a goto instead of a redundant if statement | Alex Henrie | 1 | -6/+6 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -5/+7 |
2018-09-21 | diff.c: reduce implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -5/+7 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
2016-11-17 | Merge branch 'tk/diffcore-delta-remove-unused' | Junio C Hamano | 1 | -1/+0 |
2016-11-14 | diffcore-delta: remove unused parameter to diffcore_count_changes() | Tobias Klauser | 1 | -1/+0 |
2016-06-28 | diff: rename struct diff_filespec's sha1_valid member | brian m. carlson | 1 | -1/+1 |
2016-06-28 | diff: convert struct diff_filespec to struct object_id | brian m. carlson | 1 | -1/+1 |
2014-10-23 | diff -B -M: fix output for "copy and then rewrite" case | Junio C Hamano | 1 | -0/+7 |
2013-04-03 | diffcore-break: don't divide by zero | John Keeping | 1 | -0/+3 |
2010-05-07 | Add a macro DIFF_QUEUE_CLEAR. | Bo Yang | 1 | -4/+2 |
2009-11-16 | diffcore-break: save cnt_data for other phases | Jeff King | 1 | -3/+3 |
2009-11-16 | diffcore-break: free filespec data as we go | Jeff King | 1 | -0/+4 |
2009-03-07 | Remove unused function scope local variables | Benjamin Kramer | 1 | -2/+1 |
2007-12-02 | rename: Break filepairs with different types. | Junio C Hamano | 1 | -4/+8 |
2007-10-21 | Fix diffcore-break total breakage | Linus Torvalds | 1 | -4/+7 |
2007-06-30 | diffcore_count_changes: pass diffcore_filespec | Junio C Hamano | 1 | -2/+1 |
2007-03-07 | Cast 64 bit off_t to 32 bit size_t | Shawn O. Pearce | 1 | -1/+1 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -1/+1 |
2006-03-12 | diffcore-rename: somewhat optimized. | Junio C Hamano | 1 | -0/+1 |
2006-03-04 | diffcore-break: similarity estimator fix. | Junio C Hamano | 1 | -19/+26 |
2006-02-28 | diffcore-rename: split out the delta counting code. | Junio C Hamano | 1 | -16/+5 |
2006-02-28 | diffcore-break: micro-optimize by avoiding delta between identical files. | Junio C Hamano | 1 | -0/+4 |
2005-12-12 | diffcore-break: do not break too small filepair. | Junio C Hamano | 1 | -2/+3 |
2005-12-12 | diffcore-break.c: check diff_delta() return value. | Junio C Hamano | 1 | -0/+2 |
2005-09-14 | Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()" | Junio C Hamano | 1 | -2/+2 |
2005-08-13 | [PATCH] plug memory leak in diff.c::diff_free_filepair() | Yasushi SHOJI | 1 | -2/+2 |
2005-06-29 | [PATCH] Fixlets on top of Nico's clean-up. | Junio C Hamano | 1 | -1/+1 |
2005-06-25 | Add a "max_size" parameter to diff_delta() | Linus Torvalds | 1 | -1/+1 |
2005-06-19 | [PATCH] Rework -B output. | Junio C Hamano | 1 | -4/+3 |
2005-06-05 | [PATCH] diffcore-break.c: various fixes. | Junio C Hamano | 1 | -14/+8 |
2005-06-03 | [PATCH] diff: Update -B heuristics. | Junio C Hamano | 1 | -41/+197 |
2005-06-03 | [PATCH] Tweak count-delta interface | Junio C Hamano | 1 | -4/+11 |
2005-05-30 | [PATCH] Add -B flag to diff-* brothers. | Junio C Hamano | 1 | -0/+127 |