index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
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
2023-02-15
Merge branch 'rs/size-t-fixes'
Junio C Hamano
1
-8
/
+5
2023-02-09
Merge branch 'ew/free-island-marks'
Junio C Hamano
1
-1
/
+3
2023-02-06
pack-objects: use strcspn(3) in name_cmp_len()
René Scharfe
1
-8
/
+5
2023-02-03
delta-islands: free island_marks and bitmaps
Eric Wong
1
-1
/
+3
2023-01-14
attr: add flag `--source` to work with tree-ish
Karthik Nayak
1
-1
/
+1
2022-11-30
pack-objects: simplify --filter handling
René Scharfe
1
-22
/
+6
2022-11-30
pack-objects: fix handling of multiple --filter options
René Scharfe
1
-1
/
+2
2022-10-28
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
1
-2
/
+2
2022-10-13
doc txt & -h consistency: use "<options>", not "<options>..."
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-6
/
+6
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-5
/
+7
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-6
/
+6
2022-08-26
pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
Abhradeep Chakraborty
1
-0
/
+8
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
1
-5
/
+7
2022-06-17
i18n: fix mismatched camelCase config variables
Jiang Xin
1
-1
/
+1
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
1
-0
/
+2
2022-06-03
Merge branch 'tb/cruft-packs'
Junio C Hamano
1
-13
/
+291
2022-06-03
Merge branch 'tb/midx-race-in-pack-objects'
Junio C Hamano
1
-17
/
+26
2022-05-26
builtin/pack-objects.c: --cruft with expiration
Taylor Blau
1
-1
/
+83
2022-05-26
reachable: add options to add_unseen_recent_objects_to_traversal
Taylor Blau
1
-1
/
+1
2022-05-26
builtin/pack-objects.c: --cruft without expiration
Taylor Blau
1
-4
/
+197
2022-05-26
builtin/pack-objects.c: return from create_object_entry()
Taylor Blau
1
-7
/
+9
2022-05-26
pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
Taylor Blau
1
-1
/
+2
2022-05-24
builtin/pack-objects.c: ensure pack validity from MIDX bitmap objects
Taylor Blau
1
-0
/
+6
2022-05-24
builtin/pack-objects.c: ensure included `--stdin-packs` exist
Taylor Blau
1
-15
/
+20
2022-05-24
builtin/pack-objects.c: avoid redundant NULL check
Taylor Blau
1
-2
/
+0
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2022-04-04
Merge branch 'ds/partial-bundle-more'
Junio C Hamano
1
-19
/
+36
2022-03-28
pack-objects: lazily set up "struct rev_info", don't leak
Ævar Arnfjörð Bjarmason
1
-5
/
+23
2022-03-25
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
1
-7
/
+17
2022-03-23
pack-objects: parse --filter directly into revs.filter
Derrick Stolee
1
-6
/
+2
2022-03-23
pack-objects: move revs out of get_object_list()
Derrick Stolee
1
-15
/
+18
2022-03-21
Merge branch 'ds/partial-bundles'
Junio C Hamano
1
-4
/
+5
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
1
-1
/
+1
2022-03-10
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
1
-7
/
+17
2022-03-09
list-objects: consolidate traverse_commit_list[_filtered]
Derrick Stolee
1
-3
/
+3
2022-03-09
pack-bitmap: drop filter in prepare_bitmap_walk()
Derrick Stolee
1
-1
/
+1
2022-03-09
pack-objects: use rev.filter when possible
Derrick Stolee
1
-2
/
+3
2022-02-25
object-file API: pass an enum to read_object_with_reference()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-25
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
1
-1
/
+1
2022-02-08
checkout/fetch/pull/pack-objects: allow `-h` outside a repository
Johannes Schindelin
1
-3
/
+5
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-1
/
+1
2021-12-15
Merge branch 'ab/die-with-bug'
Junio C Hamano
1
-1
/
+1
2021-12-07
pack-objects: use BUG(...) not die("BUG: ...")
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-27
builtin/pack-objects.c: don't leak memory via arguments
Taylor Blau
1
-4
/
+7
2021-09-20
Merge branch 'tb/pack-finalize-ordering'
Junio C Hamano
1
-4
/
+11
2021-09-20
Merge branch 'tb/multi-pack-bitmaps'
Junio C Hamano
1
-1
/
+7
2021-09-09
pack-objects: rename .idx files into place after .bitmap files
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-09-09
pack-write: split up finish_tmp_packfile() function
Ævar Arnfjörð Bjarmason
1
-2
/
+5
[next]