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-objects.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-26
Merge branch 'tb/pseudo-merge-bitmap-fixes'
Junio C Hamano
1
-4
/
+4
2024-08-15
pack-bitmap: drop redundant args from `bitmap_writer_finish()`
Taylor Blau
1
-1
/
+1
2024-08-15
pack-bitmap: drop redundant args from `bitmap_writer_build()`
Taylor Blau
1
-1
/
+1
2024-08-15
pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()`
Taylor Blau
1
-1
/
+1
2024-08-15
pack-bitmap: initialize `bitmap_writer_init()` with packing_data
Taylor Blau
1
-1
/
+1
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-2
/
+3
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-1
/
+2
2024-06-24
Merge branch 'tb/pseudo-merge-reachability-bitmap'
Junio C Hamano
1
-1
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-1
/
+2
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
1
-3
/
+3
2024-05-28
Merge branch 'tb/pack-bitmap-write-cleanups'
Junio C Hamano
1
-6
/
+13
2024-05-24
pack-bitmap: move some initialization to `bitmap_writer_init()`
Taylor Blau
1
-1
/
+2
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-3
/
+3
2024-05-15
pack-bitmap: introduce `bitmap_writer_free()`
Taylor Blau
1
-1
/
+2
2024-05-15
pack-bitmap: drop unused `max_bitmaps` parameter
Taylor Blau
1
-2
/
+1
2024-05-15
pack-bitmap: avoid use of static `bitmap_writer`
Taylor Blau
1
-6
/
+13
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-3
/
+7
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-2
/
+4
2024-02-05
pack-objects: enable multi-pack reuse via `feature.experimental`
Taylor Blau
1
-0
/
+2
2024-01-12
Merge branch 'tb/multi-pack-verbatim-reuse'
Junio C Hamano
1
-35
/
+134
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-3
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-3
/
+0
2023-12-14
pack-bitmap: enable reuse from all bitmapped packs
Taylor Blau
1
-1
/
+5
2023-12-14
pack-objects: allow setting `pack.allowPackReuse` to "single"
Taylor Blau
1
-3
/
+16
2023-12-14
pack-objects: add tracing for various packfile metrics
Taylor Blau
1
-0
/
+7
2023-12-14
pack-objects: include number of packs reused in output
Taylor Blau
1
-2
/
+6
2023-12-14
pack-objects: prepare `write_reused_pack_verbatim()` for multi-pack reuse
Taylor Blau
1
-13
/
+60
2023-12-14
pack-objects: prepare `write_reused_pack()` for multi-pack reuse
Taylor Blau
1
-2
/
+8
2023-12-14
pack-objects: pass `bitmapped_pack`'s to pack-reuse functions
Taylor Blau
1
-16
/
+17
2023-12-14
pack-objects: keep track of `pack_start` for each reuse pack
Taylor Blau
1
-3
/
+8
2023-12-14
pack-objects: parameterize pack-reuse routines over a single pack
Taylor Blau
1
-6
/
+10
2023-12-14
pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()`
Taylor Blau
1
-2
/
+7
2023-12-14
pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signature
Taylor Blau
1
-7
/
+9
2023-12-14
pack-objects: free packing_data in more places
Taylor Blau
1
-0
/
+1
2023-12-09
config: handle NULL value when parsing non-bools
Jeff King
1
-1
/
+5
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
1
-2
/
+4
2023-10-02
pack-objects: allow `--filter` without `--stdout`
Christian Couder
1
-6
/
+2
2023-09-13
Merge branch 'jk/unused-post-2.42-part2'
Junio C Hamano
1
-12
/
+15
2023-09-05
parse-options: mark unused "opt" parameter in callbacks
Jeff King
1
-3
/
+3
2023-09-05
parse-options: prefer opt->value to globals in callbacks
Jeff King
1
-9
/
+12
2023-08-29
builtin/pack-objects.c: support `--max-pack-size` with `--cruft`
Taylor Blau
1
-3
/
+1
2023-08-29
builtin/pack-objects.c: remove unnecessary strbuf_reset()
Taylor Blau
1
-1
/
+0
2023-07-28
Merge branch 'rs/pack-objects-parseopt-fix'
Junio C Hamano
1
-4
/
+17
2023-07-21
pack-objects: fix --no-quiet
René Scharfe
1
-2
/
+15
2023-07-21
pack-objects: fix --no-keep-true-parents
René Scharfe
1
-2
/
+2
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-2
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-9
/
+10
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-1
/
+1
[next]