Sign in
googlers
/
jrn
/
git
/
459307b139c9a859ca0b6ca5276cf9be3d2b8e3e
/
pack-objects.c
459307b
pack-objects: move read mutex to packing_data struct
by Patrick Hogg
· 6 years ago
620b00e
Merge branch 'js/pack-objects-mutex-init-fix'
by Junio C Hamano
· 6 years ago
34204c8
pack-objects (mingw): initialize `packing_data` mutex in the correct spot
by Johannes Schindelin
· 6 years ago
769af0f
Merge branch 'jk/cocci'
by Junio C Hamano
· 7 years ago
f3504ea
Merge branch 'cc/delta-islands'
by Junio C Hamano
· 7 years ago
3ebdef2
Merge branch 'jk/pack-delta-reuse-with-bitmap'
by Junio C Hamano
· 7 years ago
49f210f
Merge branch 'ds/multi-pack-index'
by Junio C Hamano
· 7 years ago
e3ff068
convert "hashcmp() == 0" to hasheq()
by Jeff King
· 7 years ago
29d9e3e
Merge branch 'nd/pack-deltify-regression-fix'
by Junio C Hamano
· 7 years ago
6a1e32d
pack-objects: reuse on-disk deltas for thin "have" objects
by Jeff King
· 7 years ago
454ea2e
treewide: use get_all_packs
by Derrick Stolee
· 7 years ago
fe0ac2f
pack-objects: move 'layer' into 'struct packing_data'
by Christian Couder
· 7 years ago
108f530
pack-objects: move tree_depth into 'struct packing_data'
by Christian Couder
· 7 years ago
9ac3f0e
pack-objects: fix performance issues on packing large deltas
by Nguyễn Thái Ngọc Duy
· 7 years ago
50f08db
Merge branch 'js/use-bug-macro'
by Junio C Hamano
· 7 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
ac77d0c
pack-objects: shrink size field in struct object_entry
by Nguyễn Thái Ngọc Duy
· 7 years ago
43fa44f
pack-objects: move in_pack out of struct object_entry
by Nguyễn Thái Ngọc Duy
· 7 years ago
e6a492b
pack: convert struct pack_idx_entry to struct object_id
by brian m. carlson
· 8 years ago
2756ca4
use REALLOC_ARRAY for changing the allocation size of arrays
by René Scharfe
· 11 years ago
039dc71
hashmap: factor out getting a hash code from a SHA1
by Karsten Blees
· 11 years ago
fb79947
pack-objects: use free()+xcalloc() instead of xrealloc()+memset()
by René Scharfe
· 11 years ago
2834bc2
pack-objects: refactor the packing list
by Vicent Marti
· 11 years ago
5d4a600
Make git-pack-objects a builtin
by Matthias Kestenholz
· 19 years ago
4812a93
pack-objects: check pack.window for default window size
by Jeff King
· 19 years ago
82e5a82
Fix more typos, primarily in the code
by Pavel Roskin
· 19 years ago
560b25a
don't load objects needlessly when repacking
by Nicolas Pitre
· 19 years ago
8dbbd14
consider previous pack undeltified object state only when reusing delta data
by Nicolas Pitre
· 19 years ago
51d1e83
Do not try futile object pairs when repacking.
by Linus Torvalds
· 19 years ago
9d24ed4
Merge branch 'ff/c99' into next
by Junio C Hamano
· 19 years ago
363b781
upload-pack: prepare for sideband message support.
by Junio C Hamano
· 19 years ago
1d7f171
Remove all void-pointer arithmetic.
by Florian Forster
· 19 years ago
ce0bd64
pack-objects: improve path grouping heuristics.
by Linus Torvalds
· 19 years ago
4c068a9
tree_entry(): new tree-walking helper function
by Linus Torvalds
· 19 years ago
0fa6417
Merge branch 'np/pack'
by Junio C Hamano
· 19 years ago
c3b06a6
improve depth heuristic for maximum delta size
by Nicolas Pitre
· 19 years ago
d55aaef
Merge branch 'fix'
by Junio C Hamano
· 19 years ago
1b9bc5a
Fix pack-index issue on 64-bit platforms a bit more portably.
by Junio C Hamano
· 19 years ago
v1.3.3
ff45715
pack-object: slightly more efficient
by Nicolas Pitre
· 19 years ago
4e8da19
simple euristic for further free packing improvements
by Nicolas Pitre
· 19 years ago
975bf9c
Merge branch 'fix'
by Junio C Hamano
· 19 years ago
d9635e9
include header to define uint32_t, necessary on Mac OS X
by Ben Clifford
· 19 years ago
3a3e89b
Merge branch 'fix'
by Junio C Hamano
· 19 years ago
66561f5
Fix git-pack-objects for 64-bit platforms
by Dennis Stosberg
· 19 years ago
4edd447
Merge branch 'np/delta'
by Junio C Hamano
· 19 years ago
86118bc
pack-object: squelch eye-candy on non-tty
by Junio C Hamano
· 19 years ago
9a8b6a0
pack-objects: update size heuristucs.
by Junio C Hamano
· 19 years ago
f6c7081
use delta index data when finding best delta matches
by Nicolas Pitre
· 19 years ago
0dec30b
fix pack-object buffer size
by Nicolas Pitre
· 19 years ago
f527cb8
pack-objects: do not stop at object that is "too small"
by Junio C Hamano
· 19 years ago
5379a5c
Thin pack generation: optimization.
by Junio C Hamano
· 19 years ago
810e152
Merge branch 'pe/cleanup'
by Junio C Hamano
· 19 years ago
4c61b7d
Merge branch 'lt/fix-sol-pack'
by Junio C Hamano
· 19 years ago
8e44025
Use blob_, commit_, tag_, and tree_type throughout.
by Peter Eriksen
· 19 years ago
687dd75
safe_fgets() - even more anal fgets()
by Junio C Hamano
· 19 years ago
da93d12
pack-objects: be incredibly anal about stdio semantics
by Linus Torvalds
· 19 years ago
fb7a653
Fix Solaris stdio signal handling stupidities
by Linus Torvalds
· 19 years ago
1b0c717
tree/diff header cleanup.
by Junio C Hamano
· 19 years ago
70ca1a3
pack-objects: simplify "thin" pack.
by Junio C Hamano
· 19 years ago
2b74cff
Re-fix compilation warnings.
by Luck, Tony
· 19 years ago
962554c
Use setenv(), fix warnings
by Timo Hirvonen
· 19 years ago
8fcf1ad
fix warning from pack-objects.c
by Luck, Tony
· 19 years ago
f0b0af1
Merge branches 'jc/rev-list' and 'jc/pack-thin'
by Junio C Hamano
· 19 years ago
eeef713
pack-objects: hash basename and direname a bit differently.
by Junio C Hamano
· 19 years ago
b76f6b6
pack-objects: allow "thin" packs to exceed depth limits
by Junio C Hamano
· 19 years ago
1d6b38c
pack-objects: use full pathname to help hashing with "thin" pack.
by Junio C Hamano
· 19 years ago
b925410
pack-objects: thin pack micro-optimization.
by Junio C Hamano
· 19 years ago
183bdb2
pack-objects eye-candy: finishing touches.
by Junio C Hamano
· 19 years ago
5e8dc75
also adds progress when actually writing a pack
by Nicolas Pitre
· 19 years ago
b2504a0
nicer eye candies for pack-objects
by Nicolas Pitre
· 19 years ago
15b4d57
pack-objects: avoid delta chains that are too long.
by Junio C Hamano
· 19 years ago
ab7cd7b
pack-objects: finishing touches.
by Junio C Hamano
· 19 years ago
3f9ac8d
pack-objects: reuse data from existing packs.
by Junio C Hamano
· 19 years ago
7a979d9
Thin pack - create packfile with missing delta base.
by Junio C Hamano
· 19 years ago
e4c9327
pack-objects: avoid delta chains that are too long.
by Junio C Hamano
· 19 years ago
ca5381d
pack-objects: finishing touches.
by Junio C Hamano
· 19 years ago
a49dd05
pack-objects: reuse data from existing packs.
by Junio C Hamano
· 19 years ago
024701f
Make pack-objects chattier.
by Junio C Hamano
· 19 years ago
21fcd1b
fetch-clone progress: finishing touches.
by Junio C Hamano
· 19 years ago
82f9d58
code comments: spell
by Junio C Hamano
· 19 years ago
63ae26f
Document the --non-empty command-line option to git-pack-objects.
by Nikolai Weibull
· 19 years ago
53228a5
Make the rest of commands work from a subdirectory.
by Junio C Hamano
· 19 years ago
ef07618
git-repack: Properly abort in corrupt repository
by Linus Torvalds
· 19 years ago
f3123c4
pack-objects: Allow use of pre-generated pack.
by Junio C Hamano
· 19 years ago
4546738
Unlocalized isspace and friends
by Linus Torvalds
· 19 years ago
6456037
Add support for "local" packing
by Linus Torvalds
· 19 years ago
84c8d8a
Fix packname hash generation.
by Junio C Hamano
· 19 years ago
adee7bd
[PATCH] Plug memory leak in git-pack-objects
by Sergey Vlasov
· 20 years ago
5f3de58
Make the name of a pack-file depend on the objects packed there-in.
by Linus Torvalds
· 20 years ago
1c4a291
Add "--non-empty" flag to git-pack-objects
by Linus Torvalds
· 20 years ago
eb01937
Add "--incremental" flag to git-pack-objects
by Linus Torvalds
· 20 years ago
dcde55b
[PATCH] assorted delta code cleanup
by Nicolas Pitre
· 20 years ago
01247d8
Make git pack files use little-endian size encoding
by Linus Torvalds
· 20 years ago
9d5ab96
[PATCH] Emit base objects of a delta chain when the delta is output.
by Junio C Hamano
· 20 years ago
e1ddc97
[PATCH] Fix unpack-objects for header length information.
by Junio C Hamano
· 20 years ago
a733cb6
Change pack file format. Hopefully for the last time.
by Linus Torvalds
· 20 years ago
d22b929
git-pack-objects: add "--stdout" flag to write the pack file to stdout
by Linus Torvalds
· 20 years ago
a69d094
Teach packing about "tag" objects
by Linus Torvalds
· 20 years ago
36e4d74
[PATCH] Enhance sha1_file_size() into sha1_object_info()
by Junio C Hamano
· 20 years ago
c4584ae
[PATCH] Remove "delta" object representation.
by Junio C Hamano
· 20 years ago
Next »