index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-pack-objects.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pack-objects: properly initialize the depth value
Nicolas Pitre
2007-07-13
1
-0
/
+1
*
reduce git-pack-objects memory usage a little more
Nicolas Pitre
2007-07-12
1
-10
/
+9
*
Add pack-objects window memory usage limit
Brian Downing
2007-07-12
1
-8
/
+44
*
Don't try to delta if target is much smaller than source
Brian Downing
2007-07-12
1
-0
/
+2
*
apply delta depth bias to already deltified objects
Nicolas Pitre
2007-07-12
1
-4
/
+10
*
pack-objects: Prefer shallower deltas if the size is equal
Brian Downing
2007-07-09
1
-1
/
+7
*
War on whitespace
Junio C Hamano
2007-06-07
1
-1
/
+1
*
Unify write_index_file functions
Geert Bosch
2007-06-02
1
-170
/
+52
*
fix repack with --max-pack-size
Nicolas Pitre
2007-05-31
1
-18
/
+11
*
builtin-pack-object: cache small deltas
Martin Koegler
2007-05-29
1
-0
/
+8
*
git-pack-objects: cache small deltas between big objects
Martin Koegler
2007-05-29
1
-15
/
+54
*
builtin-pack-objects: don't fail, if delta is not possible
Martin Koegler
2007-05-29
1
-2
/
+6
*
Merge branch 'dh/repack' (early part)
Junio C Hamano
2007-05-29
1
-105
/
+224
|
\
|
*
pack-objects: clarification & option checks for --max-pack-size
Dana How
2007-05-23
1
-0
/
+9
|
*
git-repack --max-pack-size: add option parsing to enable feature
Dana L. How
2007-05-21
1
-1
/
+8
|
*
git-repack --max-pack-size: split packs as asked by write_{object,one}()
Dana L. How
2007-05-21
1
-49
/
+71
|
*
git-repack --max-pack-size: write_{object,one}() respect pack limit
Dana L. How
2007-05-21
1
-27
/
+104
|
*
git-repack --max-pack-size: new file statics and code restructuring
Dana L. How
2007-05-21
1
-32
/
+36
*
|
builtin-pack-objects: remove unnecessary code for no-delta
Junio C Hamano
2007-05-23
1
-2
/
+0
*
|
Teach "delta" attribute to pack-objects.
Junio C Hamano
2007-05-22
1
-1
/
+34
*
|
pack-objects: pass fullname down to add_object_entry()
Junio C Hamano
2007-05-22
1
-13
/
+14
|
/
*
Merge branch 'dh/pack'
Junio C Hamano
2007-05-20
1
-1
/
+27
|
\
|
*
Custom compression levels for objects and packs
Dana How
2007-05-11
1
-2
/
+31
*
|
deprecate the new loose object header format
Nicolas Pitre
2007-05-11
1
-69
/
+0
|
/
*
allow for undeltified objects not to be reused
Nicolas Pitre
2007-05-11
1
-8
/
+14
*
Increase pack.depth default to 50
Theodore Ts'o
2007-05-09
1
-1
/
+1
*
Add pack.depth option to git-pack-objects.
Theodore Ts'o
2007-05-09
1
-1
/
+5
*
Use GIT_OBJECT_DIR for temporary files of pack-objects
Alex Riesen
2007-05-08
1
-6
/
+8
*
make progress "title" part of the common progress interface
Nicolas Pitre
2007-04-23
1
-12
/
+7
*
common progress display support
Nicolas Pitre
2007-04-23
1
-62
/
+21
*
pack-objects: make generated packfile read-only
Junio C Hamano
2007-04-23
1
-1
/
+1
*
Fix 'quickfix' on pack-objects.
Junio C Hamano
2007-04-22
1
-2
/
+14
*
pack-objects: quickfix for permission modes.
Junio C Hamano
2007-04-22
1
-0
/
+6
*
pack-objects: remove obsolete comments
Nicolas Pitre
2007-04-20
1
-11
/
+3
*
pack-objects: better check_object() performances
Nicolas Pitre
2007-04-17
1
-80
/
+126
*
pack-objects: make in_pack_header_size a variable of its own
Nicolas Pitre
2007-04-17
1
-14
/
+12
*
pack-objects: get rid of create_final_object_list()
Nicolas Pitre
2007-04-17
1
-55
/
+72
*
pack-objects: get rid of reuse_cached_pack
Nicolas Pitre
2007-04-17
1
-72
/
+14
*
pack-objects: clean up list sorting
Nicolas Pitre
2007-04-17
1
-31
/
+22
*
pack-objects: rework check_delta_limit usage
Nicolas Pitre
2007-04-17
1
-44
/
+32
*
pack-objects: equal objects in size should delta against newer objects
Nicolas Pitre
2007-04-17
1
-1
/
+1
*
pack-objects: optimize preferred base handling a bit
Nicolas Pitre
2007-04-17
1
-15
/
+12
*
clean up add_object_entry()
Nicolas Pitre
2007-04-12
1
-27
/
+25
*
validate reused pack data with CRC when possible
Nicolas Pitre
2007-04-10
1
-12
/
+34
*
allow forcing index v2 and 64-bit offset treshold
Nicolas Pitre
2007-04-10
1
-3
/
+17
*
pack-objects: learn about pack index version 2
Nicolas Pitre
2007-04-10
1
-12
/
+87
*
compute a CRC32 for each object as stored in a pack
Nicolas Pitre
2007-04-10
1
-0
/
+6
*
add overflow tests on pack offset variables
Nicolas Pitre
2007-04-10
1
-6
/
+13
*
make overflow test on delta base offset work regardless of variable size
Nicolas Pitre
2007-04-10
1
-1
/
+1
*
get rid of num_packed_objects()
Nicolas Pitre
2007-04-10
1
-2
/
+2
[next]