aboutsummaryrefslogtreecommitdiffstats
path: root/diffcore.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18diff: move doc to diff.h and diffcore.hHeba Waly1-0/+32
2018-09-21diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy1-6/+7
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano1-0/+4
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+4
2018-08-03diffcore.h: drop extern from function declarationNguyễn Thái Ngọc Duy1-25/+25
2017-06-02diff: convert fill_filespec to struct object_idBrandon Williams1-1/+1
2016-11-17Merge branch 'tk/diffcore-delta-remove-unused'Junio C Hamano1-1/+0
2016-11-14diffcore-delta: remove unused parameter to diffcore_count_changes()Tobias Klauser1-1/+0
2016-06-28diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson1-1/+1
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson1-1/+1
2014-08-18diff --stat: mark any file larger than core.bigfilethreshold binaryNguyễn Thái Ngọc Duy1-0/+1
2014-08-18diff.c: allow to pass more flags to diff_populate_filespecNguyễn Thái Ngọc Duy1-1/+2
2014-03-18Merge branch 'jk/diff-filespec-cleanup'Junio C Hamano1-1/+1
2014-03-05Merge branch 'ks/combine-diff'Junio C Hamano1-0/+14
2014-02-27Merge branch 'nd/diff-quiet-stat-dirty'Junio C Hamano1-0/+2
2014-02-24diff: do not quit early on stat-dirty filesNguyễn Thái Ngọc Duy1-0/+2
2014-02-24diffcore-order: export generic ordering interfaceKirill Smelkov1-0/+14
2014-02-24diffcore.h: be explicit about the signedness of is_binaryRichard Lowe1-1/+1
2014-01-17diff_filespec: use only 2 bits for is_binary flagJeff King1-1/+1
2014-01-17diff_filespec: reorder is_binary fieldJeff King1-1/+1
2014-01-17diff_filespec: drop xfrm_flags fieldJeff King1-1/+0
2014-01-17diff_filespec: drop funcname_pattern_ident fieldJeff King1-1/+0
2014-01-17diff_filespec: reorder dirty_submodule macro definitionsJeff King1-1/+1
2012-08-27Merge branch 'jk/maint-null-in-trees'Junio C Hamano1-1/+1
2012-07-29diff: do not use null sha1 as a sentinel valueJeff King1-1/+1
2012-07-13Merge branch 'jc/refactor-diff-stdin'Junio C Hamano1-0/+1
2012-06-28diff-index.c: "git diff" has no need to read blob from the standard inputJunio C Hamano1-0/+1
2011-08-20combine-diff: support format_callbackJunio C Hamano1-1/+1
2010-08-31diff: pass the entire diff-options to diffcore_pickaxe()Junio C Hamano1-1/+1
2010-08-13diff --follow: do call diffcore_std() as necessaryJunio C Hamano1-2/+0
2010-08-12Standardize do { ... } while (0) styleJonathan Nieder1-4/+4
2010-08-09Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -CMatthieu Moy1-1/+1
2010-05-07Make diffcore_std only can run once before a diff_flushBo Yang1-0/+2
2010-05-07Add a macro DIFF_QUEUE_CLEAR.Bo Yang1-0/+5
2010-03-04git diff --submodule: Show detailed dirty status of submodulesJens Lehmann1-1/+3
2010-01-18Performance optimization for detection of modified submodulesJens Lehmann1-0/+1
2008-11-02Merge branch 'maint'Junio C Hamano1-1/+1
2008-11-02Add reference for status letters in documentation.Yann Dirson1-1/+1
2008-10-18diff: introduce diff.<driver>.binaryJeff King1-2/+6
2008-09-19Bust the ghost of long-defunct diffcore-pathspec.Yann Dirson1-1/+0
2007-10-26copy vs rename detection: avoid unnecessary O(n*m) loopsLinus Torvalds1-1/+1
2007-10-26Ref-count the filespecs used by diffcoreLinus Torvalds1-0/+2
2007-10-02rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano1-1/+1
2007-10-02diffcore-rename: cache file deltasJeff King1-0/+1
2007-07-07Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano1-1/+1
2007-07-06Per-path attribute based hunk header selection.Junio C Hamano1-0/+1
2007-07-06Introduce diff_filespec_is_binary()Junio C Hamano1-0/+2
2007-06-30diffcore_filespec: add is_binaryJunio C Hamano1-0/+1
2007-06-30diffcore_count_changes: pass diffcore_filespecJunio C Hamano1-2/+2
2007-04-29Make macros to prevent double-inclusion in headers consistent.Junio C Hamano1-2/+2