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
/
builtin
/
pack-redundant.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-30
Merge branch 'ps/remove-packfile-store-get-packs'
Junio C Hamano
1
-10
/
+4
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
1
-10
/
+4
2025-10-07
Merge branch 'ps/packfile-store'
Junio C Hamano
1
-2
/
+4
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
1
-2
/
+4
2025-09-17
whatchanged: hint about git-log(1) and aliasing
Kristoffer Haugsbakk
1
-1
/
+1
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-06-25
Merge branch 'jc/you-still-use-whatchanged'
Junio C Hamano
1
-8
/
+2
2025-05-12
you-still-use-that??: help deprecating commands for removal
Junio C Hamano
1
-8
/
+2
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-01-17
builtin: send usage() help text to standard output
Junio C Hamano
1
-2
/
+1
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-2
/
+2
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
/
+2
2024-12-04
packfile: pass down repository to `odb_pack_name`
Karthik Nayak
1
-1
/
+1
2024-10-25
packfile: drop sha1_pack_index_name()
Jeff King
1
-1
/
+4
2024-09-30
builtin/pack-redundant: fix various memory leaks
Patrick Steinhardt
1
-6
/
+34
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+2
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-5
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-1
/
+1
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
1
-3
/
+5
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 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+1
2023-04-06
Merge branch 'jk/unused-post-2.40-part2'
Junio C Hamano
1
-1
/
+1
2023-04-04
Merge branch 'jk/really-deprecate-pack-redundant'
Junio C Hamano
1
-0
/
+1
2023-03-28
builtins: mark unused prefix parameters
Jeff King
1
-1
/
+1
2023-03-23
pack-redundant: escalate deprecation warning to an error
Jeff King
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-10-13
doc txt & -h consistency: fix mismatching labels
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-5
/
+5
2021-04-27
builtin/pack-redundant: avoid casting buffers to struct object_id
brian m. carlson
1
-14
/
+14
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2021-01-25
Merge branch 'jc/deprecate-pack-redundant'
Junio C Hamano
1
-0
/
+13
2020-12-23
Merge branch 'jx/pack-redundant-on-single-pack'
Junio C Hamano
1
-0
/
+6
2020-12-16
pack-redundant: fix crash when one packfile in repo
Jiang Xin
1
-0
/
+6
2020-12-15
pack-redundant: gauge the usage before proposing its removal
Junio C Hamano
1
-0
/
+13
2020-11-16
use size_t to store pack .idx byte offsets
Jeff King
1
-3
/
+3
2019-04-01
object-store: rename and expand packed_git's sha1 member
brian m. carlson
1
-1
/
+1
2019-03-07
Merge branch 'sc/pack-redundant'
Junio C Hamano
1
-140
/
+92
2019-02-04
pack-redundant: consistent sort method
Jiang Xin
1
-8
/
+16
2019-02-04
pack-redundant: rename pack_list.all_objects
Jiang Xin
1
-19
/
+19
2019-02-04
pack-redundant: new algorithm to find min packs
Sun Chao
1
-127
/
+67
2019-02-04
pack-redundant: delete redundant code
Sun Chao
1
-1
/
+0
2019-02-04
pack-redundant: delay creation of unique_objects
Jiang Xin
1
-5
/
+10
2019-02-04
various: tighten constness of some local variables
Shahzad Lone
1
-2
/
+2
2018-08-20
treewide: use get_all_packs
Derrick Stolee
1
-2
/
+2
2018-05-02
pack-redundant: convert linked lists to use struct object_id
brian m. carlson
1
-24
/
+26
2018-05-02
pack-redundant: abstract away hash algorithm
brian m. carlson
1
-5
/
+7
2018-04-11
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
1
-2
/
+0
[next]