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