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