index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
pack-objects.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-8
/
+16
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
|
|
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-7
/
+15
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'sg/parse-options-h-users'
Junio C Hamano
2023-03-30
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
treewide: include parse-options.h in source files
SZEDER Gábor
2023-03-20
1
-0
/
+1
|
|
/
*
|
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-12
/
+14
|
\
\
|
*
|
for_each_object: mark unused callback parameters
Jeff King
2023-02-24
1
-7
/
+8
|
*
|
list-objects: mark unused callback parameters
Jeff King
2023-02-24
1
-5
/
+6
|
|
/
*
|
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+1
|
/
*
Merge branch 'rs/size-t-fixes'
Junio C Hamano
2023-02-16
1
-8
/
+5
|
\
|
*
pack-objects: use strcspn(3) in name_cmp_len()
René Scharfe
2023-02-06
1
-8
/
+5
*
|
Merge branch 'ew/free-island-marks'
Junio C Hamano
2023-02-09
1
-1
/
+3
|
\
\
|
*
|
delta-islands: free island_marks and bitmaps
Eric Wong
2023-02-04
1
-1
/
+3
|
|
/
*
|
attr: add flag `--source` to work with tree-ish
Karthik Nayak
2023-01-14
1
-1
/
+1
*
|
pack-objects: simplify --filter handling
René Scharfe
2022-11-30
1
-22
/
+6
*
|
pack-objects: fix handling of multiple --filter options
René Scharfe
2022-11-30
1
-1
/
+2
|
/
*
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
2022-10-28
1
-2
/
+2
|
\
|
*
doc txt & -h consistency: use "<options>", not "<options>..."
Ævar Arnfjörð Bjarmason
2022-10-13
1
-2
/
+2
*
|
Merge branch 'ab/unused-annotation'
Junio C Hamano
2022-09-14
1
-6
/
+6
|
\
\
|
*
|
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-6
/
+6
*
|
|
Merge branch 'jk/unused-annotation'
Junio C Hamano
2022-09-14
1
-5
/
+7
|
\
|
|
|
|
/
|
/
|
|
*
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-5
/
+7
*
|
pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
Abhradeep Chakraborty
2022-08-26
1
-0
/
+8
|
/
*
i18n: fix mismatched camelCase config variables
Jiang Xin
2022-06-17
1
-1
/
+1
*
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
2022-06-07
1
-0
/
+2
|
\
|
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+2
*
|
Merge branch 'tb/cruft-packs'
Junio C Hamano
2022-06-03
1
-13
/
+291
|
\
\
|
*
|
builtin/pack-objects.c: --cruft with expiration
Taylor Blau
2022-05-27
1
-1
/
+83
|
*
|
reachable: add options to add_unseen_recent_objects_to_traversal
Taylor Blau
2022-05-27
1
-1
/
+1
|
*
|
builtin/pack-objects.c: --cruft without expiration
Taylor Blau
2022-05-27
1
-4
/
+197
|
*
|
builtin/pack-objects.c: return from create_object_entry()
Taylor Blau
2022-05-27
1
-7
/
+9
|
*
|
pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'
Taylor Blau
2022-05-27
1
-1
/
+2
*
|
|
Merge branch 'tb/midx-race-in-pack-objects'
Junio C Hamano
2022-06-03
1
-17
/
+26
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
builtin/pack-objects.c: ensure pack validity from MIDX bitmap objects
Taylor Blau
2022-05-24
1
-0
/
+6
|
*
|
builtin/pack-objects.c: ensure included `--stdin-packs` exist
Taylor Blau
2022-05-24
1
-15
/
+20
|
*
|
builtin/pack-objects.c: avoid redundant NULL check
Taylor Blau
2022-05-24
1
-2
/
+0
*
|
|
Merge branch 'ds/partial-bundle-more'
Junio C Hamano
2022-04-04
1
-19
/
+36
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
pack-objects: lazily set up "struct rev_info", don't leak
Ævar Arnfjörð Bjarmason
2022-03-28
1
-5
/
+23
|
*
|
pack-objects: parse --filter directly into revs.filter
Derrick Stolee
2022-03-23
1
-6
/
+2
|
*
|
pack-objects: move revs out of get_object_list()
Derrick Stolee
2022-03-23
1
-15
/
+18
*
|
|
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
2022-03-26
1
-7
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
2022-03-11
1
-7
/
+17
*
|
|
Merge branch 'ds/partial-bundles'
Junio C Hamano
2022-03-21
1
-4
/
+5
|
\
\
\
|
*
|
|
list-objects: consolidate traverse_commit_list[_filtered]
Derrick Stolee
2022-03-09
1
-3
/
+3
|
*
|
|
pack-bitmap: drop filter in prepare_bitmap_walk()
Derrick Stolee
2022-03-09
1
-1
/
+1
|
*
|
|
pack-objects: use rev.filter when possible
Derrick Stolee
2022-03-09
1
-2
/
+3
*
|
|
|
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
2022-03-17
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
object-file API: pass an enum to read_object_with_reference()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+1
|
|
|
/
|
|
/
|
[prev]
[next]