index
:
git
jch
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
Age
Commit message (
Expand
)
Author
Lines
2022-06-17
i18n: fix mismatched camelCase config variables
Jiang Xin
-1
/
+1
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
-0
/
+2
2022-06-03
Merge branch 'tb/cruft-packs'
Junio C Hamano
-13
/
+291
2022-06-03
Merge branch 'tb/midx-race-in-pack-objects'
Junio C Hamano
-17
/
+26
2022-05-26
builtin/pack-objects.c: --cruft with expiration
Taylor Blau
-1
/
+83
2022-05-26
reachable: add options to add_unseen_recent_objects_to_traversal
Taylor Blau
-1
/
+1
2022-05-26
builtin/pack-objects.c: --cruft without expiration
Taylor Blau
-4
/
+197
2022-05-26
builtin/pack-objects.c: return from create_object_entry()
Taylor Blau
-7
/
+9
2022-05-26
pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
Taylor Blau
-1
/
+2
2022-05-24
builtin/pack-objects.c: ensure pack validity from MIDX bitmap objects
Taylor Blau
-0
/
+6
2022-05-24
builtin/pack-objects.c: ensure included `--stdin-packs` exist
Taylor Blau
-15
/
+20
2022-05-24
builtin/pack-objects.c: avoid redundant NULL check
Taylor Blau
-2
/
+0
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
-0
/
+2
2022-04-04
Merge branch 'ds/partial-bundle-more'
Junio C Hamano
-19
/
+36
2022-03-28
pack-objects: lazily set up "struct rev_info", don't leak
Ævar Arnfjörð Bjarmason
-5
/
+23
2022-03-25
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
-7
/
+17
2022-03-23
pack-objects: parse --filter directly into revs.filter
Derrick Stolee
-6
/
+2
2022-03-23
pack-objects: move revs out of get_object_list()
Derrick Stolee
-15
/
+18
2022-03-21
Merge branch 'ds/partial-bundles'
Junio C Hamano
-4
/
+5
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
-1
/
+1
2022-03-10
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
-7
/
+17
2022-03-09
list-objects: consolidate traverse_commit_list[_filtered]
Derrick Stolee
-3
/
+3
2022-03-09
pack-bitmap: drop filter in prepare_bitmap_walk()
Derrick Stolee
-1
/
+1
2022-03-09
pack-objects: use rev.filter when possible
Derrick Stolee
-2
/
+3
2022-02-25
object-file API: pass an enum to read_object_with_reference()
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-02-25
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
-1
/
+1
2022-02-08
checkout/fetch/pull/pack-objects: allow `-h` outside a repository
Johannes Schindelin
-3
/
+5
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
-1
/
+1
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
-1
/
+1
2021-12-15
Merge branch 'ab/die-with-bug'
Junio C Hamano
-1
/
+1
2021-12-07
pack-objects: use BUG(...) not die("BUG: ...")
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-10-27
builtin/pack-objects.c: don't leak memory via arguments
Taylor Blau
-4
/
+7
2021-09-20
Merge branch 'tb/pack-finalize-ordering'
Junio C Hamano
-4
/
+11
2021-09-20
Merge branch 'tb/multi-pack-bitmaps'
Junio C Hamano
-1
/
+7
2021-09-09
pack-objects: rename .idx files into place after .bitmap files
Ævar Arnfjörð Bjarmason
-1
/
+2
2021-09-09
pack-write: split up finish_tmp_packfile() function
Ævar Arnfjörð Bjarmason
-2
/
+5
2021-09-09
pack-write: refactor renaming in finish_tmp_packfile()
Ævar Arnfjörð Bjarmason
-2
/
+5
2021-09-01
pack-bitmap: read multi-pack bitmaps
Taylor Blau
-0
/
+5
2021-08-29
builtin/pack-objects.c: remove duplicate hash lookup
Taylor Blau
-10
/
+1
2021-08-29
builtin/pack-objects.c: simplify add_objects_in_unpacked_packs()
Taylor Blau
-68
/
+16
2021-08-24
pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
Taylor Blau
-1
/
+2
2021-07-09
pack-objects: fix segfault in --stdin-packs option
Ævar Arnfjörð Bjarmason
-3
/
+20
2021-05-27
Merge branch 'ab/pack-linkage-fix'
Junio C Hamano
-7
/
+167
2021-05-27
pack-objects: move static inline from a header to the sole consumer
Ævar Arnfjörð Bjarmason
-7
/
+167
2021-05-11
Merge branch 'jk/pack-objects-negative-options-fix'
Junio C Hamano
-0
/
+4
2021-05-10
Merge branch 'rs/repack-without-loosening-promised-objects'
Junio C Hamano
-1
/
+7
2021-05-10
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
-10
/
+10
2021-05-07
Merge branch 'ps/rev-list-object-type-filter'
Junio C Hamano
-1
/
+1
2021-05-03
pack-objects: clamp negative depth to 0
Jeff King
-0
/
+2
2021-05-03
pack-objects: clamp negative window size to 0
Jeff King
-0
/
+2
[next]