index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
diff.c
Age
Commit message (
Expand
)
Author
7 days
Merge branch 'mm/line-log-use-standard-diff-output'
Junio C Hamano
2026-03-16
line-log: route -L output through the standard diff pipeline
Michael Montalbo
2026-03-10
Merge branch 'mm/diff-no-index-find-object'
Junio C Hamano
2026-03-09
Merge branch 'lp/diff-stat-utf8-display-width-fix'
Junio C Hamano
2026-03-04
Merge branch 'en/merge-ort-almost-wo-the-repository'
Junio C Hamano
2026-03-02
diff: fix crash with --find-object outside repository
Michael Montalbo
2026-02-27
Merge branch 'jc/whitespace-incomplete-line'
Junio C Hamano
2026-02-27
diff: handle ANSI escape codes in prefix when calculating diffstat width
LorenzoPegorari
2026-02-21
merge,diff: remove the_repository check before prefetching blobs
Elijah Newren
2026-02-13
Merge branch 'cf/c23-const-preserving-strchr-updates-0'
Junio C Hamano
2026-02-05
whitespace: symbolic links usually lack LF at the end
Junio C Hamano
2026-02-05
global: constify some pointers that are not written to
Collin Funk
2026-02-05
Merge branch 'lp/diff-stat-utf8-display-width-fix'
Junio C Hamano
2026-01-16
diff: improve scaling of filenames in diffstat to handle UTF-8 chars
LorenzoPegorari
2025-12-30
diff: avoid segfault with freed entries
Derrick Stolee
2025-12-14
Merge branch 'rs/diff-index-find-copies-harder-optim'
Junio C Hamano
2025-11-30
Merge branch 'jc/whitespace-incomplete-line'
Junio C Hamano
2025-11-30
diff-index: don't queue unchanged filepairs with diff_change()
René Scharfe
2025-11-26
Merge branch 'ad/blame-diff-algorithm'
Junio C Hamano
2025-11-21
Merge branch 'rs/diff-quiet-no-rename'
Junio C Hamano
2025-11-17
xdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASK
Antonin Delpeuch
2025-11-12
diff: highlight and error out on incomplete lines
Junio C Hamano
2025-11-12
whitespace: allocate a few more bits and define WS_INCOMPLETE_LINE
Junio C Hamano
2025-11-12
diff: update the way rewrite diff handles incomplete lines
Junio C Hamano
2025-11-12
diff: call emit_callback ecbdata everywhere
Junio C Hamano
2025-11-12
diff: refactor output of incomplete line
Junio C Hamano
2025-11-12
diff: keep track of the type of the last line seen
Junio C Hamano
2025-11-12
diff: correct suppress_blank_empty hack
Junio C Hamano
2025-11-12
diff: emit_line_ws_markup() if/else style fix
Junio C Hamano
2025-11-12
whitespace: correct bit assignment comments
Junio C Hamano
2025-11-10
diff: disable rename detection with --quiet
René Scharfe
2025-10-24
diff: simplify run_external_diff() quiet logic
Jeff King
2025-10-24
diff: drop dry-run redirection to /dev/null
Jeff King
2025-10-24
diff: replace diff_options.dry_run flag with NULL file
Jeff King
2025-10-24
diff: drop save/restore of color_moved in dry-run mode
Jeff King
2025-10-24
diff: send external diff output to diff_options.file
Jeff King
2025-10-24
Merge branch 'jc/diff-from-contents-fix'
Junio C Hamano
2025-10-24
Merge branch 'jk/diff-from-contents-fix'
Junio C Hamano
2025-10-23
diff: stop output garbled message in dry run mode
Lidong Yan
2025-10-23
Merge branch 'jc/diff-from-contents-fix' into ly/diff-name-only-with-diff-fro...
Junio C Hamano
2025-10-23
diff: make sure the other caller of diff_flush_patch_quietly() is silent
Junio C Hamano
2025-10-22
Merge branch 'jk/diff-from-contents-fix' into ly/diff-name-only-with-diff-fro...
Junio C Hamano
2025-10-17
diff: restore redirection to /dev/null for diff_from_contents
Jeff King
2025-09-29
Merge branch 'jk/color-variable-fixes'
Junio C Hamano
2025-09-16
color: use git_colorbool enum type to store colorbools
Jeff King
2025-09-16
diff: stop passing ecbdata->use_color as boolean
Jeff King
2025-09-16
diff: pass o->use_color directly to fill_metainfo()
Jeff King
2025-09-16
diff: don't use diff_options.use_color as a strict bool
Jeff King
2025-09-16
diff: simplify color_moved check when flushing
Jeff King
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
[next]