index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diff-lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()
Junio C Hamano
2023-08-22
1
-1
/
+1
*
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-1
/
+4
|
\
|
*
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
1
-0
/
+2
|
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
|
*
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
diff-lib: honor override_submodule_config flag bit
Josip Sokcevic
2023-06-14
1
-1
/
+8
|
/
*
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-1
/
+1
|
\
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
diff: mark unused parameters in callbacks
Jeff King
2022-12-13
1
-1
/
+1
*
oneway_diff: handle removed sparse directories
Victoria Dye
2022-08-08
1
-0
/
+5
*
revisions API: add a TODO for diff_free(&revs->diffopt)
Ævar Arnfjörð Bjarmason
2022-04-14
1
-1
/
+3
*
revisions API: have release_revisions() release "prune_data"
Ævar Arnfjörð Bjarmason
2022-04-14
1
-1
/
+0
*
revisions API users: use release_revisions() for "prune_data" users
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
*
revision.[ch]: provide and start using a release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-1
/
+1
*
Merge branch 'dd/diff-files-unmerged-fix'
Junio C Hamano
2021-09-08
1
-0
/
+4
|
\
|
*
diff-lib: ignore paths that are outside $cwd if --relative asked
Đoàn Trần Công Danh
2021-08-25
1
-0
/
+4
*
|
diff-lib: handle index diffs with sparse dirs
Derrick Stolee
2021-07-14
1
-0
/
+19
*
|
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-3
/
+3
*
|
fsmonitor: add assertion that fsmonitor is valid to check_removed
Nipunn Koorapati
2021-03-18
1
-7
/
+11
*
|
fsmonitor: skip lstat deletion check during git diff-index
Nipunn Koorapati
2021-03-18
1
-1
/
+4
|
/
*
Merge branch 'rs/plug-diff-cache-leak'
Junio C Hamano
2020-11-26
1
-0
/
+2
|
\
|
*
diff-lib: plug minor memory leaks in do_diff_cache()
René Scharfe
2020-11-16
1
-0
/
+2
*
|
Merge branch 'nk/diff-files-vs-fsmonitor'
Junio C Hamano
2020-11-09
1
-2
/
+13
|
\
\
|
*
|
fsmonitor: use fsmonitor data in `git diff`
Alex Vandiver
2020-10-20
1
-2
/
+13
|
|
/
*
|
Merge branch 'dl/diff-merge-base'
Junio C Hamano
2020-11-02
1
-2
/
+61
|
\
\
|
|
/
|
/
|
|
*
builtin/diff-index: learn --merge-base
Denton Liu
2020-09-21
1
-1
/
+14
|
*
diff-lib: define diff_get_merge_base()
Denton Liu
2020-09-21
1
-0
/
+45
|
*
diff-lib: accept option flags in run_diff_index()
Denton Liu
2020-09-21
1
-1
/
+2
*
|
Merge branch 'so/combine-diff-simplify'
Junio C Hamano
2020-10-05
1
-4
/
+2
|
\
\
|
*
|
diff: get rid of redundant 'dense' argument
Sergey Organov
2020-09-29
1
-4
/
+2
*
|
|
Merge branch 'es/format-patch-interdiff-cleanup'
Junio C Hamano
2020-09-22
1
-0
/
+25
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
diff-lib: tighten show_interdiff()'s interface
Eric Sunshine
2020-09-09
1
-3
/
+4
|
*
|
diff: move show_interdiff() from its own file to diff-lib
Eric Sunshine
2020-09-09
1
-0
/
+24
*
|
|
revision: add separate field for "-m" of "diff-index -m"
Sergey Organov
2020-08-31
1
-8
/
+2
|
/
/
*
/
diff-lib: use worktree mode in diffs from i-t-a entries
Raymond E. Pasco
2020-08-09
1
-1
/
+2
|
/
*
diff-files --raw: show correct post-image of intent-to-add files
Johannes Schindelin
2020-07-02
1
-2
/
+1
*
mark_fsmonitor_valid(): mark the index as changed if needed
Johannes Schindelin
2019-05-28
1
-1
/
+1
*
diff: drop options parameter from diffcore_fix_diff_index()
Jeff King
2019-02-15
1
-1
/
+1
*
diff-lib.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2018-11-12
1
-3
/
+4
*
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-9
/
+12
|
\
|
*
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-2
/
+2
|
*
diff-lib.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-7
/
+10
*
|
Merge branch 'jk/cocci'
Junio C Hamano
2018-09-17
1
-2
/
+2
|
\
\
|
*
|
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-1
/
+1
|
*
|
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-1
/
+1
|
|
/
[next]