index
:
git
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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-10-24
diff: replace diff_options.dry_run flag with NULL file
Jeff King
1
-8
/
+8
2025-10-24
diff: drop save/restore of color_moved in dry-run mode
Jeff King
1
-4
/
+0
2025-10-24
diff: send external diff output to diff_options.file
Jeff King
1
-1
/
+4
2025-10-24
Merge branch 'jc/diff-from-contents-fix'
Junio C Hamano
1
-3
/
+23
2025-10-24
Merge branch 'jk/diff-from-contents-fix'
Junio C Hamano
1
-0
/
+9
2025-10-23
diff: stop output garbled message in dry run mode
Lidong Yan
1
-2
/
+6
2025-10-23
Merge branch 'jc/diff-from-contents-fix' into ly/diff-name-only-with-diff-fro...
Junio C Hamano
1
-3
/
+23
2025-10-23
diff: make sure the other caller of diff_flush_patch_quietly() is silent
Junio C Hamano
1
-3
/
+23
2025-10-22
Merge branch 'jk/diff-from-contents-fix' into ly/diff-name-only-with-diff-fro...
Junio C Hamano
1
-0
/
+9
2025-10-17
diff: restore redirection to /dev/null for diff_from_contents
Jeff King
1
-0
/
+9
2025-09-29
Merge branch 'jk/color-variable-fixes'
Junio C Hamano
1
-26
/
+22
2025-09-16
color: use git_colorbool enum type to store colorbools
Jeff King
1
-3
/
+3
2025-09-16
diff: stop passing ecbdata->use_color as boolean
Jeff King
1
-3
/
+3
2025-09-16
diff: pass o->use_color directly to fill_metainfo()
Jeff King
1
-1
/
+1
2025-09-16
diff: don't use diff_options.use_color as a strict bool
Jeff King
1
-3
/
+2
2025-09-16
diff: simplify color_moved check when flushing
Jeff King
1
-14
/
+11
2025-09-16
color: use GIT_COLOR_* instead of numeric constants
Jeff King
1
-3
/
+3
2025-08-25
Merge branch 'tc/diff-tree-max-depth'
Junio C Hamano
1
-0
/
+24
2025-08-22
Merge branch 'ly/diff-name-only-with-diff-from-content'
Junio C Hamano
1
-14
/
+50
2025-08-08
diff: ensure consistent diff behavior with ignore options
Lidong Yan
1
-14
/
+50
2025-08-07
diff: teach tree-diff a max-depth parameter
Jeff King
1
-0
/
+24
2025-08-02
diff: simplify parsing of diff.colormovedws
Junio C Hamano
1
-13
/
+7
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
1
-1
/
+1
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-9
/
+9
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-05-08
Merge branch 'js/diff-codeql-false-positive-workaround'
Junio C Hamano
1
-1
/
+1
2025-04-29
diff: check range before dereferencing an array element
Johannes Schindelin
1
-1
/
+1
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
1
-4
/
+9
2025-04-17
global: use designated initializers for options
Patrick Steinhardt
1
-4
/
+9
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-08
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
Junio C Hamano
1
-6
/
+8
[next]