index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
delta-islands.c
Age
Commit message (
Expand
)
Author
2026-01-09
delta-islands: use repo_parse_tree()
René Scharfe
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
2025-03-10
delta-islands: stop depending on `the_repository`
Patrick Steinhardt
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-08-09
refs: add referent to each_ref_fn
John Cai
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
2023-04-11
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-17
Merge branch 'en/header-cleanup'
Junio C Hamano
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-21
delta-islands: fix segfault when freeing island marks
Patrick Steinhardt
2023-02-03
delta-islands: free island_marks and bitmaps
Eric Wong
2022-11-18
delta-islands: free island-related data after use
Eric Wong
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-08-19
config: mark unused callback parameters
Jeff King
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
2020-03-30
oid_array: rename source file from sha1-array
Jeff King
2019-07-09
Merge branch 'jk/oidhash'
Junio C Hamano
2019-06-20
delta-islands: respect progress flag
Jeff King
2019-06-20
delta-islands: convert island_marks khash to use oids
Jeff King
2019-06-20
object: convert lookup_object() to use object_id
Jeff King
2019-01-15
tree-walk: store object_id in a separate member
brian m. carlson
2018-11-12
delta-islands.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2018-08-16
pack-objects: move 'layer' into 'struct packing_data'
Christian Couder
2018-08-16
pack-objects: move tree_depth into 'struct packing_data'
Christian Couder
2018-08-16
Add delta-islands.{c,h}
Jeff King