index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diffcore-rename.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-29
object-store: move function declarations to their respective subsystems
Patrick Steinhardt
1
-1
/
+1
2025-04-24
Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup
Junio C Hamano
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-08
Merge branch 'en/assert-wo-side-effects'
Junio C Hamano
1
-1
/
+1
2025-03-21
treewide: replace assert() with ASSERT() in special cases
Elijah Newren
1
-1
/
+1
2025-03-14
diffcore-rename: fix BUG when break detection and --follow used together
Elijah Newren
1
-4
/
+5
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
1
-0
/
+1
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-3
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-30
diff: improve lifecycle management of diff queues
Patrick Steinhardt
1
-2
/
+1
2024-09-19
diffcore-rename: fix typos
Andrew Kreimer
1
-2
/
+2
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-2
/
+5
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+3
2024-06-14
hash: require hash algorithm in `is_empty_{blob,tree}_oid()`
Patrick Steinhardt
1
-2
/
+2
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-3
/
+3
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-2
/
+2
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2023-02-23
treewide: replace cache.h with more direct headers, where possible
Elijah Newren
1
-1
/
+5
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-08-24
Merge branch 'en/ort-perf-batch-15'
Junio C Hamano
1
-9
/
+59
2021-08-04
Merge branch 'ah/plugleaks'
Junio C Hamano
1
-3
/
+7
2021-07-30
merge-ort: store filepairs and filespecs in our mem_pool
Elijah Newren
1
-5
/
+4
2021-07-30
diffcore-rename, merge-ort: add wrapper functions for filepair alloc/dealloc
Elijah Newren
1
-0
/
+41
2021-07-30
diffcore-rename: use a mem_pool for exact rename detection's hashmap
Elijah Newren
1
-6
/
+16
2021-07-28
Merge branch 'en/rename-limits-doc'
Junio C Hamano
1
-1
/
+1
2021-07-26
diffcore-rename: move old_dir/new_dir definition to plug leak
Andrzej Hunt
1
-3
/
+7
2021-07-16
Merge branch 'en/ort-perf-batch-13'
Junio C Hamano
1
-32
/
+117
2021-07-16
Merge branch 'en/ort-perf-batch-12'
Junio C Hamano
1
-2
/
+2
2021-07-15
diffcore-rename: treat a rename_limit of 0 as unlimited
Elijah Newren
1
-1
/
+1
2021-06-28
diffcore-rename: use a different prefetch for basename comparisons
Elijah Newren
1
-18
/
+83
2021-06-28
diffcore-rename: allow different missing_object_cb functions
Elijah Newren
1
-19
/
+39
2021-06-14
Merge branch 'en/ort-perf-batch-11'
Junio C Hamano
1
-4
/
+18
2021-06-09
Fix various issues found in comments
Elijah Newren
1
-1
/
+1
2021-06-09
diffcore-rename: avoid unnecessary strdup'ing in break_idx
Elijah Newren
1
-1
/
+1
2021-05-20
merge-ort, diffcore-rename: employ cached renames when possible
Elijah Newren
1
-4
/
+18
2021-04-16
Merge branch 'en/ort-perf-batch-10'
Junio C Hamano
1
-26
/
+204
2021-04-08
Merge branch 'en/ort-perf-batch-9'
Junio C Hamano
1
-11
/
+52
2021-03-22
Merge branch 'en/ort-perf-batch-8'
Junio C Hamano
1
-14
/
+435
2021-03-18
diffcore-rename: determine which relevant_sources are no longer relevant
Elijah Newren
1
-1
/
+50
2021-03-18
diffcore-rename: add computation of number of unknown renames
Elijah Newren
1
-4
/
+37
2021-03-18
diffcore-rename: check if we have enough renames for directories early on
Elijah Newren
1
-10
/
+63
2021-03-18
diffcore-rename: only compute dir_rename_count for relevant directories
Elijah Newren
1
-5
/
+22
2021-03-18
merge-ort: record the reason that we want a rename for a directory
Elijah Newren
1
-1
/
+1
2021-03-18
merge-ort, diffcore-rename: tweak dirs_removed and relevant_source type
Elijah Newren
1
-23
/
+24
2021-03-18
diffcore-rename: take advantage of "majority rules" to skip more renames
Elijah Newren
1
-0
/
+25
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-2
/
+1
2021-03-10
diffcore-rename: avoid doing basename comparisons for irrelevant sources
Elijah Newren
1
-4
/
+33
[next]