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-lib.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-12-27
Merge branch 'jc/diff-cached-fsmonitor-fix'
Junio C Hamano
1
-1
/
+7
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-10-13
Merge branch 'ar/diff-index-merge-base-fix'
Junio C Hamano
1
-2
/
+0
2023-10-02
diff: fix --merge-base with annotated tags
Alyssa Ross
1
-2
/
+0
2023-09-20
Merge branch 'js/diff-cached-fsmonitor-fix'
Junio C Hamano
1
-6
/
+6
2023-09-15
diff-lib: fix check_removed() when fsmonitor is active
Junio C Hamano
1
-1
/
+7
2023-09-15
Merge branch 'js/diff-cached-fsmonitor-fix' into jc/diff-cached-fsmonitor-fix
Junio C Hamano
1
-6
/
+6
2023-09-11
diff-lib: fix check_removed when fsmonitor is on
Josip Sokcevic
1
-6
/
+6
2023-08-21
diff: drop useless return from run_diff_{files,index} functions
Jeff King
1
-4
/
+2
2023-08-21
diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()
Junio C Hamano
1
-1
/
+1
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-1
/
+4
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
1
-0
/
+2
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-14
diff-lib: honor override_submodule_config flag bit
Josip Sokcevic
1
-1
/
+8
2023-04-24
symlinks.h: move declarations for symlinks.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 trace.h & trace2.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-1
/
+1
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
1
-1
/
+1
2022-08-08
oneway_diff: handle removed sparse directories
Victoria Dye
1
-0
/
+5
2022-04-13
revisions API: add a TODO for diff_free(&revs->diffopt)
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2022-04-13
revisions API: have release_revisions() release "prune_data"
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2022-04-13
revisions API users: use release_revisions() for "prune_data" users
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-04-13
revision.[ch]: provide and start using a release_revisions()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-08
Merge branch 'dd/diff-files-unmerged-fix'
Junio C Hamano
1
-0
/
+4
2021-08-25
diff-lib: ignore paths that are outside $cwd if --relative asked
Đoàn Trần Công Danh
1
-0
/
+4
2021-07-14
diff-lib: handle index diffs with sparse dirs
Derrick Stolee
1
-0
/
+19
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-3
/
+3
2021-03-18
fsmonitor: add assertion that fsmonitor is valid to check_removed
Nipunn Koorapati
1
-7
/
+11
2021-03-18
fsmonitor: skip lstat deletion check during git diff-index
Nipunn Koorapati
1
-1
/
+4
2020-11-25
Merge branch 'rs/plug-diff-cache-leak'
Junio C Hamano
1
-0
/
+2
2020-11-16
diff-lib: plug minor memory leaks in do_diff_cache()
René Scharfe
1
-0
/
+2
2020-11-09
Merge branch 'nk/diff-files-vs-fsmonitor'
Junio C Hamano
1
-2
/
+13
2020-11-02
Merge branch 'dl/diff-merge-base'
Junio C Hamano
1
-2
/
+61
2020-10-20
fsmonitor: use fsmonitor data in `git diff`
Alex Vandiver
1
-2
/
+13
2020-10-05
Merge branch 'so/combine-diff-simplify'
Junio C Hamano
1
-4
/
+2
2020-09-29
diff: get rid of redundant 'dense' argument
Sergey Organov
1
-4
/
+2
2020-09-22
Merge branch 'es/format-patch-interdiff-cleanup'
Junio C Hamano
1
-0
/
+25
2020-09-20
builtin/diff-index: learn --merge-base
Denton Liu
1
-1
/
+14
2020-09-20
diff-lib: define diff_get_merge_base()
Denton Liu
1
-0
/
+45
2020-09-20
diff-lib: accept option flags in run_diff_index()
Denton Liu
1
-1
/
+2
2020-09-08
diff-lib: tighten show_interdiff()'s interface
Eric Sunshine
1
-3
/
+4
2020-09-08
diff: move show_interdiff() from its own file to diff-lib
Eric Sunshine
1
-0
/
+24
2020-08-31
revision: add separate field for "-m" of "diff-index -m"
Sergey Organov
1
-8
/
+2
2020-08-09
diff-lib: use worktree mode in diffs from i-t-a entries
Raymond E. Pasco
1
-1
/
+2
[next]