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
/
diffcore-rename.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-22
Merge branch 'en/ort-perf-batch-8'
Junio C Hamano
1
-14
/
+435
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-2
/
+1
2021-02-26
diffcore-rename: compute dir_rename_guess from dir_rename_counts
Elijah Newren
1
-4
/
+41
2021-02-26
diffcore-rename: limit dir_rename_counts computation to relevant dirs
Elijah Newren
1
-0
/
+10
2021-02-26
diffcore-rename: compute dir_rename_counts in stages
Elijah Newren
1
-40
/
+70
2021-02-26
diffcore-rename: extend cleanup_dir_rename_info()
Elijah Newren
1
-4
/
+36
2021-02-26
diffcore-rename: move dir_rename_counts into dir_rename_info struct
Elijah Newren
1
-11
/
+16
2021-02-26
diffcore-rename: add function for clearing dir_rename_count
Elijah Newren
1
-0
/
+12
2021-02-26
Move computation of dir_rename_count from merge-ort to diffcore-rename
Elijah Newren
1
-1
/
+137
2021-02-26
diffcore-rename: add a mapping of destination names to their indices
Elijah Newren
1
-0
/
+45
2021-02-26
diffcore-rename: provide basic implementation of idx_possible_rename()
Elijah Newren
1
-6
/
+94
2021-02-26
diffcore-rename: use directory rename guided basename comparisons
Elijah Newren
1
-8
/
+34
2021-02-15
diffcore-rename: guide inexact rename detection based on basenames
Elijah Newren
1
-5
/
+48
2021-02-15
diffcore-rename: complete find_basename_matches()
Elijah Newren
1
-3
/
+79
2021-02-15
diffcore-rename: compute basenames of source and dest candidates
Elijah Newren
1
-0
/
+63
2021-02-15
diffcore-rename: filter rename_src list when possible
Elijah Newren
1
-8
/
+51
2021-02-12
diffcore-rename: no point trying to find a match better than exact
Elijah Newren
1
-6
/
+14
2021-01-23
merge-ort: begin performance work; instrument with trace2_region_* calls
Elijah Newren
1
-0
/
+8
2021-01-04
diffcore-rename: remove unnecessary duplicate entry checks
Elijah Newren
1
-23
/
+0
2020-12-14
diffcore-rename: accelerate rename_dst setup
Elijah Newren
1
-83
/
+65
2020-12-14
diffcore-rename: simplify and accelerate register_rename_src()
Elijah Newren
1
-26
/
+13
2020-12-14
diffcore-rename: reduce jumpiness in progress counters
Elijah Newren
1
-2
/
+3
2020-12-14
diffcore-rename: simplify limit check
Elijah Newren
1
-6
/
+9
2020-12-14
diffcore-rename: avoid usage of global in too_many_rename_candidates()
Elijah Newren
1
-12
/
+12
2020-12-14
diffcore-rename: rename num_create to num_destinations
Elijah Newren
1
-12
/
+13
2020-11-02
hashmap: provide deallocation function names
Elijah Newren
1
-1
/
+1
2020-04-07
diff: restrict when prefetching occurs
Jonathan Tan
1
-4
/
+51
2020-04-07
diff: make diff_populate_filespec_options struct
Jonathan Tan
1
-5
/
+8
2020-01-31
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
1
-2
/
+2
2019-10-15
Merge branch 'ew/hashmap'
Junio C Hamano
1
-8
/
+7
2019-10-07
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
1
-1
/
+1
2019-10-07
hashmap: introduce hashmap_free_entries
Eric Wong
1
-1
/
+1
2019-10-07
hashmap: use *_entry APIs to wrap container_of
Eric Wong
1
-9
/
+5
2019-10-07
hashmap_get_next returns "struct hashmap_entry *"
Eric Wong
1
-4
/
+7
2019-10-07
hashmap_add takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_get_next takes "const struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-02
diffcore_rename(): use a stable sort
Johannes Schindelin
1
-1
/
+1
2019-07-09
Merge branch 'jk/oidhash'
Junio C Hamano
1
-1
/
+1
2019-06-20
hashmap: convert sha1hash() to oidhash()
Jeff King
1
-1
/
+1
2019-06-13
cleanup: fix possible overflow errors in binary search, part 2
René Scharfe
1
-2
/
+2
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-13
/
+22
2018-09-21
diff.c: reduce implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-13
/
+22
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-1
/
+1
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-02-15
Merge branch 'po/object-id'
Junio C Hamano
1
-2
/
+2
2018-01-30
sha1_file: convert hash_sha1_file to object_id
Patryk Obara
1
-2
/
+2
2018-01-22
Use MOVE_ARRAY
SZEDER Gábor
1
-4
/
+4
2017-12-02
diffcore-rename: make diff-tree -l0 mean -l<large>
Jonathan Tan
1
-0
/
+2
2017-11-15
diff: remove silent clamp of renameLimit
Elijah Newren
1
-7
/
+4
[next]