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
*
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
|
*
config: create core.multiPackIndex setting
Derrick Stolee
2018-07-20
1
-1
/
+5
|
*
midx: sort and deduplicate objects from packfiles
Derrick Stolee
2018-07-20
1
-0
/
+17
|
*
packfile: generalize pack directory list
Derrick Stolee
2018-07-20
1
-38
/
+63
*
|
for_each_packed_object: support iterating in pack-order
Jeff King
2018-08-13
1
-5
/
+16
*
|
for_each_*_object: take flag arguments as enum
Jeff King
2018-08-13
1
-1
/
+2
*
|
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-1
/
+1
|
/
*
Merge branch 'jl/zlib-restore-nul-termination'
Junio C Hamano
2018-06-18
1
-0
/
+3
|
\
|
*
packfile: correct zlib buffer handling
Jeremy Linton
2018-06-13
1
-0
/
+3
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2018-05-30
1
-36
/
+43
|
\
\
|
*
|
packfile: abstract away hash constant values
brian m. carlson
2018-05-02
1
-29
/
+37
|
*
|
packfile: convert find_pack_entry to object_id
brian m. carlson
2018-05-02
1
-6
/
+6
|
*
|
packfile: convert has_sha1_pack to object_id
brian m. carlson
2018-05-02
1
-2
/
+2
|
*
|
packfile: remove unused member from struct pack_entry
brian m. carlson
2018-05-02
1
-1
/
+0
*
|
|
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
|
|
/
/
*
|
|
Merge branch 'sb/oid-object-info'
Junio C Hamano
2018-05-23
1
-17
/
+23
|
\
\
\
|
*
|
|
cache.h: allow oid_object_info to handle arbitrary repositories
Stefan Beller
2018-04-26
1
-30
/
+28
|
*
|
|
packfile: add repository argument to cache_or_unpack_entry
Stefan Beller
2018-04-26
1
-2
/
+3
|
*
|
|
packfile: add repository argument to unpack_entry
Stefan Beller
2018-04-26
1
-3
/
+4
|
*
|
|
packfile: add repository argument to read_object
Stefan Beller
2018-04-26
1
-3
/
+5
|
*
|
|
packfile: add repository argument to packed_object_info
Jonathan Nieder
2018-04-26
1
-2
/
+2
|
*
|
|
packfile: add repository argument to packed_to_object_type
Stefan Beller
2018-04-26
1
-7
/
+9
|
*
|
|
packfile: add repository argument to retry_bad_packed_offset
Stefan Beller
2018-04-26
1
-3
/
+5
|
*
|
|
cache.h: add repository argument to oid_object_info
Stefan Beller
2018-04-26
1
-1
/
+1
|
*
|
|
cache.h: add repository argument to oid_object_info_extended
Stefan Beller
2018-04-26
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
2018-05-23
1
-1
/
+1
|
\
\
\
|
*
|
|
treewide: replace maybe_tree with accessor methods
Derrick Stolee
2018-04-11
1
-1
/
+1
|
*
|
|
treewide: rename tree to maybe_tree
Derrick Stolee
2018-04-11
1
-1
/
+1
|
*
|
|
Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees
Junio C Hamano
2018-04-11
1
-4
/
+4
|
|
\
\
\
*
|
|
|
|
Merge branch 'ds/commit-graph'
Junio C Hamano
2018-05-08
1
-2
/
+2
|
\
|
|
|
|
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
commit-graph: read only from specific pack-indexes
Derrick Stolee
2018-04-11
1
-2
/
+2
|
*
|
|
Merge branch 'jt/binsearch-with-fanout' into HEAD
Junio C Hamano
2018-03-13
1
-25
/
+4
|
|
\
\
\
[next]