| Commit message (Expand) | Author | Age | Files | Lines |
* | diff: pass the entire diff-options to diffcore_pickaxe() | Junio C Hamano | 2010-08-31 | 1 | -1/+1 |
* | diff --follow: do call diffcore_std() as necessary | Junio C Hamano | 2010-08-13 | 1 | -2/+0 |
* | Standardize do { ... } while (0) style | Jonathan Nieder | 2010-08-12 | 1 | -4/+4 |
* | Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -C | Matthieu Moy | 2010-08-09 | 1 | -1/+1 |
* | Make diffcore_std only can run once before a diff_flush | Bo Yang | 2010-05-07 | 1 | -0/+2 |
* | Add a macro DIFF_QUEUE_CLEAR. | Bo Yang | 2010-05-07 | 1 | -0/+5 |
* | git diff --submodule: Show detailed dirty status of submodules | Jens Lehmann | 2010-03-04 | 1 | -1/+3 |
* | Performance optimization for detection of modified submodules | Jens Lehmann | 2010-01-18 | 1 | -0/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2008-11-02 | 1 | -1/+1 |
|\ |
|
| * | Add reference for status letters in documentation. | Yann Dirson | 2008-11-02 | 1 | -1/+1 |
* | | diff: introduce diff.<driver>.binary | Jeff King | 2008-10-18 | 1 | -2/+6 |
|/ |
|
* | Bust the ghost of long-defunct diffcore-pathspec. | Yann Dirson | 2008-09-19 | 1 | -1/+0 |
* | copy vs rename detection: avoid unnecessary O(n*m) loops | Linus Torvalds | 2007-10-26 | 1 | -1/+1 |
* | Ref-count the filespecs used by diffcore | Linus Torvalds | 2007-10-26 | 1 | -0/+2 |
* | rename diff_free_filespec_data_large() to diff_free_filespec_blob() | Junio C Hamano | 2007-10-02 | 1 | -1/+1 |
* | diffcore-rename: cache file deltas | Jeff King | 2007-10-02 | 1 | -0/+1 |
* | Fix configuration syntax to specify customized hunk header patterns. | Junio C Hamano | 2007-07-07 | 1 | -1/+1 |
* | Per-path attribute based hunk header selection. | Junio C Hamano | 2007-07-06 | 1 | -0/+1 |
* | Introduce diff_filespec_is_binary() | Junio C Hamano | 2007-07-06 | 1 | -0/+2 |
* | diffcore_filespec: add is_binary | Junio C Hamano | 2007-06-30 | 1 | -0/+1 |
* | diffcore_count_changes: pass diffcore_filespec | Junio C Hamano | 2007-06-30 | 1 | -2/+2 |
* | Make macros to prevent double-inclusion in headers consistent. | Junio C Hamano | 2007-04-29 | 1 | -2/+2 |
* | diff-index --cached --raw: show tree entry on the LHS for unmerged entries. | Junio C Hamano | 2007-01-06 | 1 | -2/+2 |
* | diff.c: do not use pathname comparison to tell renames | Junio C Hamano | 2006-08-03 | 1 | -1/+2 |
* | diffcore-rename: somewhat optimized. | Junio C Hamano | 2006-03-12 | 1 | -0/+3 |
* | diffcore-break: similarity estimator fix. | Junio C Hamano | 2006-03-04 | 1 | -2/+2 |
* | diffcore-rename: split out the delta counting code. | Junio C Hamano | 2006-02-28 | 1 | -0/+6 |
* | diffcore-break/diffcore-rename: integer overflow. | Junio C Hamano | 2006-01-15 | 1 | -1/+1 |
* | Diff: -l<num> to limit rename/copy detection. | Junio C Hamano | 2005-09-24 | 1 | -1/+1 |
* | Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()" | Junio C Hamano | 2005-09-14 | 1 | -1/+1 |
* | [PATCH] plug memory leak in diff.c::diff_free_filepair() | Yasushi SHOJI | 2005-08-13 | 1 | -1/+1 |
* | [PATCH] Re-Fix SIGSEGV on unmerged files in git-diff-files -p | Junio C Hamano | 2005-06-12 | 1 | -1/+1 |
* | Fix SIGSEGV on unmerged files in git-diff-files -p | Linus Torvalds | 2005-06-08 | 1 | -1/+1 |
* | [PATCH] diffcore-break.c: various fixes. | Junio C Hamano | 2005-06-05 | 1 | -1/+1 |
* | [PATCH] diff: Update -B heuristics. | Junio C Hamano | 2005-06-03 | 1 | -0/+11 |
* | [PATCH] diff: Fix docs and add -O to diff-helper. | Junio C Hamano | 2005-06-03 | 1 | -0/+6 |
* | [PATCH] Tweak count-delta interface | Junio C Hamano | 2005-06-03 | 1 | -2/+0 |
* | [PATCH] diff: mode bits fixes | Junio C Hamano | 2005-06-01 | 1 | -4/+0 |
* | [PATCH] Add -B flag to diff-* brothers. | Junio C Hamano | 2005-05-30 | 1 | -3/+9 |
* | [PATCH] diff: code clean-up and removal of rename hack. | Junio C Hamano | 2005-05-30 | 1 | -3/+3 |
* | [PATCH] Optimize diff-tree -[CM] --stdin | Junio C Hamano | 2005-05-29 | 1 | -1/+1 |
* | [PATCH] Fix the way diffcore-rename records unremoved source. | Junio C Hamano | 2005-05-29 | 1 | -2/+5 |
* | [PATCH] Remove a function not used anymore. | Junio C Hamano | 2005-05-29 | 1 | -3/+0 |
* | [PATCH] Introduce diff_free_filepair() funcion. | Junio C Hamano | 2005-05-29 | 1 | -0/+2 |
* | [PATCH] Diff updates to express type changes | Junio C Hamano | 2005-05-26 | 1 | -0/+6 |
* | [PATCH] Fix type-change handling when assigning the status code to filepairs. | Junio C Hamano | 2005-05-25 | 1 | -0/+3 |
* | [PATCH] Redo rename/copy detection logic. | Junio C Hamano | 2005-05-24 | 1 | -5/+11 |
* | [PATCH] Fix diff-pruning logic which was running prune too early. | Junio C Hamano | 2005-05-23 | 1 | -2/+0 |
* | [PATCH] diff-raw format update take #2. | Junio C Hamano | 2005-05-23 | 1 | -0/+1 |
* | [PATCH] Rename/copy detection fix. | Junio C Hamano | 2005-05-23 | 1 | -3/+10 |