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.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-21
diff: drop useless "status" parameter from diff_result_code()
Jeff King
1
-1
/
+1
2023-08-21
diff: drop useless return from run_diff_{files,index} functions
Jeff King
1
-2
/
+2
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-2
/
+5
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+5
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
1
-1
/
+3
2023-06-21
diff.h: move declaration for global in diff.c from cache.h
Elijah Newren
1
-0
/
+2
2023-06-20
Merge branch 'jk/log-follow-with-non-literal-pathspec'
Junio C Hamano
1
-0
/
+7
2023-06-03
diff: factor out --follow pathspec check
Jeff King
1
-0
/
+7
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-1
/
+0
2023-04-24
diff.h: reduce unnecessary includes
Elijah Newren
1
-1
/
+0
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-4
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-4
/
+1
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "diff.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-3
/
+0
2023-03-21
Merge branch 'jk/format-patch-ignore-noprefix'
Junio C Hamano
1
-0
/
+2
2023-03-17
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-2
/
+1
2023-03-09
diff: factor out src/dst prefix setup
Jeff King
1
-0
/
+2
2023-02-27
Merge branch 'jc/diff-algo-attribute'
Junio C Hamano
1
-0
/
+1
2023-02-23
diff.h: remove unnecessary include of object.h
Elijah Newren
1
-1
/
+0
2023-02-23
object.h: stop depending on cache.h; make cache.h depend on object.h
Elijah Newren
1
-1
/
+1
2023-02-21
diff: teach diff to read algorithm from diff driver
John Cai
1
-0
/
+1
2022-12-19
Merge branch 'rs/diff-parseopts'
Junio C Hamano
1
-1
/
+1
2022-12-02
diff: remove parseopts member from struct diff_options
René Scharfe
1
-1
/
+0
2022-12-02
diff: factor out add_diff_options()
René Scharfe
1
-0
/
+1
2022-10-24
patch-id: use stable patch-id for rebases
Jerry Zhang
1
-1
/
+1
2022-02-16
Merge branch 'js/diff-filter-negation-fix'
Junio C Hamano
1
-1
/
+1
2022-02-02
diff: add ability to insert additional headers for paths
Elijah Newren
1
-1
/
+2
2022-01-28
diff-filter: be more careful when looking for negative bits
Johannes Schindelin
1
-1
/
+1
2021-05-11
diff.h: move pickaxe fields together again
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-05-11
pickaxe: die when --find-object and --pickaxe-all are combined
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-05-11
pickaxe: die when -G and --pickaxe-regex are combined
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-02-25
Merge branch 'jc/diffcore-rotate'
Junio C Hamano
1
-0
/
+21
2021-02-16
diff: --{rotate,skip}-to=<path>
Junio C Hamano
1
-0
/
+21
2021-02-11
diff: add an API for deferred freeing
Ævar Arnfjörð Bjarmason
1
-1
/
+14
2021-01-25
Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'
Junio C Hamano
1
-0
/
+1
2020-12-08
diff: do not show submodule with untracked files as "-dirty"
Sangeeta Jain
1
-0
/
+1
2020-11-02
Merge branch 'mk/diff-ignore-regex'
Junio C Hamano
1
-0
/
+4
2020-11-02
Merge branch 'dl/diff-merge-base'
Junio C Hamano
1
-1
/
+6
2020-10-20
diff: add -I<regex> that ignores matching changes
Michał Kępień
1
-0
/
+4
2020-10-05
Merge branch 'so/combine-diff-simplify'
Junio C Hamano
1
-3
/
+3
2020-09-29
Merge branch 'tb/bloom-improvements'
Junio C Hamano
1
-2
/
+0
2020-09-29
diff: get rid of redundant 'dense' argument
Sergey Organov
1
-3
/
+3
2020-09-20
builtin/diff-index: learn --merge-base
Denton Liu
1
-0
/
+1
2020-09-20
diff-lib: define diff_get_merge_base()
Denton Liu
1
-0
/
+2
2020-09-20
diff-lib: accept option flags in run_diff_index()
Denton Liu
1
-1
/
+3
2020-09-17
bloom/diff: properly short-circuit on max_changes
Derrick Stolee
1
-2
/
+0
2020-09-08
diff-lib: tighten show_interdiff()'s interface
Eric Sunshine
1
-1
/
+6
2020-09-08
diff: move show_interdiff() from its own file to diff-lib
Eric Sunshine
1
-0
/
+2
2020-06-08
diff.h: drop diff_tree_oid() & friends' return value
SZEDER Gábor
1
-5
/
+5
2020-03-30
diff: halt tree-diff early after max_changes
Derrick Stolee
1
-0
/
+5
[next]