index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
diff-lib.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-07-01
diff-files --raw: show correct post-image of intent-to-add files
Johannes Schindelin
1
-2
/
+1
2019-05-28
mark_fsmonitor_valid(): mark the index as changed if needed
Johannes Schindelin
1
-1
/
+1
2019-02-14
diff: drop options parameter from diffcore_fix_diff_index()
Jeff King
1
-1
/
+1
2018-11-12
diff-lib.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-9
/
+12
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-09-21
diff-lib.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-7
/
+10
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-2
/
+2
2018-09-17
Merge branch 'nd/unpack-trees-with-cache-tree'
Junio C Hamano
1
-2
/
+2
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-1
/
+1
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-1
/
+1
2018-08-18
trace.h: support nested performance tracing
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-08-02
Merge branch 'jk/has-uncommitted-changes-fix'
Junio C Hamano
1
-0
/
+3
2018-07-11
has_uncommitted_changes(): fall back to empty tree
Jeff King
1
-0
/
+3
2018-05-29
diff: ignore --ita-[in]visible-in-index when diffing worktree-to-tree
Nguyễn Thái Ngọc Duy
1
-2
/
+6
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-19
/
+19
2018-02-22
diff-lib: rename 'new' variable
Brandon Williams
1
-19
/
+19
2018-02-02
trace: measure where the time is spent in the index-heavy operations
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2017-12-13
Merge branch 'bc/hash-algo'
Junio C Hamano
1
-1
/
+1
2017-11-21
Merge branch 'bp/fsmonitor'
Junio C Hamano
1
-0
/
+2
2017-11-13
Switch empty tree and blob lookups to use hash abstraction
brian m. carlson
1
-1
/
+1
2017-11-09
Merge branch 'bw/diff-opt-impl-to-bitfields'
Junio C Hamano
1
-14
/
+16
2017-11-01
diff: make struct diff_flags members lowercase
Brandon Williams
1
-11
/
+11
2017-11-01
diff: remove DIFF_OPT_SET macro
Brandon Williams
1
-2
/
+2
2017-11-01
diff: remove DIFF_OPT_TST macro
Brandon Williams
1
-9
/
+10
2017-11-01
diff: convert flags to be stored in bitfields
Brandon Williams
1
-3
/
+4
2017-10-16
refs: convert resolve_gitlink_ref to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
Convert remaining callers of resolve_gitlink_ref to object_id
brian m. carlson
1
-2
/
+2
2017-10-01
fsmonitor: teach git to optionally utilize a file system monitor to speed up ...
Ben Peart
1
-0
/
+2
2017-09-24
object_array: use `object_array_clear()`, not `free()`
Martin Ågren
1
-2
/
+1
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
1
-2
/
+1
2017-06-19
Merge branch 'bw/object-id'
Junio C Hamano
1
-26
/
+26
[next]