index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pack-bitmap-write.c
Age
Commit message (
Expand
)
Author
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
2024-05-24
pseudo-merge: implement support for finding existing merges
Taylor Blau
2024-05-24
pack-bitmap-write.c: write pseudo-merge table
Taylor Blau
2024-05-24
pseudo-merge: implement support for selecting pseudo-merge commits
Taylor Blau
2024-05-24
pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public
Taylor Blau
2024-05-24
pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`
Taylor Blau
2024-05-24
pack-bitmap-write: support storing pseudo-merge commits
Taylor Blau
2024-05-24
pack-bitmap: move some initialization to `bitmap_writer_init()`
Taylor Blau
2024-05-15
pack-bitmap: introduce `bitmap_writer_free()`
Taylor Blau
2024-05-15
pack-bitmap-write.c: avoid uninitialized 'write_as' field
Taylor Blau
2024-05-15
pack-bitmap: drop unused `max_bitmaps` parameter
Taylor Blau
2024-05-15
pack-bitmap: avoid use of static `bitmap_writer`
Taylor Blau
2024-05-15
pack-bitmap-write.c: move commit_positions into commit_pos fields
Taylor Blau
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-01-12
Merge branch 'tb/multi-pack-verbatim-reuse'
Junio C Hamano
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-14
pack-bitmap-write: deep-clear the `bb_commit` slab
Taylor Blau
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-10-02
pack-bitmap-write: rebuild using new bitmap when remapping
Christian Couder
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-04-24
diff.h: reduce unnecessary includes
Elijah Newren
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-11
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2022-10-13
pack-bitmap-write.c: instrument number of reused bitmaps
Taylor Blau
2022-08-28
pack-bitmap-write: drop unused pack_idx_entry parameters
Jeff King
2022-08-26
pack-bitmap-write.c: write lookup table extension
Abhradeep Chakraborty
2022-08-26
bitmap: move `get commit positions` code to `bitmap_writer_finish`
Abhradeep Chakraborty
2022-07-19
pack-bitmap-write: use const for hashes
Derrick Stolee
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-03-10
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
2022-02-25
Merge branch 'ab/only-single-progress-at-once'
Junio C Hamano
2022-02-03
pack-bitmap-write.c: don't return without stop_progress()
Ævar Arnfjörð Bjarmason
2021-09-01
pack-bitmap: read multi-pack bitmaps
Taylor Blau
2021-08-24
pack-bitmap-write.c: free existing bitmaps
Taylor Blau
2021-08-24
pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
Taylor Blau
2021-01-28
oid_pos(): access table through const pointers
Jeff King
2021-01-28
hash_pos(): convert to oid_pos()
Jeff King
2021-01-15
Merge branch 'ma/sha1-is-a-hash'
Junio C Hamano
[next]