index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packfile.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hashmap_add takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
packfile: use hashmap_entry in delta_base_cache_entry
Eric Wong
2019-10-07
1
-1
/
+1
*
Merge branch 'ds/midx-expire-repack'
Junio C Hamano
2019-07-19
1
-0
/
+28
|
\
|
*
repack: refactor pack deletion for future use
Derrick Stolee
2019-06-11
1
-0
/
+28
*
|
Merge branch 'rs/copy-array'
Junio C Hamano
2019-07-10
1
-3
/
+3
|
\
\
|
*
|
use COPY_ARRAY for copying arrays
René Scharfe
2019-06-18
1
-3
/
+3
|
|
/
*
|
Merge branch 'ds/close-object-store'
Junio C Hamano
2019-07-10
1
-1
/
+4
|
\
\
|
*
|
packfile: rename close_all_packs to close_object_store
Derrick Stolee
2019-06-12
1
-1
/
+1
|
*
|
packfile: close commit-graph in close_all_packs
Derrick Stolee
2019-06-12
1
-0
/
+3
*
|
|
Merge branch 'mh/import-transport-fd-fix'
Junio C Hamano
2019-06-13
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Use xmmap_gently instead of xmmap in use_pack
Mike Hommey
2019-05-16
1
-1
/
+1
|
|
/
*
|
Merge branch 'ds/midx-too-many-packs'
Junio C Hamano
2019-05-19
1
-21
/
+9
|
\
\
|
*
|
midx: add packs to packed_git linked list
Derrick Stolee
2019-05-07
1
-20
/
+8
|
*
|
midx: pass a repository pointer
Derrick Stolee
2019-05-07
1
-2
/
+2
*
|
|
Merge branch 'nd/sha1-name-c-wo-the-repository'
Junio C Hamano
2019-05-08
1
-7
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
packfile.c: add repo_approximate_object_count()
Nguyễn Thái Ngọc Duy
2019-04-08
1
-7
/
+7
|
|
/
*
|
Merge branch 'bc/hash-transition-16'
Junio C Hamano
2019-04-25
1
-3
/
+3
|
\
\
|
*
|
object-store: rename and expand packed_git's sha1 member
brian m. carlson
2019-04-01
1
-3
/
+3
|
|
/
*
|
Merge branch 'jk/server-info-rabbit-hole'
Junio C Hamano
2019-04-25
1
-3
/
+15
|
\
\
|
*
|
packfile: fix pack basename computation
Jeff King
2019-04-16
1
-1
/
+11
|
*
|
pack-revindex: open index if necessary
Jeff King
2019-04-16
1
-2
/
+4
|
|
/
*
/
midx: during verify group objects by packfile to speed verification
Jeff Hostetler
2019-03-22
1
-1
/
+1
|
/
*
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
2019-02-05
1
-2
/
+3
|
\
|
*
packfile: allow has_packed_and_bad to handle arbitrary repositories
Stefan Beller
2018-10-19
1
-2
/
+3
*
|
Merge branch 'bc/tree-walk-oid'
Junio C Hamano
2019-01-29
1
-1
/
+1
|
\
\
|
*
|
tree-walk: store object_id in a separate member
brian m. carlson
2019-01-15
1
-1
/
+1
*
|
|
object-store: factor out odb_clear_loose_cache()
René Scharfe
2019-01-08
1
-5
/
+2
|
/
/
*
|
Merge branch 'jk/loose-object-cache'
Junio C Hamano
2019-01-04
1
-6
/
+14
|
\
\
|
*
|
object-store: provide helpers for loose_objects_cache
Jeff King
2018-11-13
1
-0
/
+8
|
*
|
sha1-file: use an object_directory for the main object dir
Jeff King
2018-11-13
1
-5
/
+5
|
*
|
rename "alternate_object_database" to "object_directory"
Jeff King
2018-11-13
1
-4
/
+4
*
|
|
Merge branch 'ds/test-multi-pack-index'
Junio C Hamano
2018-11-13
1
-0
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
packfile: close multi-pack-index in close_all_packs
Derrick Stolee
2018-10-26
1
-0
/
+5
|
|
/
*
|
Merge branch 'bc/hash-transition-part-15'
Junio C Hamano
2018-10-30
1
-2
/
+3
|
\
\
|
*
|
packfile: express constants in terms of the_hash_algo
brian m. carlson
2018-10-15
1
-2
/
+3
|
|
/
*
/
fuzz: add fuzz testing for packfile indices.
Josh Steadmon
2018-10-15
1
-19
/
+25
|
/
*
Merge branch 'jk/cocci'
Junio C Hamano
2018-09-17
1
-6
/
+6
|
\
|
*
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
2018-08-29
1
-1
/
+1
|
*
convert "hashcmp() == 0" to hasheq()
Jeff King
2018-08-29
1
-5
/
+5
*
|
treewide: use get_all_packs
Derrick Stolee
2018-08-21
1
-1
/
+1
*
|
packfile: add all_packs list
Derrick Stolee
2018-08-21
1
-0
/
+27
*
|
midx: stop reporting garbage
Derrick Stolee
2018-08-21
1
-3
/
+4
*
|
multi-pack-index: store local property
Derrick Stolee
2018-08-21
1
-2
/
+2
*
|
Sync 'ds/multi-pack-index' to v2.19.0-rc0
Junio C Hamano
2018-08-21
1
-42
/
+127
|
\
\
|
|
/
|
/
|
|
*
packfile: skip loading index if in multi-pack-index
Derrick Stolee
2018-07-20
1
-2
/
+17
|
*
midx: prevent duplicate packfile loads
Derrick Stolee
2018-07-20
1
-0
/
+9
|
*
midx: use midx in approximate_object_count
Derrick Stolee
2018-07-20
1
-0
/
+3
|
*
midx: use midx in abbreviation calculations
Derrick Stolee
2018-07-20
1
-0
/
+6
|
*
midx: read objects from multi-pack-index
Derrick Stolee
2018-07-20
1
-1
/
+7
[next]