index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
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-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-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
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-4
/
+4
2025-03-10
environment: move access to "core.bigFileThreshold" into repo settings
Patrick Steinhardt
1
-2
/
+4
2025-03-03
diff: add option to skip resolving diff statuses
Justin Tobler
1
-1
/
+1
2025-03-03
diff: return diff_filepair from diff queue helpers
Justin Tobler
1
-20
/
+50
2025-02-25
Merge branch 'bc/diff-reject-empty-arg-to-pickaxe'
Junio C Hamano
1
-0
/
+4
2025-02-18
diff: don't crash with empty argument to -G or -S
brian m. carlson
1
-0
/
+4
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
1
-12
/
+12
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
1
-5
/
+5
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+1
2024-12-18
pager: stop using `the_repository`
Patrick Steinhardt
1
-2
/
+2
2024-12-18
Merge branch 'ps/build-sign-compare' into ps/the-repository
Junio C Hamano
1
-0
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
1
-1
/
+2
2024-10-10
Merge branch 'jk/output-prefix-cleanup'
Junio C Hamano
1
-7
/
+3
2024-10-03
diff: return const char from output_prefix callback
Jeff King
1
-6
/
+3
2024-10-03
diff: drop line_prefix_length field
Jeff King
1
-1
/
+0
2024-09-30
diff: improve lifecycle management of diff queues
Patrick Steinhardt
1
-10
/
+12
2024-09-30
Merge branch 'ps/leakfixes-part-7' into ps/leakfixes-part-8
Junio C Hamano
1
-2
/
+5
2024-09-27
diff: fix leaking orderfile option
Patrick Steinhardt
1
-2
/
+5
[next]