index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack-bitmap-write.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'tb/multi-pack-verbatim-reuse'
Junio C Hamano
2024-01-13
1
-1
/
+8
|
\
|
*
pack-bitmap-write: deep-clear the `bb_commit` slab
Taylor Blau
2023-12-14
1
-1
/
+8
*
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-3
/
+0
|
/
*
pack-bitmap-write: rebuild using new bitmap when remapping
Christian Couder
2023-10-02
1
-1
/
+5
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
diff.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-1
/
+2
|
\
|
*
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
*
|
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
2023-03-21
1
-1
/
+2
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
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
/
+2
|
/
*
pack-bitmap-write.c: instrument number of reused bitmaps
Taylor Blau
2022-10-13
1
-1
/
+7
*
pack-bitmap-write: drop unused pack_idx_entry parameters
Jeff King
2022-08-28
1
-6
/
+2
*
pack-bitmap-write.c: write lookup table extension
Abhradeep Chakraborty
2022-08-26
1
-2
/
+89
*
bitmap: move `get commit positions` code to `bitmap_writer_finish`
Abhradeep Chakraborty
2022-08-26
1
-9
/
+20
*
pack-bitmap-write: use const for hashes
Derrick Stolee
2022-07-19
1
-1
/
+1
*
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
2022-06-07
1
-0
/
+1
|
\
|
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
*
|
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
2022-03-11
1
-1
/
+2
|
/
*
Merge branch 'ab/only-single-progress-at-once'
Junio C Hamano
2022-02-26
1
-3
/
+3
|
\
|
*
pack-bitmap-write.c: don't return without stop_progress()
Ævar Arnfjörð Bjarmason
2022-02-04
1
-3
/
+3
*
|
pack-bitmap: read multi-pack bitmaps
Taylor Blau
2021-09-01
1
-1
/
+1
*
|
pack-bitmap-write.c: free existing bitmaps
Taylor Blau
2021-08-24
1
-0
/
+1
*
|
pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
Taylor Blau
2021-08-24
1
-23
/
+53
|
/
*
oid_pos(): access table through const pointers
Jeff King
2021-01-28
1
-2
/
+2
*
hash_pos(): convert to oid_pos()
Jeff King
2021-01-28
1
-3
/
+3
*
Merge branch 'ma/sha1-is-a-hash'
Junio C Hamano
2021-01-16
1
-2
/
+2
|
\
|
*
hash-lookup: rename from sha1-lookup
Martin Ågren
2021-01-04
1
-1
/
+1
|
*
sha1-lookup: rename `sha1_pos()` as `hash_pos()`
Martin Ågren
2021-01-04
1
-1
/
+1
*
|
pack-bitmap-write: better reuse bitmaps
Derrick Stolee
2020-12-08
1
-2
/
+38
*
|
pack-bitmap-write: relax unique revwalk condition
Derrick Stolee
2020-12-08
1
-9
/
+5
*
|
pack-bitmap-write: use existing bitmaps
Derrick Stolee
2020-12-08
1
-4
/
+36
*
|
pack-bitmap-write: ignore BITMAP_FLAG_REUSE
Jeff King
2020-12-08
1
-45
/
+5
*
|
pack-bitmap-write: build fewer intermediate bitmaps
Derrick Stolee
2020-12-08
1
-6
/
+66
*
|
pack-bitmap-write: rename children to reverse_edges
Derrick Stolee
2020-12-08
1
-3
/
+3
*
|
pack-bitmap-write: fill bitmap with commit history
Derrick Stolee
2020-12-08
1
-7
/
+23
*
|
pack-bitmap-write: pass ownership of intermediate bitmaps
Jeff King
2020-12-08
1
-2
/
+8
*
|
pack-bitmap-write: reimplement bitmap writing
Jeff King
2020-12-08
1
-123
/
+161
|
/
*
pack-bitmap-write: use hashwrite_be32() in write_hash_cache()
René Scharfe
2020-09-06
1
-2
/
+1
*
pack-objects: drop packlist index_pos optimization
Jeff King
2019-09-06
1
-1
/
+1
*
pack-bitmap: convert khash_sha1 maps into kh_oid_map
Jeff King
2019-06-20
1
-7
/
+7
*
pack-objects: convert packlist_find() to use object_id
Jeff King
2019-06-20
1
-1
/
+1
*
pack-bitmap-write: convert some helpers to use object_id
Jeff King
2019-06-20
1
-9
/
+9
*
pack-bitmap: replace sha1_to_hex
brian m. carlson
2019-04-01
1
-3
/
+3
[next]