aboutsummaryrefslogtreecommitdiff
path: root/diffcore.h
Commit message (Expand)AuthorAge
* diff: convert fill_filespec to struct object_idBrandon Williams2017-06-02
* Merge branch 'tk/diffcore-delta-remove-unused'Junio C Hamano2016-11-17
|\
| * diffcore-delta: remove unused parameter to diffcore_count_changes()Tobias Klauser2016-11-14
* | diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson2016-06-28
* | diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-28
|/
* diff --stat: mark any file larger than core.bigfilethreshold binaryNguyễn Thái Ngọc Duy2014-08-18
* diff.c: allow to pass more flags to diff_populate_filespecNguyễn Thái Ngọc Duy2014-08-18
* Merge branch 'jk/diff-filespec-cleanup'Junio C Hamano2014-03-18
|\
| * diffcore.h: be explicit about the signedness of is_binaryRichard Lowe2014-02-24
* | Merge branch 'ks/combine-diff'Junio C Hamano2014-03-05
|\ \
| * | diffcore-order: export generic ordering interfaceKirill Smelkov2014-02-24
| |/
* | Merge branch 'nd/diff-quiet-stat-dirty'Junio C Hamano2014-02-27
|\ \ | |/ |/|
| * diff: do not quit early on stat-dirty filesNguyễn Thái Ngọc Duy2014-02-24
* | diff_filespec: use only 2 bits for is_binary flagJeff King2014-01-17
* | diff_filespec: reorder is_binary fieldJeff King2014-01-17
* | diff_filespec: drop xfrm_flags fieldJeff King2014-01-17
* | diff_filespec: drop funcname_pattern_ident fieldJeff King2014-01-17
* | diff_filespec: reorder dirty_submodule macro definitionsJeff King2014-01-17
|/
* Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-27
|\
| * diff: do not use null sha1 as a sentinel valueJeff King2012-07-29
* | Merge branch 'jc/refactor-diff-stdin'Junio C Hamano2012-07-13
|\ \ | |/ |/|
| * diff-index.c: "git diff" has no need to read blob from the standard inputJunio C Hamano2012-06-28
* | combine-diff: support format_callbackJunio C Hamano2011-08-20
|/
* diff: pass the entire diff-options to diffcore_pickaxe()Junio C Hamano2010-08-31
* diff --follow: do call diffcore_std() as necessaryJunio C Hamano2010-08-13
* Standardize do { ... } while (0) styleJonathan Nieder2010-08-12
* Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -CMatthieu Moy2010-08-09
* Make diffcore_std only can run once before a diff_flushBo Yang2010-05-07
* Add a macro DIFF_QUEUE_CLEAR.Bo Yang2010-05-07
* git diff --submodule: Show detailed dirty status of submodulesJens Lehmann2010-03-04
* Performance optimization for detection of modified submodulesJens Lehmann2010-01-18
* Merge branch 'maint'Junio C Hamano2008-11-02
|\
| * Add reference for status letters in documentation.Yann Dirson2008-11-02
* | diff: introduce diff.<driver>.binaryJeff King2008-10-18
|/
* Bust the ghost of long-defunct diffcore-pathspec.Yann Dirson2008-09-19
* copy vs rename detection: avoid unnecessary O(n*m) loopsLinus Torvalds2007-10-26
* Ref-count the filespecs used by diffcoreLinus Torvalds2007-10-26
* rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano2007-10-02
* diffcore-rename: cache file deltasJeff King2007-10-02
* Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano2007-07-07
* Per-path attribute based hunk header selection.Junio C Hamano2007-07-06
* Introduce diff_filespec_is_binary()Junio C Hamano2007-07-06
* diffcore_filespec: add is_binaryJunio C Hamano2007-06-30
* diffcore_count_changes: pass diffcore_filespecJunio C Hamano2007-06-30
* Make macros to prevent double-inclusion in headers consistent.Junio C Hamano2007-04-29
* diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano2007-01-06
* diff.c: do not use pathname comparison to tell renamesJunio C Hamano2006-08-03
* diffcore-rename: somewhat optimized.Junio C Hamano2006-03-12
* diffcore-break: similarity estimator fix.Junio C Hamano2006-03-04
* diffcore-rename: split out the delta counting code.Junio C Hamano2006-02-28