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