index
:
git.git
main
maint
master
next
seen
todo
The core git plumbing
Junio C. Hamano
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diff.c
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
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
2024-09-25
Merge branch 'rs/diff-exit-code-binary'
Junio C Hamano
1
-0
/
+1
2024-09-23
diff: report modified binary files as changes in builtin_diff()
René Scharfe
1
-0
/
+1
2024-09-16
Merge branch 'jc/range-diff-lazy-setup'
Junio C Hamano
1
-1
/
+9
2024-09-13
Merge branch 'rs/diff-exit-code-fix'
Junio C Hamano
1
-0
/
+5
2024-09-08
diff: report dirty submodules as changes in builtin_diff()
René Scharfe
1
-0
/
+2
2024-09-08
diff: report copies and renames as changes in run_diff_cmd()
René Scharfe
1
-0
/
+3
2024-08-14
diff: free state populated via options
Patrick Steinhardt
1
-0
/
+10
2024-08-14
diff: fix leak when parsing invalid ignore regex option
Patrick Steinhardt
1
-1
/
+5
2024-08-09
remerge-diff: clean up temporary objdir at a central place
Junio C Hamano
1
-1
/
+9
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-2
/
+6
2024-07-02
Merge branch 'rs/diff-color-moved-w-no-ext-diff-fix'
Junio C Hamano
1
-1
/
+2
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-3
/
+6
2024-06-24
diff: allow --color-moved with --no-ext-diff
René Scharfe
1
-1
/
+2
2024-06-20
Merge branch 'rs/diff-exit-code-with-external-diff'
Junio C Hamano
1
-16
/
+52
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+3
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-3
/
+3
2024-06-11
revision: free diff options
Patrick Steinhardt
1
-2
/
+6
2024-06-10
diff: let external diffs report that changes are uninteresting
René Scharfe
1
-1
/
+35
2024-06-10
userdiff: add and use struct external_diff
René Scharfe
1
-15
/
+17
2024-06-07
diff: cast string constant in `fill_textconv()`
Patrick Steinhardt
1
-1
/
+1
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-2
/
+2
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
1
-4
/
+4
2024-05-27
diff: refactor code to clarify memory ownership of prefixes
Patrick Steinhardt
1
-8
/
+10
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
1
-1
/
+1
2024-05-16
Merge branch 'rs/external-diff-with-exit-code'
Junio C Hamano
1
-30
/
+3
2024-05-16
Revert "diff: fix --exit-code with external diff"
Junio C Hamano
1
-30
/
+3
2024-05-15
Merge branch 'rs/external-diff-with-exit-code'
Junio C Hamano
1
-3
/
+31
2024-05-06
diff: fix --exit-code with external diff
René Scharfe
1
-3
/
+30
2024-05-06
diff: report unmerged paths as changes in run_diff_cmd()
René Scharfe
1
-0
/
+1
2024-03-15
diff: add diff.srcPrefix and diff.dstPrefix configuration variables
Peter Hutterer
1
-2
/
+12
2024-02-15
Merge branch 'jx/dirstat-parseopt-help'
Junio C Hamano
1
-3
/
+3
2024-02-14
diff: mark param1 and param2 as placeholders
Jiang Xin
1
-3
/
+3
2024-02-13
Merge branch 'jk/diff-external-with-no-index' into maint-2.43
Junio C Hamano
1
-1
/
+2
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
1
-2
/
+0
2024-02-06
Merge branch 'jk/diff-external-with-no-index'
Junio C Hamano
1
-1
/
+2
2024-01-29
diff: handle NULL meta-info when spawning external diff
Jeff King
1
-1
/
+2
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-2
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-12-09
diff: give more detailed messages for bogus diff.* config
Jeff King
1
-2
/
+6
2023-12-09
config: handle NULL value when parsing non-bools
Jeff King
1
-3
/
+16
2023-11-02
Merge branch 'jk/diff-result-code-cleanup' into maint-2.42
Junio C Hamano
1
-4
/
+2
2023-11-02
Merge branch 'jc/diff-exit-code-with-w-fixes' into maint-2.42
Junio C Hamano
1
-15
/
+25
2023-09-29
diff --stat: set the width defaults in a helper function
Dragan Simic
1
-0
/
+7
2023-09-18
diff --stat: add config option to limit filename width
Dragan Simic
1
-2
/
+9
2023-09-01
Merge branch 'jk/diff-result-code-cleanup'
Junio C Hamano
1
-4
/
+2
2023-08-30
Merge branch 'jc/diff-exit-code-with-w-fixes'
Junio C Hamano
1
-15
/
+25
2023-08-21
diff: the -w option breaks --exit-code for --raw and other output modes
Junio C Hamano
1
-0
/
+6
2023-08-21
diff: drop useless "status" parameter from diff_result_code()
Jeff King
1
-4
/
+2
2023-08-18
diff: teach "--stat -w --exit-code" to notice differences
Junio C Hamano
1
-0
/
+1
2023-08-18
diff: mode-only change should be noticed by "--patch -w --exit-code"
Junio C Hamano
1
-0
/
+3
2023-08-18
diff: move the fallback "--exit-code" code down
Junio C Hamano
1
-15
/
+15
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-2
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-8
/
+11
2023-07-06
Merge branch 'pb/complete-diff-options'
Junio C Hamano
1
-0
/
+4
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-4
/
+5
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-4
/
+6
2023-06-26
diff.c: mention completion above add_diff_options
Philippe Blain
1
-0
/
+4
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
merge-ll: rename from ll-merge
Elijah Newren
1
-1
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-06-20
Merge branch 'jk/log-follow-with-non-literal-pathspec'
Junio C Hamano
1
-2
/
+27
2023-06-13
Merge branch 'jc/diff-s-with-other-options'
Junio C Hamano
1
-11
/
+13
2023-06-03
diff: detect pathspec magic not supported by --follow
Jeff King
1
-0
/
+15
2023-06-03
diff: factor out --follow pathspec check
Jeff King
1
-2
/
+12
2023-05-15
Merge branch 'jc/dirstat-plug-leaks'
Junio C Hamano
1
-14
/
+20
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-0
/
+2
2023-05-05
diff: fix interaction between the "-s" option and other options
Junio C Hamano
1
-11
/
+13
2023-05-05
diff: plug leaks in dirstat
Junio C Hamano
1
-6
/
+11
2023-05-05
diff: refactor common tail part of dirstat computation
Junio C Hamano
1
-14
/
+15
2023-05-02
Merge branch 'tb/ban-strtok'
Junio C Hamano
1
-1
/
+1
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+5
2023-04-24
string-list: multi-delimiter `string_list_split_in_place()`
Taylor Blau
1
-1
/
+1
2023-04-24
ws.h: move declarations for ws.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-24
base85.h: move declarations for base85.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on oid-array.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on convert.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+5
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-3
/
+3
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-3
/
+3
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2023-03-21
Merge branch 'jk/format-patch-ignore-noprefix'
Junio C Hamano
1
-5
/
+28
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-0
/
+2
2023-03-09
diff: add --default-prefix option
Jeff King
1
-0
/
+14
2023-03-09
diff: factor out src/dst prefix setup
Jeff King
1
-5
/
+14
2023-02-27
Merge branch 'jc/diff-algo-attribute'
Junio C Hamano
1
-23
/
+67
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2023-02-21
diff: teach diff to read algorithm from diff driver
John Cai
1
-9
/
+24
2023-02-21
diff: consolidate diff algorithm option parsing
John Cai
1
-14
/
+43
2023-01-16
Merge branch 'jk/ext-diff-with-relative'
Junio C Hamano
1
-17
/
+13
2023-01-06
diff: drop "name" parameter from prepare_temp_file()
Jeff King
1
-11
/
+10
2023-01-06
diff: clean up external-diff argv setup
Jeff King
1
-6
/
+3
2023-01-06
diff: use filespec path to set up tempfiles for ext-diff
Jeff King
1
-1
/
+1
2022-12-26
Merge branch 'pg/diff-stat-unmerged-regression-fix'
Junio C Hamano
1
-1
/
+1
2022-12-26
Merge branch 'jk/unused-post-2.39'
Junio C Hamano
1
-9
/
+9
2022-12-19
Merge branch 'rs/diff-parseopts'
Junio C Hamano
1
-11
/
+8
2022-12-15
diff: fix regression with --stat and unmerged file
Peter Grayson
1
-1
/
+1
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
1
-3
/
+4
2022-12-13
ws: drop unused parameter from ws_blank_line()
Jeff King
1
-6
/
+5
2022-12-02
diff: remove parseopts member from struct diff_options
René Scharfe
1
-14
/
+1
2022-12-02
diff: use add_diff_options() in diff_opt_parse()
René Scharfe
1
-1
/
+5
2022-12-02
diff: factor out add_diff_options()
René Scharfe
1
-0
/
+6
2022-11-28
Merge branch 'sg/plug-line-log-leaks'
Junio C Hamano
1
-8
/
+9
2022-11-08
Merge branch 'rs/no-more-run-command-v'
Taylor Blau
1
-14
/
+13
2022-11-02
diff.c: use diff_free_queue()
SZEDER Gábor
1
-8
/
+2
2022-11-02
line-log: free diff queue when processing non-merge commits
SZEDER Gábor
1
-0
/
+7
2022-10-30
Merge branch 'jz/patch-id'
Taylor Blau
1
-37
/
+38
2022-10-30
use child_process members "args" and "env" directly
René Scharfe
1
-14
/
+13
2022-10-28
Merge branch 'tb/diffstat-with-utf8-strwidth'
Junio C Hamano
1
-11
/
+31
2022-10-24
patch-id: fix patch-id for mode changes
Jerry Zhang
1
-0
/
+5
2022-10-24
patch-id: use stable patch-id for rebases
Jerry Zhang
1
-8
/
+4
2022-10-24
patch-id: fix stable patch id for binary / header-only
Jerry Zhang
1
-29
/
+29
2022-10-21
diff: leave NEEDWORK notes in show_stats() function
Junio C Hamano
1
-0
/
+15
2022-10-17
diffstat_consume(): assert non-zero length
Jeff King
1
-0
/
+3
2022-09-15
Merge branch 'en/remerge-diff-fixes'
Junio C Hamano
1
-6
/
+26
2022-09-14
diff.c: use utf8_strwidth() to count display width
Torsten Bögershausen
1
-11
/
+16
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-2
/
+2
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-2
/
+3
2022-09-02
diff: fix filtering of merge commits under --remerge-diff
Elijah Newren
1
-0
/
+1
[next]