index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
pack-redundant.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
packfile: drop sha1_pack_index_name()
Jeff King
2024-10-25
1
-1
/
+4
*
builtin/pack-redundant: fix various memory leaks
Patrick Steinhardt
2024-09-30
1
-6
/
+34
*
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
1
-1
/
+2
*
builtin: add a repository parameter for builtin functions
John Cai
2024-09-13
1
-5
/
+2
*
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-1
/
+1
*
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
2024-06-14
1
-3
/
+5
*
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+1
|
\
|
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'jk/unused-post-2.40-part2'
Junio C Hamano
2023-04-06
1
-1
/
+1
|
\
\
|
*
|
builtins: mark unused prefix parameters
Jeff King
2023-03-28
1
-1
/
+1
|
|
/
*
|
Merge branch 'jk/really-deprecate-pack-redundant'
Junio C Hamano
2023-04-04
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
pack-redundant: escalate deprecation warning to an error
Jeff King
2023-03-23
1
-0
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
doc txt & -h consistency: fix mismatching labels
Ævar Arnfjörð Bjarmason
2022-10-13
1
-1
/
+1
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-5
/
+5
*
builtin/pack-redundant: avoid casting buffers to struct object_id
brian m. carlson
2021-04-27
1
-14
/
+14
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
Merge branch 'jc/deprecate-pack-redundant'
Junio C Hamano
2021-01-25
1
-0
/
+13
|
\
|
*
pack-redundant: gauge the usage before proposing its removal
Junio C Hamano
2020-12-15
1
-0
/
+13
*
|
Merge branch 'jx/pack-redundant-on-single-pack'
Junio C Hamano
2020-12-23
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
pack-redundant: fix crash when one packfile in repo
Jiang Xin
2020-12-17
1
-0
/
+6
*
|
use size_t to store pack .idx byte offsets
Jeff King
2020-11-16
1
-3
/
+3
|
/
*
object-store: rename and expand packed_git's sha1 member
brian m. carlson
2019-04-01
1
-1
/
+1
*
Merge branch 'sc/pack-redundant'
Junio C Hamano
2019-03-07
1
-140
/
+92
|
\
|
*
pack-redundant: consistent sort method
Jiang Xin
2019-02-04
1
-8
/
+16
|
*
pack-redundant: rename pack_list.all_objects
Jiang Xin
2019-02-04
1
-19
/
+19
|
*
pack-redundant: new algorithm to find min packs
Sun Chao
2019-02-04
1
-127
/
+67
|
*
pack-redundant: delete redundant code
Sun Chao
2019-02-04
1
-1
/
+0
|
*
pack-redundant: delay creation of unique_objects
Jiang Xin
2019-02-04
1
-5
/
+10
*
|
various: tighten constness of some local variables
Shahzad Lone
2019-02-04
1
-2
/
+2
|
/
*
treewide: use get_all_packs
Derrick Stolee
2018-08-21
1
-2
/
+2
*
pack-redundant: convert linked lists to use struct object_id
brian m. carlson
2018-05-02
1
-24
/
+26
*
pack-redundant: abstract away hash algorithm
brian m. carlson
2018-05-02
1
-5
/
+7
*
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
2018-04-11
1
-2
/
+0
|
\
|
*
packfile: keep prepare_packed_git() private
Nguyễn Thái Ngọc Duy
2018-03-26
1
-2
/
+0
|
*
packfile: add repository argument to prepare_packed_git
Stefan Beller
2018-03-26
1
-1
/
+1
*
|
Merge branch 'sb/object-store'
Junio C Hamano
2018-04-11
1
-2
/
+4
|
\
|
|
*
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
2018-03-26
1
-2
/
+4
*
|
pack-redundant: rename 'new' variables
Brandon Williams
2018-02-22
1
-27
/
+27
|
/
*
pack: move pack name-related functions
Jonathan Tan
2017-08-24
1
-0
/
+1
*
pack-redundant: plug memory leak
Johannes Schindelin
2017-05-08
1
-0
/
+1
*
convert trivial cases to ALLOC_ARRAY
Jeff King
2016-02-22
1
-1
/
+1
*
standardize usage info string format
Alex Henrie
2015-01-14
1
-1
/
+1
*
Fix sizeof usage in get_permutations
Matthew Daley
2012-12-13
1
-3
/
+3
*
Fix sparse warnings
Stephen Boyd
2011-03-22
1
-2
/
+1
*
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds
2010-02-22
1
-0
/
+696