index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diffcore-rename.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
diffcore-rename: guide inexact rename detection based on basenames
Elijah Newren
2021-02-16
1
-5
/
+48
*
diffcore-rename: complete find_basename_matches()
Elijah Newren
2021-02-16
1
-3
/
+79
*
diffcore-rename: compute basenames of source and dest candidates
Elijah Newren
2021-02-16
1
-0
/
+63
*
diffcore-rename: filter rename_src list when possible
Elijah Newren
2021-02-16
1
-8
/
+51
*
diffcore-rename: no point trying to find a match better than exact
Elijah Newren
2021-02-12
1
-6
/
+14
*
merge-ort: begin performance work; instrument with trace2_region_* calls
Elijah Newren
2021-01-24
1
-0
/
+8
*
diffcore-rename: remove unnecessary duplicate entry checks
Elijah Newren
2021-01-04
1
-23
/
+0
*
diffcore-rename: accelerate rename_dst setup
Elijah Newren
2020-12-14
1
-83
/
+65
*
diffcore-rename: simplify and accelerate register_rename_src()
Elijah Newren
2020-12-14
1
-26
/
+13
*
diffcore-rename: reduce jumpiness in progress counters
Elijah Newren
2020-12-14
1
-2
/
+3
*
diffcore-rename: simplify limit check
Elijah Newren
2020-12-14
1
-6
/
+9
*
diffcore-rename: avoid usage of global in too_many_rename_candidates()
Elijah Newren
2020-12-14
1
-12
/
+12
*
diffcore-rename: rename num_create to num_destinations
Elijah Newren
2020-12-14
1
-12
/
+13
*
hashmap: provide deallocation function names
Elijah Newren
2020-11-02
1
-1
/
+1
*
diff: restrict when prefetching occurs
Jonathan Tan
2020-04-08
1
-4
/
+51
*
diff: make diff_populate_filespec_options struct
Jonathan Tan
2020-04-08
1
-5
/
+8
*
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
2020-01-31
1
-2
/
+2
*
Merge branch 'ew/hashmap'
Junio C Hamano
2019-10-15
1
-8
/
+7
|
\
|
*
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap: introduce hashmap_free_entries
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap: use *_entry APIs to wrap container_of
Eric Wong
2019-10-07
1
-9
/
+5
|
*
hashmap_get_next returns "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-4
/
+7
|
*
hashmap_add takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap_get_next takes "const struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
|
diffcore_rename(): use a stable sort
Johannes Schindelin
2019-10-02
1
-1
/
+1
|
/
*
Merge branch 'jk/oidhash'
Junio C Hamano
2019-07-10
1
-1
/
+1
|
\
|
*
hashmap: convert sha1hash() to oidhash()
Jeff King
2019-06-20
1
-1
/
+1
*
|
cleanup: fix possible overflow errors in binary search, part 2
René Scharfe
2019-06-13
1
-2
/
+2
|
/
*
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-13
/
+22
|
\
|
*
diff.c: reduce implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-13
/
+22
*
|
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-1
/
+1
|
/
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
Merge branch 'po/object-id'
Junio C Hamano
2018-02-15
1
-2
/
+2
|
\
|
*
sha1_file: convert hash_sha1_file to object_id
Patryk Obara
2018-01-30
1
-2
/
+2
*
|
Use MOVE_ARRAY
SZEDER Gábor
2018-01-22
1
-4
/
+4
|
/
*
diffcore-rename: make diff-tree -l0 mean -l<large>
Jonathan Tan
2017-12-03
1
-0
/
+2
*
diff: remove silent clamp of renameLimit
Elijah Newren
2017-11-15
1
-7
/
+4
*
progress: fix progress meters when dealing with lots of work
Elijah Newren
2017-11-15
1
-2
/
+2
*
diff: make struct diff_flags members lowercase
Brandon Williams
2017-11-01
1
-3
/
+3
*
diff: remove DIFF_OPT_TST macro
Brandon Williams
2017-11-01
1
-3
/
+3
*
progress: simplify "delayed" progress API
Junio C Hamano
2017-08-19
1
-2
/
+2
*
hashmap.h: compare function has access to a data field
Stefan Beller
2017-06-30
1
-1
/
+1
*
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-4
/
+2
|
\
|
*
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-4
/
+2
*
|
diffcore-rename: use is_empty_blob_oid
Brandon Williams
2017-06-05
1
-2
/
+2
*
|
diff: convert fill_filespec to struct object_id
Brandon Williams
2017-06-02
1
-1
/
+1
|
/
*
Merge branch 'tk/diffcore-delta-remove-unused'
Junio C Hamano
2016-11-17
1
-4
/
+0
|
\
|
*
diffcore-delta: remove unused parameter to diffcore_count_changes()
Tobias Klauser
2016-11-14
1
-4
/
+0
|
*
Merge branch 'sg/diff-multiple-identical-renames' into maint
Junio C Hamano
2016-04-29
1
-2
/
+4
|
|
\
[next]