index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
diff.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
Merge branch 'en/diff-l-opt-help'
Junio C Hamano
1
-1
/
+1
2026-08-24
Merge branch 'js/pack-objects-delta-size-t'
Junio C Hamano
1
-2
/
+4
2026-08-13
diff: avoid misleading statement about -l option
Elijah Newren
1
-1
/
+1
2026-08-13
diff: widen `deflate_it()`'s bound local from int to `size_t`
Johannes Schindelin
1
-1
/
+1
2026-08-13
delta: widen `create_delta()` and `diff_delta()` to `size_t`
Johannes Schindelin
1
-1
/
+3
2026-07-31
merge-ll: consolidate conflict marker scanning logic
Junio C Hamano
1
-24
/
+1
2026-07-07
hash: use git_hash_init() consistently
Jeff King
1
-2
/
+2
2026-07-07
Merge branch 'jk/hash-algo-leak-fixes' into jk/git-hash-cleanups
Junio C Hamano
1
-0
/
+1
2026-07-02
patch-id: discard hash when done
Jeff King
1
-0
/
+1
2026-06-21
Merge branch 'js/objects-larger-than-4gb-on-windows-more'
Junio C Hamano
1
-1
/
+4
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-1
/
+4
2026-06-15
Merge branch 'ob/more-repo-config-values'
Junio C Hamano
1
-1
/
+2
2026-06-03
environment: move `zlib_compression_level` into `struct repo_config_values`
Olamide Caleb Bello
1
-1
/
+2
2026-05-25
Merge branch 'mm/diff-U-takes-no-negative-values'
Junio C Hamano
1
-11
/
+14
2026-05-13
diff: reject negative values for -U/--unified
Michael Montalbo
1
-4
/
+8
2026-05-13
diff: reject negative values for --inter-hunk-context
Michael Montalbo
1
-7
/
+6
2026-04-20
diff: fix out-of-bounds reads and NULL deref in diffstat UTF-8 truncation
Elijah Newren
1
-2
/
+24
2026-04-07
Merge branch 'mm/line-log-use-standard-diff-output'
Junio C Hamano
1
-2
/
+277
2026-03-16
line-log: route -L output through the standard diff pipeline
Michael Montalbo
1
-2
/
+277
2026-03-10
Merge branch 'mm/diff-no-index-find-object'
Junio C Hamano
1
-0
/
+2
2026-03-09
Merge branch 'lp/diff-stat-utf8-display-width-fix'
Junio C Hamano
1
-8
/
+4
2026-03-04
Merge branch 'en/merge-ort-almost-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2026-03-02
diff: fix crash with --find-object outside repository
Michael Montalbo
1
-0
/
+2
2026-02-27
Merge branch 'jc/whitespace-incomplete-line'
Junio C Hamano
1
-2
/
+20
2026-02-27
diff: handle ANSI escape codes in prefix when calculating diffstat width
LorenzoPegorari
1
-8
/
+4
2026-02-21
merge,diff: remove the_repository check before prefetching blobs
Elijah Newren
1
-1
/
+1
2026-02-13
Merge branch 'cf/c23-const-preserving-strchr-updates-0'
Junio C Hamano
1
-2
/
+2
2026-02-05
whitespace: symbolic links usually lack LF at the end
Junio C Hamano
1
-2
/
+20
2026-02-05
global: constify some pointers that are not written to
Collin Funk
1
-2
/
+2
2026-02-05
Merge branch 'lp/diff-stat-utf8-display-width-fix'
Junio C Hamano
1
-11
/
+6
2026-01-16
diff: improve scaling of filenames in diffstat to handle UTF-8 chars
LorenzoPegorari
1
-11
/
+6
2025-12-30
diff: avoid segfault with freed entries
Derrick Stolee
1
-0
/
+5
2025-12-14
Merge branch 'rs/diff-index-find-copies-harder-optim'
Junio C Hamano
1
-0
/
+20
2025-11-30
Merge branch 'jc/whitespace-incomplete-line'
Junio C Hamano
1
-47
/
+98
2025-11-30
diff-index: don't queue unchanged filepairs with diff_change()
René Scharfe
1
-0
/
+20
2025-11-26
Merge branch 'ad/blame-diff-algorithm'
Junio C Hamano
1
-1
/
+0
2025-11-21
Merge branch 'rs/diff-quiet-no-rename'
Junio C Hamano
1
-0
/
+2
2025-11-17
xdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASK
Antonin Delpeuch
1
-1
/
+0
2025-11-12
diff: highlight and error out on incomplete lines
Junio C Hamano
1
-2
/
+27
2025-11-12
whitespace: allocate a few more bits and define WS_INCOMPLETE_LINE
Junio C Hamano
1
-8
/
+8
2025-11-12
diff: update the way rewrite diff handles incomplete lines
Junio C Hamano
1
-15
/
+22
2025-11-12
diff: call emit_callback ecbdata everywhere
Junio C Hamano
1
-6
/
+6
2025-11-12
diff: refactor output of incomplete line
Junio C Hamano
1
-2
/
+12
2025-11-12
diff: keep track of the type of the last line seen
Junio C Hamano
1
-0
/
+11
2025-11-12
diff: correct suppress_blank_empty hack
Junio C Hamano
1
-16
/
+11
2025-11-12
diff: emit_line_ws_markup() if/else style fix
Junio C Hamano
1
-4
/
+4
2025-11-12
whitespace: correct bit assignment comments
Junio C Hamano
1
-2
/
+5
2025-11-10
diff: disable rename detection with --quiet
René Scharfe
1
-0
/
+2
2025-10-24
diff: simplify run_external_diff() quiet logic
Jeff King
1
-3
/
+2
2025-10-24
diff: drop dry-run redirection to /dev/null
Jeff King
1
-28
/
+3
[next]