summaryrefslogtreecommitdiffstats
path: root/diffcore.h
Commit message (Expand)AuthorAgeFilesLines
* diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-6/+7
* Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-0/+4
|\
| * Add missing includes and forward declarationsElijah Newren2018-08-151-0/+4
* | diffcore.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-25/+25
|/
* diff: convert fill_filespec to struct object_idBrandon Williams2017-06-021-1/+1
* Merge branch 'tk/diffcore-delta-remove-unused'Junio C Hamano2016-11-171-1/+0
|\
| * diffcore-delta: remove unused parameter to diffcore_count_changes()Tobias Klauser2016-11-141-1/+0
* | diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson2016-06-281-1/+1
* | diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-281-1/+1
|/
* diff --stat: mark any file larger than core.bigfilethreshold binaryNguyễn Thái Ngọc Duy2014-08-181-0/+1
* diff.c: allow to pass more flags to diff_populate_filespecNguyễn Thái Ngọc Duy2014-08-181-1/+2
* Merge branch 'jk/diff-filespec-cleanup'Junio C Hamano2014-03-181-1/+1
|\
| * diffcore.h: be explicit about the signedness of is_binaryRichard Lowe2014-02-241-1/+1
* | Merge branch 'ks/combine-diff'Junio C Hamano2014-03-051-0/+14
|\ \
| * | diffcore-order: export generic ordering interfaceKirill Smelkov2014-02-241-0/+14
| |/
* | Merge branch 'nd/diff-quiet-stat-dirty'Junio C Hamano2014-02-271-0/+2
|\ \ | |/ |/|
| * diff: do not quit early on stat-dirty filesNguyễn Thái Ngọc Duy2014-02-241-0/+2
* | diff_filespec: use only 2 bits for is_binary flagJeff King2014-01-171-1/+1
* | diff_filespec: reorder is_binary fieldJeff King2014-01-171-1/+1
* | diff_filespec: drop xfrm_flags fieldJeff King2014-01-171-1/+0
* | diff_filespec: drop funcname_pattern_ident fieldJeff King2014-01-171-1/+0
* | diff_filespec: reorder dirty_submodule macro definitionsJeff King2014-01-171-1/+1
|/
* Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-271-1/+1
|\
| * diff: do not use null sha1 as a sentinel valueJeff King2012-07-291-1/+1
* | Merge branch 'jc/refactor-diff-stdin'Junio C Hamano2012-07-131-0/+1
|\ \ | |/ |/|
| * diff-index.c: "git diff" has no need to read blob from the standard inputJunio C Hamano2012-06-281-0/+1
* | combine-diff: support format_callbackJunio C Hamano2011-08-201-1/+1
|/
* diff: pass the entire diff-options to diffcore_pickaxe()Junio C Hamano2010-08-311-1/+1
* diff --follow: do call diffcore_std() as necessaryJunio C Hamano2010-08-131-2/+0
* Standardize do { ... } while (0) styleJonathan Nieder2010-08-121-4/+4
* Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -CMatthieu Moy2010-08-091-1/+1
* Make diffcore_std only can run once before a diff_flushBo Yang2010-05-071-0/+2
* Add a macro DIFF_QUEUE_CLEAR.Bo Yang2010-05-071-0/+5
* git diff --submodule: Show detailed dirty status of submodulesJens Lehmann2010-03-041-1/+3
* Performance optimization for detection of modified submodulesJens Lehmann2010-01-181-0/+1
* Merge branch 'maint'Junio C Hamano2008-11-021-1/+1
|\
| * Add reference for status letters in documentation.Yann Dirson2008-11-021-1/+1
* | diff: introduce diff.<driver>.binaryJeff King2008-10-181-2/+6
|/
* Bust the ghost of long-defunct diffcore-pathspec.Yann Dirson2008-09-191-1/+0
* copy vs rename detection: avoid unnecessary O(n*m) loopsLinus Torvalds2007-10-261-1/+1
* Ref-count the filespecs used by diffcoreLinus Torvalds2007-10-261-0/+2
* rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano2007-10-021-1/+1
* diffcore-rename: cache file deltasJeff King2007-10-021-0/+1
* Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano2007-07-071-1/+1
* Per-path attribute based hunk header selection.Junio C Hamano2007-07-061-0/+1
* Introduce diff_filespec_is_binary()Junio C Hamano2007-07-061-0/+2
* diffcore_filespec: add is_binaryJunio C Hamano2007-06-301-0/+1
* diffcore_count_changes: pass diffcore_filespecJunio C Hamano2007-06-301-2/+2
* Make macros to prevent double-inclusion in headers consistent.Junio C Hamano2007-04-291-2/+2
* diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano2007-01-061-2/+2