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: 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
|
|
/
*
|
Merge branch 'nd/unpack-trees-with-cache-tree'
Junio C Hamano
2018-09-17
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
trace.h: support nested performance tracing
Nguyễn Thái Ngọc Duy
2018-08-18
1
-2
/
+2
*
|
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
2018-08-13
1
-2
/
+2
|
/
*
Merge branch 'jk/has-uncommitted-changes-fix'
Junio C Hamano
2018-08-03
1
-0
/
+3
|
\
|
*
has_uncommitted_changes(): fall back to empty tree
Jeff King
2018-07-11
1
-0
/
+3
*
|
diff: ignore --ita-[in]visible-in-index when diffing worktree-to-tree
Nguyễn Thái Ngọc Duy
2018-05-29
1
-2
/
+6
*
|
Merge branch 'bw/c-plus-plus'
Junio C Hamano
2018-03-06
1
-19
/
+19
|
\
\
|
*
|
diff-lib: rename 'new' variable
Brandon Williams
2018-02-22
1
-19
/
+19
|
|
/
*
/
trace: measure where the time is spent in the index-heavy operations
Nguyễn Thái Ngọc Duy
2018-02-02
1
-0
/
+4
|
/
*
Merge branch 'bc/hash-algo'
Junio C Hamano
2017-12-13
1
-1
/
+1
|
\
|
*
Switch empty tree and blob lookups to use hash abstraction
brian m. carlson
2017-11-13
1
-1
/
+1
*
|
Merge branch 'bp/fsmonitor'
Junio C Hamano
2017-11-21
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
fsmonitor: teach git to optionally utilize a file system monitor to speed up ...
Ben Peart
2017-10-01
1
-0
/
+2
[next]