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/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
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
2022-02-26
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
i18n: factorize "invalid value" messages
Jean-Noël Avila
2022-02-04
1
-1
/
+1
|
|
/
*
/
checkout/fetch/pull/pack-objects: allow `-h` outside a repository
Johannes Schindelin
2022-02-08
1
-3
/
+5
|
/
*
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
2022-01-05
1
-1
/
+1
*
Merge branch 'ab/die-with-bug'
Junio C Hamano
2021-12-15
1
-1
/
+1
|
\
|
*
pack-objects: use BUG(...) not die("BUG: ...")
Ævar Arnfjörð Bjarmason
2021-12-07
1
-1
/
+1
*
|
builtin/pack-objects.c: don't leak memory via arguments
Taylor Blau
2021-10-28
1
-4
/
+7
|
/
*
Merge branch 'tb/pack-finalize-ordering'
Junio C Hamano
2021-09-21
1
-4
/
+11
|
\
|
*
pack-objects: rename .idx files into place after .bitmap files
Ævar Arnfjörð Bjarmason
2021-09-10
1
-1
/
+2
|
*
pack-write: split up finish_tmp_packfile() function
Ævar Arnfjörð Bjarmason
2021-09-10
1
-2
/
+5
|
*
pack-write: refactor renaming in finish_tmp_packfile()
Ævar Arnfjörð Bjarmason
2021-09-10
1
-2
/
+5
*
|
Merge branch 'tb/multi-pack-bitmaps'
Junio C Hamano
2021-09-21
1
-1
/
+7
|
\
\
|
*
|
pack-bitmap: read multi-pack bitmaps
Taylor Blau
2021-09-01
1
-0
/
+5
|
*
|
pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
Taylor Blau
2021-08-24
1
-1
/
+2
|
|
/
*
|
builtin/pack-objects.c: remove duplicate hash lookup
Taylor Blau
2021-08-30
1
-10
/
+1
*
|
builtin/pack-objects.c: simplify add_objects_in_unpacked_packs()
Taylor Blau
2021-08-30
1
-68
/
+16
*
|
pack-objects: fix segfault in --stdin-packs option
Ævar Arnfjörð Bjarmason
2021-07-09
1
-3
/
+20
|
/
*
Merge branch 'ab/pack-linkage-fix'
Junio C Hamano
2021-05-27
1
-7
/
+167
|
\
[next]