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