summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Merge branch 'en/diff-l-opt-help'Junio C Hamano1-1/+1
2026-08-24Merge branch 'js/pack-objects-delta-size-t'Junio C Hamano1-2/+4
2026-08-13diff: avoid misleading statement about -l optionElijah Newren1-1/+1
2026-08-13diff: widen `deflate_it()`'s bound local from int to `size_t`Johannes Schindelin1-1/+1
2026-08-13delta: widen `create_delta()` and `diff_delta()` to `size_t`Johannes Schindelin1-1/+3
2026-07-31merge-ll: consolidate conflict marker scanning logicJunio C Hamano1-24/+1
2026-07-07hash: use git_hash_init() consistentlyJeff King1-2/+2
2026-07-07Merge branch 'jk/hash-algo-leak-fixes' into jk/git-hash-cleanupsJunio C Hamano1-0/+1
2026-07-02patch-id: discard hash when doneJeff King1-0/+1
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano1-1/+4
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-1/+4
2026-06-15Merge branch 'ob/more-repo-config-values'Junio C Hamano1-1/+2
2026-06-03environment: move `zlib_compression_level` into `struct repo_config_values`Olamide Caleb Bello1-1/+2
2026-05-25Merge branch 'mm/diff-U-takes-no-negative-values'Junio C Hamano1-11/+14
2026-05-13diff: reject negative values for -U/--unifiedMichael Montalbo1-4/+8
2026-05-13diff: reject negative values for --inter-hunk-contextMichael Montalbo1-7/+6
2026-04-20diff: fix out-of-bounds reads and NULL deref in diffstat UTF-8 truncationElijah Newren1-2/+24
2026-04-07Merge branch 'mm/line-log-use-standard-diff-output'Junio C Hamano1-2/+277
2026-03-16line-log: route -L output through the standard diff pipelineMichael Montalbo1-2/+277
2026-03-10Merge branch 'mm/diff-no-index-find-object'Junio C Hamano1-0/+2
2026-03-09Merge branch 'lp/diff-stat-utf8-display-width-fix'Junio C Hamano1-8/+4
2026-03-04Merge branch 'en/merge-ort-almost-wo-the-repository'Junio C Hamano1-1/+1
2026-03-02diff: fix crash with --find-object outside repositoryMichael Montalbo1-0/+2
2026-02-27Merge branch 'jc/whitespace-incomplete-line'Junio C Hamano1-2/+20
2026-02-27diff: handle ANSI escape codes in prefix when calculating diffstat widthLorenzoPegorari1-8/+4
2026-02-21merge,diff: remove the_repository check before prefetching blobsElijah Newren1-1/+1
2026-02-13Merge branch 'cf/c23-const-preserving-strchr-updates-0'Junio C Hamano1-2/+2
2026-02-05whitespace: symbolic links usually lack LF at the endJunio C Hamano1-2/+20
2026-02-05global: constify some pointers that are not written toCollin Funk1-2/+2
2026-02-05Merge branch 'lp/diff-stat-utf8-display-width-fix'Junio C Hamano1-11/+6
2026-01-16diff: improve scaling of filenames in diffstat to handle UTF-8 charsLorenzoPegorari1-11/+6
2025-12-30diff: avoid segfault with freed entriesDerrick Stolee1-0/+5
2025-12-14Merge branch 'rs/diff-index-find-copies-harder-optim'Junio C Hamano1-0/+20
2025-11-30Merge branch 'jc/whitespace-incomplete-line'Junio C Hamano1-47/+98
2025-11-30diff-index: don't queue unchanged filepairs with diff_change()René Scharfe1-0/+20
2025-11-26Merge branch 'ad/blame-diff-algorithm'Junio C Hamano1-1/+0
2025-11-21Merge branch 'rs/diff-quiet-no-rename'Junio C Hamano1-0/+2
2025-11-17xdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASKAntonin Delpeuch1-1/+0
2025-11-12diff: highlight and error out on incomplete linesJunio C Hamano1-2/+27
2025-11-12whitespace: allocate a few more bits and define WS_INCOMPLETE_LINEJunio C Hamano1-8/+8
2025-11-12diff: update the way rewrite diff handles incomplete linesJunio C Hamano1-15/+22
2025-11-12diff: call emit_callback ecbdata everywhereJunio C Hamano1-6/+6
2025-11-12diff: refactor output of incomplete lineJunio C Hamano1-2/+12
2025-11-12diff: keep track of the type of the last line seenJunio C Hamano1-0/+11
2025-11-12diff: correct suppress_blank_empty hackJunio C Hamano1-16/+11
2025-11-12diff: emit_line_ws_markup() if/else style fixJunio C Hamano1-4/+4
2025-11-12whitespace: correct bit assignment commentsJunio C Hamano1-2/+5
2025-11-10diff: disable rename detection with --quietRené Scharfe1-0/+2
2025-10-24diff: simplify run_external_diff() quiet logicJeff King1-3/+2
2025-10-24diff: drop dry-run redirection to /dev/nullJeff King1-28/+3