summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2025-10-24diff: simplify run_external_diff() quiet logicJeff King
2025-10-24diff: drop dry-run redirection to /dev/nullJeff King
2025-10-24diff: replace diff_options.dry_run flag with NULL fileJeff King
2025-10-24diff: drop save/restore of color_moved in dry-run modeJeff King
2025-10-24diff: send external diff output to diff_options.fileJeff King
2025-10-23diff: stop output garbled message in dry run modeLidong Yan
2025-10-23Merge branch 'jc/diff-from-contents-fix' into ly/diff-name-only-with-diff-fro...Junio C Hamano
2025-10-23diff: make sure the other caller of diff_flush_patch_quietly() is silentJunio C Hamano
2025-10-22Merge branch 'jk/diff-from-contents-fix' into ly/diff-name-only-with-diff-fro...Junio C Hamano
2025-10-17diff: restore redirection to /dev/null for diff_from_contentsJeff King
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King
2025-09-16diff: stop passing ecbdata->use_color as booleanJeff King
2025-09-16diff: pass o->use_color directly to fill_metainfo()Jeff King
2025-09-16diff: don't use diff_options.use_color as a strict boolJeff King
2025-09-16diff: simplify color_moved check when flushingJeff King
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King
2025-08-25Merge branch 'tc/diff-tree-max-depth'Junio C Hamano
2025-08-22Merge branch 'ly/diff-name-only-with-diff-from-content'Junio C Hamano
2025-08-08diff: ensure consistent diff behavior with ignore optionsLidong Yan
2025-08-07diff: teach tree-diff a max-depth parameterJeff King
2025-08-02diff: simplify parsing of diff.colormovedwsJunio C Hamano
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-05-08Merge branch 'js/diff-codeql-false-positive-workaround'Junio C Hamano
2025-04-29diff: check range before dereferencing an array elementJohannes Schindelin
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano
2025-04-17global: use designated initializers for optionsPatrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt
2025-03-03diff: add option to skip resolving diff statusesJustin Tobler
2025-03-03diff: return diff_filepair from diff queue helpersJustin Tobler
2025-02-25Merge branch 'bc/diff-reject-empty-arg-to-pickaxe'Junio C Hamano
2025-02-18diff: don't crash with empty argument to -G or -Sbrian m. carlson
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-18pager: stop using `the_repository`Patrick Steinhardt
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak
2024-10-10Merge branch 'jk/output-prefix-cleanup'Junio C Hamano
2024-10-03diff: return const char from output_prefix callbackJeff King
2024-10-03diff: drop line_prefix_length fieldJeff King
2024-09-30diff: improve lifecycle management of diff queuesPatrick Steinhardt
2024-09-30Merge branch 'ps/leakfixes-part-7' into ps/leakfixes-part-8Junio C Hamano
2024-09-27diff: fix leaking orderfile optionPatrick Steinhardt