aboutsummaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
7 daysMerge branch 'mm/line-log-use-standard-diff-output'Junio C Hamano
2026-03-16line-log: route -L output through the standard diff pipelineMichael Montalbo
2026-03-10Merge branch 'mm/diff-no-index-find-object'Junio C Hamano
2026-03-09Merge branch 'lp/diff-stat-utf8-display-width-fix'Junio C Hamano
2026-03-04Merge branch 'en/merge-ort-almost-wo-the-repository'Junio C Hamano
2026-03-02diff: fix crash with --find-object outside repositoryMichael Montalbo
2026-02-27Merge branch 'jc/whitespace-incomplete-line'Junio C Hamano
2026-02-27diff: handle ANSI escape codes in prefix when calculating diffstat widthLorenzoPegorari
2026-02-21merge,diff: remove the_repository check before prefetching blobsElijah Newren
2026-02-13Merge branch 'cf/c23-const-preserving-strchr-updates-0'Junio C Hamano
2026-02-05whitespace: symbolic links usually lack LF at the endJunio C Hamano
2026-02-05global: constify some pointers that are not written toCollin Funk
2026-02-05Merge branch 'lp/diff-stat-utf8-display-width-fix'Junio C Hamano
2026-01-16diff: improve scaling of filenames in diffstat to handle UTF-8 charsLorenzoPegorari
2025-12-30diff: avoid segfault with freed entriesDerrick Stolee
2025-12-14Merge branch 'rs/diff-index-find-copies-harder-optim'Junio C Hamano
2025-11-30Merge branch 'jc/whitespace-incomplete-line'Junio C Hamano
2025-11-30diff-index: don't queue unchanged filepairs with diff_change()René Scharfe
2025-11-26Merge branch 'ad/blame-diff-algorithm'Junio C Hamano
2025-11-21Merge branch 'rs/diff-quiet-no-rename'Junio C Hamano
2025-11-17xdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASKAntonin Delpeuch
2025-11-12diff: highlight and error out on incomplete linesJunio C Hamano
2025-11-12whitespace: allocate a few more bits and define WS_INCOMPLETE_LINEJunio C Hamano
2025-11-12diff: update the way rewrite diff handles incomplete linesJunio C Hamano
2025-11-12diff: call emit_callback ecbdata everywhereJunio C Hamano
2025-11-12diff: refactor output of incomplete lineJunio C Hamano
2025-11-12diff: keep track of the type of the last line seenJunio C Hamano
2025-11-12diff: correct suppress_blank_empty hackJunio C Hamano
2025-11-12diff: emit_line_ws_markup() if/else style fixJunio C Hamano
2025-11-12whitespace: correct bit assignment commentsJunio C Hamano
2025-11-10diff: disable rename detection with --quietRené Scharfe
2025-10-24diff: simplify run_external_diff() quiet logicJeff King
2025-10-24diff: drop dry-run redirection to /dev/nullJeff King
2025-10-24diff: replace diff_options.dry_run flag with NULL fileJeff King
2025-10-24diff: drop save/restore of color_moved in dry-run modeJeff King
2025-10-24diff: send external diff output to diff_options.fileJeff King
2025-10-24Merge branch 'jc/diff-from-contents-fix'Junio C Hamano
2025-10-24Merge branch 'jk/diff-from-contents-fix'Junio C Hamano
2025-10-23diff: stop output garbled message in dry run modeLidong Yan
2025-10-23Merge branch 'jc/diff-from-contents-fix' into ly/diff-name-only-with-diff-fro...Junio C Hamano
2025-10-23diff: make sure the other caller of diff_flush_patch_quietly() is silentJunio C Hamano
2025-10-22Merge branch 'jk/diff-from-contents-fix' into ly/diff-name-only-with-diff-fro...Junio C Hamano
2025-10-17diff: restore redirection to /dev/null for diff_from_contentsJeff King
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King
2025-09-16diff: stop passing ecbdata->use_color as booleanJeff King
2025-09-16diff: pass o->use_color directly to fill_metainfo()Jeff King
2025-09-16diff: don't use diff_options.use_color as a strict boolJeff King
2025-09-16diff: simplify color_moved check when flushingJeff King
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King