index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pack-objects.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-24
pack-objects: convert oe_set_delta_ext() to use object_id
Jeff King
1
-2
/
+2
2019-12-01
Merge branch 'jk/optim-in-pack-idx-conversion'
Junio C Hamano
1
-1
/
+4
2019-11-12
pack-objects: avoid pointless oe_map_new_pack() calls
Jeff King
1
-1
/
+4
2019-09-06
pack-objects: drop packlist index_pos optimization
Jeff King
1
-9
/
+11
2019-09-06
pack-objects: use object_id in packlist_alloc()
Jeff King
1
-2
/
+2
2019-06-20
hashmap: convert sha1hash() to oidhash()
Jeff King
1
-1
/
+1
2019-06-20
pack-objects: convert locate_object_entry_hash() to object_id
Jeff King
1
-5
/
+5
2019-06-20
pack-objects: convert packlist_find() to use object_id
Jeff King
1
-2
/
+2
2019-02-14
pack-objects: drop unused parameter from oe_map_new_pack()
Jeff King
1
-2
/
+1
2019-02-05
Merge branch 'ph/pack-objects-mutex-fix'
Junio C Hamano
1
-3
/
+1
2019-01-28
pack-objects: merge read_lock and lock in packing_data struct
Patrick Hogg
1
-4
/
+1
2019-01-28
pack-objects: move read mutex to packing_data struct
Patrick Hogg
1
-0
/
+1
2018-11-12
pack-*.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2018-10-30
Merge branch 'js/pack-objects-mutex-init-fix'
Junio C Hamano
1
-0
/
+3
2018-10-19
pack-objects (mingw): initialize `packing_data` mutex in the correct spot
Johannes Schindelin
1
-0
/
+3
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-1
/
+1
2018-09-17
Merge branch 'cc/delta-islands'
Junio C Hamano
1
-0
/
+12
2018-09-17
Merge branch 'jk/pack-delta-reuse-with-bitmap'
Junio C Hamano
1
-0
/
+19
2018-09-17
Merge branch 'ds/multi-pack-index'
Junio C Hamano
1
-1
/
+1
2018-08-29
convert "hashcmp() == 0" to hasheq()
Jeff King
1
-1
/
+1
2018-08-22
Merge branch 'nd/pack-deltify-regression-fix'
Junio C Hamano
1
-0
/
+4
2018-08-21
pack-objects: reuse on-disk deltas for thin "have" objects
Jeff King
1
-0
/
+19
2018-08-20
treewide: use get_all_packs
Derrick Stolee
1
-1
/
+1
2018-08-16
pack-objects: move 'layer' into 'struct packing_data'
Christian Couder
1
-0
/
+6
2018-08-16
pack-objects: move tree_depth into 'struct packing_data'
Christian Couder
1
-0
/
+6
2018-07-23
pack-objects: fix performance issues on packing large deltas
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-1
/
+1
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-1
/
+1
2018-04-16
pack-objects: shrink size field in struct object_entry
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2018-04-16
pack-objects: move in_pack out of struct object_entry
Nguyễn Thái Ngọc Duy
1
-0
/
+65
2017-05-08
pack: convert struct pack_idx_entry to struct object_id
brian m. carlson
1
-3
/
+5
2014-09-18
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
1
-2
/
+1
2014-07-07
hashmap: factor out getting a hash code from a SHA1
Karsten Blees
1
-3
/
+2
2014-06-02
pack-objects: use free()+xcalloc() instead of xrealloc()+memset()
René Scharfe
1
-2
/
+2
2013-10-24
pack-objects: refactor the packing list
Vicent Marti
1
-0
/
+111
2006-08-03
Make git-pack-objects a builtin
Matthias Kestenholz
1
-1376
/
+0
2006-07-23
pack-objects: check pack.window for default window size
Jeff King
1
-1
/
+12
2006-07-10
Fix more typos, primarily in the code
Pavel Roskin
1
-2
/
+2
2006-06-30
don't load objects needlessly when repacking
Nicolas Pitre
1
-17
/
+28
2006-06-29
consider previous pack undeltified object state only when reusing delta data
Nicolas Pitre
1
-2
/
+3
2006-06-29
Do not try futile object pairs when repacking.
Linus Torvalds
1
-0
/
+7
2006-06-21
Merge branch 'ff/c99' into next
Junio C Hamano
1
-2
/
+2
2006-06-21
upload-pack: prepare for sideband message support.
Junio C Hamano
1
-0
/
+4
2006-06-20
Remove all void-pointer arithmetic.
Florian Forster
1
-2
/
+2
2006-06-05
pack-objects: improve path grouping heuristics.
Linus Torvalds
1
-50
/
+19
2006-05-30
tree_entry(): new tree-walking helper function
Linus Torvalds
1
-16
/
+11
2006-05-16
Merge branch 'np/pack'
Junio C Hamano
1
-13
/
+14
2006-05-16
improve depth heuristic for maximum delta size
Nicolas Pitre
1
-2
/
+5
2006-05-15
Merge branch 'fix'
Junio C Hamano
1
-2
/
+1
2006-05-15
Fix pack-index issue on 64-bit platforms a bit more portably.
Junio C Hamano
1
-2
/
+1
[next]