Age | Commit message (Expand) | Author | Files | Lines |
2017-06-02 | diff: convert fill_filespec to struct object_id | Brandon Williams | 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-08-18 | diff --stat: mark any file larger than core.bigfilethreshold binary | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2014-08-18 | diff.c: allow to pass more flags to diff_populate_filespec | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2014-03-18 | Merge branch 'jk/diff-filespec-cleanup' | Junio C Hamano | 1 | -1/+1 |
2014-03-05 | Merge branch 'ks/combine-diff' | Junio C Hamano | 1 | -0/+14 |
2014-02-27 | Merge branch 'nd/diff-quiet-stat-dirty' | Junio C Hamano | 1 | -0/+2 |
2014-02-24 | diff: do not quit early on stat-dirty files | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2014-02-24 | diffcore-order: export generic ordering interface | Kirill Smelkov | 1 | -0/+14 |
2014-02-24 | diffcore.h: be explicit about the signedness of is_binary | Richard Lowe | 1 | -1/+1 |
2014-01-17 | diff_filespec: use only 2 bits for is_binary flag | Jeff King | 1 | -1/+1 |
2014-01-17 | diff_filespec: reorder is_binary field | Jeff King | 1 | -1/+1 |
2014-01-17 | diff_filespec: drop xfrm_flags field | Jeff King | 1 | -1/+0 |
2014-01-17 | diff_filespec: drop funcname_pattern_ident field | Jeff King | 1 | -1/+0 |
2014-01-17 | diff_filespec: reorder dirty_submodule macro definitions | Jeff King | 1 | -1/+1 |
2012-08-27 | Merge branch 'jk/maint-null-in-trees' | Junio C Hamano | 1 | -1/+1 |
2012-07-29 | diff: do not use null sha1 as a sentinel value | Jeff King | 1 | -1/+1 |
2012-07-13 | Merge branch 'jc/refactor-diff-stdin' | Junio C Hamano | 1 | -0/+1 |
2012-06-28 | diff-index.c: "git diff" has no need to read blob from the standard input | Junio C Hamano | 1 | -0/+1 |
2011-08-20 | combine-diff: support format_callback | Junio C Hamano | 1 | -1/+1 |
2010-08-31 | diff: pass the entire diff-options to diffcore_pickaxe() | Junio C Hamano | 1 | -1/+1 |
2010-08-13 | diff --follow: do call diffcore_std() as necessary | Junio C Hamano | 1 | -2/+0 |
2010-08-12 | Standardize do { ... } while (0) style | Jonathan Nieder | 1 | -4/+4 |
2010-08-09 | Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -C | Matthieu Moy | 1 | -1/+1 |
2010-05-07 | Make diffcore_std only can run once before a diff_flush | Bo Yang | 1 | -0/+2 |
2010-05-07 | Add a macro DIFF_QUEUE_CLEAR. | Bo Yang | 1 | -0/+5 |
2010-03-04 | git diff --submodule: Show detailed dirty status of submodules | Jens Lehmann | 1 | -1/+3 |
2010-01-18 | Performance optimization for detection of modified submodules | Jens Lehmann | 1 | -0/+1 |
2008-11-02 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-11-02 | Add reference for status letters in documentation. | Yann Dirson | 1 | -1/+1 |
2008-10-18 | diff: introduce diff.<driver>.binary | Jeff King | 1 | -2/+6 |
2008-09-19 | Bust the ghost of long-defunct diffcore-pathspec. | Yann Dirson | 1 | -1/+0 |
2007-10-26 | copy vs rename detection: avoid unnecessary O(n*m) loops | Linus Torvalds | 1 | -1/+1 |
2007-10-26 | Ref-count the filespecs used by diffcore | Linus Torvalds | 1 | -0/+2 |
2007-10-02 | rename diff_free_filespec_data_large() to diff_free_filespec_blob() | Junio C Hamano | 1 | -1/+1 |
2007-10-02 | diffcore-rename: cache file deltas | Jeff King | 1 | -0/+1 |
2007-07-07 | Fix configuration syntax to specify customized hunk header patterns. | Junio C Hamano | 1 | -1/+1 |
2007-07-06 | Per-path attribute based hunk header selection. | Junio C Hamano | 1 | -0/+1 |
2007-07-06 | Introduce diff_filespec_is_binary() | Junio C Hamano | 1 | -0/+2 |
2007-06-30 | diffcore_filespec: add is_binary | Junio C Hamano | 1 | -0/+1 |
2007-06-30 | diffcore_count_changes: pass diffcore_filespec | Junio C Hamano | 1 | -2/+2 |
2007-04-29 | Make macros to prevent double-inclusion in headers consistent. | Junio C Hamano | 1 | -2/+2 |
2007-01-06 | diff-index --cached --raw: show tree entry on the LHS for unmerged entries. | Junio C Hamano | 1 | -2/+2 |
2006-08-03 | diff.c: do not use pathname comparison to tell renames | Junio C Hamano | 1 | -1/+2 |
2006-03-12 | diffcore-rename: somewhat optimized. | Junio C Hamano | 1 | -0/+3 |
2006-03-04 | diffcore-break: similarity estimator fix. | Junio C Hamano | 1 | -2/+2 |
2006-02-28 | diffcore-rename: split out the delta counting code. | Junio C Hamano | 1 | -0/+6 |