summary refs log tree commit diff
path: root/diff-lib.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Merge branch 'dd/diff-files-unmerged-fix'Junio C Hamano1-0/+4
2021-08-25diff-lib: ignore paths that are outside $cwd if --relative askedĐoàn Trần Công Danh1-0/+4
2021-07-14diff-lib: handle index diffs with sparse dirsDerrick Stolee1-0/+19
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-3/+3
2021-03-18fsmonitor: add assertion that fsmonitor is valid to check_removedNipunn Koorapati1-7/+11
2021-03-18fsmonitor: skip lstat deletion check during git diff-indexNipunn Koorapati1-1/+4
2020-11-25Merge branch 'rs/plug-diff-cache-leak'Junio C Hamano1-0/+2
2020-11-16diff-lib: plug minor memory leaks in do_diff_cache()René Scharfe1-0/+2
2020-11-09Merge branch 'nk/diff-files-vs-fsmonitor'Junio C Hamano1-2/+13
2020-11-02Merge branch 'dl/diff-merge-base'Junio C Hamano1-2/+61
2020-10-20fsmonitor: use fsmonitor data in `git diff`Alex Vandiver1-2/+13
2020-10-05Merge branch 'so/combine-diff-simplify'Junio C Hamano1-4/+2
2020-09-29diff: get rid of redundant 'dense' argumentSergey Organov1-4/+2
2020-09-22Merge branch 'es/format-patch-interdiff-cleanup'Junio C Hamano1-0/+25
2020-09-20builtin/diff-index: learn --merge-baseDenton Liu1-1/+14
2020-09-20diff-lib: define diff_get_merge_base()Denton Liu1-0/+45
2020-09-20diff-lib: accept option flags in run_diff_index()Denton Liu1-1/+2
2020-09-08diff-lib: tighten show_interdiff()'s interfaceEric Sunshine1-3/+4
2020-09-08diff: move show_interdiff() from its own file to diff-libEric Sunshine1-0/+24
2020-08-31revision: add separate field for "-m" of "diff-index -m"Sergey Organov1-8/+2
2020-08-09diff-lib: use worktree mode in diffs from i-t-a entriesRaymond E. Pasco1-1/+2
2020-07-01diff-files --raw: show correct post-image of intent-to-add filesJohannes Schindelin1-2/+1
2019-05-28mark_fsmonitor_valid(): mark the index as changed if neededJohannes Schindelin1-1/+1
2019-02-14diff: drop options parameter from diffcore_fix_diff_index()Jeff King1-1/+1
2018-11-12diff-lib.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-3/+4
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-9/+12
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-09-21diff-lib.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-7/+10
2018-09-17Merge branch 'jk/cocci'Junio C Hamano1-2/+2
2018-09-17Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano1-2/+2
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King1-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-1/+1
2018-08-18trace.h: support nested performance tracingNguyễn Thái Ngọc Duy1-2/+2
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy1-2/+2
2018-08-02Merge branch 'jk/has-uncommitted-changes-fix'Junio C Hamano1-0/+3
2018-07-11has_uncommitted_changes(): fall back to empty treeJeff King1-0/+3
2018-05-29diff: ignore --ita-[in]visible-in-index when diffing worktree-to-treeNguyễn Thái Ngọc Duy1-2/+6
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano1-19/+19
2018-02-22diff-lib: rename 'new' variableBrandon Williams1-19/+19
2018-02-02trace: measure where the time is spent in the index-heavy operationsNguyễn Thái Ngọc Duy1-0/+4
2017-12-13Merge branch 'bc/hash-algo'Junio C Hamano1-1/+1
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano1-0/+2
2017-11-13Switch empty tree and blob lookups to use hash abstractionbrian m. carlson1-1/+1
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano1-14/+16
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams1-11/+11
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams1-2/+2
2017-11-01diff: remove DIFF_OPT_TST macroBrandon Williams1-9/+10
2017-11-01diff: convert flags to be stored in bitfieldsBrandon Williams1-3/+4
2017-10-16refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson1-1/+1
2017-10-16Convert remaining callers of resolve_gitlink_ref to object_idbrian m. carlson1-2/+2