summaryrefslogtreecommitdiffstats
path: root/diff.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hash-ll: merge with "hash.h"Patrick Steinhardt2024-06-141-1/+1
* diff --stat: set the width defaults in a helper functionDragan Simic2023-09-301-0/+1
* diff: drop useless "status" parameter from diff_result_code()Jeff King2023-08-221-1/+1
* diff: drop useless return from run_diff_{files,index} functionsJeff King2023-08-221-2/+2
* Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+5
|\
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+5
* | diff.h: remove unnecessary include of oidset.hElijah Newren2023-06-211-1/+3
* | diff.h: move declaration for global in diff.c from cache.hElijah Newren2023-06-211-0/+2
|/
* Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano2023-06-211-0/+7
|\
| * diff: factor out --follow pathspec checkJeff King2023-06-031-0/+7
* | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-1/+0
|\ \
| * | diff.h: reduce unnecessary includesElijah Newren2023-04-241-1/+0
| * | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+1
| |\ \
* | \ \ Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-4/+1
|\ \ \ \ | | |/ / | |/| |
| * | | post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason2023-03-281-1/+1
| * | | cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+0
| | |/ | |/|
* | | Merge branch 'jk/format-patch-ignore-noprefix'Junio C Hamano2023-03-211-0/+2
|\ \ \ | |_|/ |/| |
| * | diff: factor out src/dst prefix setupJeff King2023-03-091-0/+2
| |/
* | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-2/+1
|\ \ | |/ |/|
| * diff.h: remove unnecessary include of object.hElijah Newren2023-02-241-1/+0
| * object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren2023-02-241-1/+1
* | Merge branch 'jc/diff-algo-attribute'Junio C Hamano2023-02-271-0/+1
|\ \ | |/ |/|
| * diff: teach diff to read algorithm from diff driverJohn Cai2023-02-211-0/+1
* | Merge branch 'rs/diff-parseopts'Junio C Hamano2022-12-191-1/+1
|\ \ | |/ |/|
| * diff: remove parseopts member from struct diff_optionsRené Scharfe2022-12-021-1/+0
| * diff: factor out add_diff_options()René Scharfe2022-12-021-0/+1
* | patch-id: use stable patch-id for rebasesJerry Zhang2022-10-251-1/+1
|/
* Merge branch 'js/diff-filter-negation-fix'Junio C Hamano2022-02-171-1/+1
|\
| * diff-filter: be more careful when looking for negative bitsJohannes Schindelin2022-01-281-1/+1
* | diff: add ability to insert additional headers for pathsElijah Newren2022-02-021-1/+2
|/
* diff.h: move pickaxe fields together againÆvar Arnfjörð Bjarmason2021-05-111-2/+1
* pickaxe: die when --find-object and --pickaxe-all are combinedÆvar Arnfjörð Bjarmason2021-05-111-0/+2
* pickaxe: die when -G and --pickaxe-regex are combinedÆvar Arnfjörð Bjarmason2021-05-111-0/+2
* Merge branch 'jc/diffcore-rotate'Junio C Hamano2021-02-261-0/+21
|\
| * diff: --{rotate,skip}-to=<path>Junio C Hamano2021-02-161-0/+21
* | diff: add an API for deferred freeingÆvar Arnfjörð Bjarmason2021-02-111-1/+14
|/
* Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'Junio C Hamano2021-01-251-0/+1
|\
| * diff: do not show submodule with untracked files as "-dirty"Sangeeta Jain2020-12-081-0/+1
* | Merge branch 'mk/diff-ignore-regex'Junio C Hamano2020-11-021-0/+4
|\ \
| * | diff: add -I<regex> that ignores matching changesMichał Kępień2020-10-201-0/+4
* | | Merge branch 'dl/diff-merge-base'Junio C Hamano2020-11-021-1/+6
|\ \ \ | |_|/ |/| |
| * | builtin/diff-index: learn --merge-baseDenton Liu2020-09-211-0/+1
| * | diff-lib: define diff_get_merge_base()Denton Liu2020-09-211-0/+2
| * | diff-lib: accept option flags in run_diff_index()Denton Liu2020-09-211-1/+3
* | | Merge branch 'so/combine-diff-simplify'Junio C Hamano2020-10-051-3/+3
|\ \ \
| * | | diff: get rid of redundant 'dense' argumentSergey Organov2020-09-291-3/+3
| | |/ | |/|
* | | Merge branch 'tb/bloom-improvements'Junio C Hamano2020-09-291-2/+0
|\ \ \
| * | | bloom/diff: properly short-circuit on max_changesDerrick Stolee2020-09-171-2/+0
| | |/ | |/|
* | | diff-lib: tighten show_interdiff()'s interfaceEric Sunshine2020-09-091-1/+6
* | | diff: move show_interdiff() from its own file to diff-libEric Sunshine2020-09-091-0/+2
|/ /