aboutsummaryrefslogtreecommitdiffstats
path: root/diffcore.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-1/+1
2023-02-23hash.h: move some oid-related declarations from cache.hElijah Newren1-1/+3
2022-11-02line-log: free diff queue when processing non-merge commitsSZEDER Gábor1-0/+1
2021-07-30merge-ort: store filepairs and filespecs in our mem_poolElijah Newren1-0/+1
2021-07-30diffcore-rename, merge-ort: add wrapper functions for filepair alloc/deallocElijah Newren1-0/+2
2021-06-14Merge branch 'en/ort-perf-batch-11'Junio C Hamano1-1/+2
2021-05-20merge-ort, diffcore-rename: employ cached renames when possibleElijah Newren1-1/+2
2021-04-16Merge branch 'en/ort-perf-batch-10'Junio C Hamano1-3/+16
2021-04-08Merge branch 'en/ort-perf-batch-9'Junio C Hamano1-0/+1
2021-03-22Merge branch 'en/ort-perf-batch-8'Junio C Hamano1-0/+7
2021-03-18merge-ort: record the reason that we want a rename for a fileElijah Newren1-0/+6
2021-03-18merge-ort: record the reason that we want a rename for a directoryElijah Newren1-0/+7
2021-03-18merge-ort, diffcore-rename: tweak dirs_removed and relevant_source typeElijah Newren1-3/+3
2021-03-10diffcore-rename: enable filtering possible rename sourcesElijah Newren1-0/+1
2021-02-26diffcore-rename: add function for clearing dir_rename_countElijah Newren1-0/+2
2021-02-26Move computation of dir_rename_count from merge-ort to diffcore-renameElijah Newren1-0/+5
2021-02-16diff: --{rotate,skip}-to=<path>Junio C Hamano1-0/+1
2020-04-07diff: restrict when prefetching occursJonathan Tan1-0/+21
2020-04-07diff: make diff_populate_filespec_options structJonathan Tan1-3/+6
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
2007-01-06diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano1-2/+2
2006-08-03diff.c: do not use pathname comparison to tell renamesJunio C Hamano1-1/+2
2006-03-12diffcore-rename: somewhat optimized.Junio C Hamano1-0/+3
2006-03-04diffcore-break: similarity estimator fix.Junio C Hamano1-2/+2
2006-02-28diffcore-rename: split out the delta counting code.Junio C Hamano1-0/+6
2006-01-15diffcore-break/diffcore-rename: integer overflow.Junio C Hamano1-1/+1
2005-09-24Diff: -l<num> to limit rename/copy detection.Junio C Hamano1-1/+1
2005-09-14Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()"Junio C Hamano1-1/+1
2005-08-13[PATCH] plug memory leak in diff.c::diff_free_filepair()Yasushi SHOJI1-1/+1
2005-06-12[PATCH] Re-Fix SIGSEGV on unmerged files in git-diff-files -pJunio C Hamano1-1/+1
2005-06-08Fix SIGSEGV on unmerged files in git-diff-files -pLinus Torvalds1-1/+1
2005-06-05[PATCH] diffcore-break.c: various fixes.Junio C Hamano1-1/+1
2005-06-03[PATCH] diff: Update -B heuristics.Junio C Hamano1-0/+11
2005-06-03[PATCH] diff: Fix docs and add -O to diff-helper.Junio C Hamano1-0/+6
2005-06-03[PATCH] Tweak count-delta interfaceJunio C Hamano1-2/+0
2005-06-01[PATCH] diff: mode bits fixesJunio C Hamano1-4/+0
2005-05-30[PATCH] Add -B flag to diff-* brothers.Junio C Hamano1-3/+9
2005-05-30[PATCH] diff: code clean-up and removal of rename hack.Junio C Hamano1-3/+3
2005-05-29[PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano1-1/+1
2005-05-29[PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano1-2/+5
2005-05-29[PATCH] Remove a function not used anymore.Junio C Hamano1-3/+0
2005-05-29[PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano1-0/+2
2005-05-26[PATCH] Diff updates to express type changesJunio C Hamano1-0/+6
2005-05-25[PATCH] Fix type-change handling when assigning the status code to filepairs.Junio C Hamano1-0/+3
2005-05-24[PATCH] Redo rename/copy detection logic.Junio C Hamano1-5/+11
2005-05-23[PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano1-2/+0
2005-05-23[PATCH] diff-raw format update take #2.Junio C Hamano1-0/+1
2005-05-23[PATCH] Rename/copy detection fix.Junio C Hamano1-3/+10
2005-05-22[PATCH] Diffcore updates.Junio C Hamano1-0/+4
2005-05-21[PATCH] The diff-raw format updates.Junio C Hamano1-1/+1
2005-05-21[PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano1-2/+1
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano1-5/+6
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano1-0/+60