index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack-bitmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pack-objects: convert packlist_find() to use object_id
Jeff King
2019-06-20
1
-3
/
+3
*
Merge branch 'bc/hash-transition-16'
Junio C Hamano
2019-04-25
1
-38
/
+38
|
\
|
*
pack-bitmap: switch hash tables to use struct object_id
brian m. carlson
2019-04-01
1
-29
/
+29
|
*
pack-bitmap: switch hard-coded constants to the_hash_algo
brian m. carlson
2019-04-01
1
-2
/
+2
|
*
pack-bitmap: replace sha1_to_hex
brian m. carlson
2019-04-01
1
-4
/
+4
|
*
pack-bitmap: convert struct stored_bitmap to object_id
brian m. carlson
2019-04-01
1
-4
/
+4
|
*
pack-bitmap: make bitmap header handling hash agnostic
brian m. carlson
2019-04-01
1
-1
/
+1
*
|
pack-revindex: open index if necessary
Jeff King
2019-04-16
1
-1
/
+2
|
/
*
pack-*.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2018-11-12
1
-6
/
+7
*
Merge branch 'jk/pack-objects-with-bitmap-fix'
Junio C Hamano
2018-09-17
1
-11
/
+3
|
\
|
*
pack-bitmap: drop "loaded" flag
Jeff King
2018-09-04
1
-6
/
+3
|
*
traverse_bitmap_commit_list(): don't free result
Jeff King
2018-09-04
1
-3
/
+0
|
*
bitmap_has_sha1_in_uninteresting(): drop BUG check
Jeff King
2018-09-04
1
-2
/
+0
*
|
Merge branch 'jk/pack-delta-reuse-with-bitmap'
Junio C Hamano
2018-09-17
1
-1
/
+24
|
\
|
|
*
pack-bitmap: save "have" bitmap from walk
Jeff King
2018-08-21
1
-1
/
+24
*
|
treewide: use get_all_packs
Derrick Stolee
2018-08-21
1
-1
/
+1
|
/
*
pack-bitmap: add free function
Jonathan Tan
2018-06-21
1
-6
/
+29
*
pack-bitmap: remove bitmap_git global variable
Jonathan Tan
2018-06-21
1
-144
/
+173
*
Merge branch 'jk/ewah-bounds-check'
Junio C Hamano
2018-06-18
1
-1
/
+1
|
\
|
*
ewah: adjust callers of ewah_read_mmap()
Jeff King
2018-06-18
1
-1
/
+1
*
|
Merge branch 'js/use-bug-macro'
Junio C Hamano
2018-05-30
1
-3
/
+3
|
\
\
|
*
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-3
/
+3
*
|
|
pack-objects: move in_pack_pos out of struct object_entry
Nguyễn Thái Ngọc Duy
2018-04-16
1
-1
/
+1
|
/
/
*
|
packfile: keep prepare_packed_git() private
Nguyễn Thái Ngọc Duy
2018-03-26
1
-1
/
+0
*
|
packfile: add repository argument to prepare_packed_git
Stefan Beller
2018-03-26
1
-1
/
+1
*
|
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
2018-03-26
1
-1
/
+3
|
/
*
pack-bitmap: convert traverse_bitmap_commit_list to object_id
brian m. carlson
2017-10-16
1
-4
/
+4
*
Merge branch 'ma/leakplugs'
Junio C Hamano
2017-09-29
1
-7
/
+3
|
\
|
*
pack-bitmap[-write]: use `object_array_clear()`, don't leak
Martin Ågren
2017-09-24
1
-7
/
+3
*
|
pack: move open_pack_index(), parse_pack_index()
Jonathan Tan
2017-08-24
1
-0
/
+1
|
/
*
Merge branch 'jc/pack-bitmap-unaligned'
Junio C Hamano
2017-06-30
1
-1
/
+1
|
\
|
*
pack-bitmap: don't perform unaligned memory access
James Clarke
2017-06-26
1
-1
/
+1
*
|
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-2
/
+2
*
|
sha1_file: rename git_open_noatime() to git_open()
Lars Schneider
2016-10-25
1
-1
/
+1
|
/
*
list-objects: pass full pathname to callbacks
Jeff King
2016-02-12
1
-9
/
+4
*
list-objects: drop name_path entirely
Jeff King
2016-02-12
1
-2
/
+2
*
Merge branch 'jk/pack-revindex'
Junio C Hamano
2016-01-20
1
-8
/
+5
|
\
|
*
pack-revindex: store entries directly in packed_git
Jeff King
2015-12-21
1
-8
/
+5
*
|
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-13
/
+13
*
|
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-4
/
+4
*
|
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-13
/
+13
*
|
use strip_suffix and xstrfmt to replace suffix
Jeff King
2015-09-25
1
-9
/
+4
*
|
Merge branch 'es/osx-header-pollutes-mask-macro'
Junio C Hamano
2015-06-24
1
-5
/
+5
|
\
\
|
*
|
ewah: use less generic macro name
Jeff King
2015-06-03
1
-5
/
+5
|
|
/
*
|
Merge branch 'sb/test-bitmap-free-at-end'
Junio C Hamano
2015-06-01
1
-1
/
+1
|
\
\
|
*
|
test_bitmap_walk: free bitmap with bitmap_free
Jeff King
2015-05-22
1
-1
/
+1
*
|
|
Merge branch 'rs/plug-leak-in-pack-bitmaps'
Junio C Hamano
2015-05-26
1
-5
/
+3
|
\
\
\
|
*
|
|
pack-bitmaps: plug memory leak, fix allocation size for recent_bitmaps
René Scharfe
2015-05-19
1
-5
/
+3
*
|
|
|
Merge branch 'sb/test-bitmap-free-at-end'
Junio C Hamano
2015-05-06
1
-0
/
+2
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
pack-bitmap.c: fix a memleak
Stefan Beller
2015-04-13
1
-0
/
+2
|
|
/
/
[next]