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
/
builtin-pack-objects.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-05
straighten the list of objects to deltify
Nicolas Pitre
1
-35
/
+42
2007-09-01
Keep last used delta base in the delta window
Junio C Hamano
1
-2
/
+23
2007-08-30
fix same sized delta logic
Nicolas Pitre
1
-4
/
+8
2007-08-25
pack-objects: check return value from read_sha1_file()
Junio C Hamano
1
-0
/
+6
2007-08-19
Make thin-pack generation subproject aware.
Linus Torvalds
1
-0
/
+2
2007-08-15
pack-objects: remove bogus arguments to delta_cacheable()
Nicolas Pitre
1
-4
/
+3
2007-08-14
Use xmkstemp() instead of mkstemp()
Luiz Fernando N. Capitulino
1
-3
/
+1
2007-07-12
Pack-objects: properly initialize the depth value
Nicolas Pitre
1
-0
/
+1
2007-07-12
reduce git-pack-objects memory usage a little more
Nicolas Pitre
1
-10
/
+9
2007-07-12
Add pack-objects window memory usage limit
Brian Downing
1
-8
/
+44
2007-07-12
Don't try to delta if target is much smaller than source
Brian Downing
1
-0
/
+2
2007-07-12
apply delta depth bias to already deltified objects
Nicolas Pitre
1
-4
/
+10
2007-07-08
pack-objects: Prefer shallower deltas if the size is equal
Brian Downing
1
-1
/
+7
2007-06-07
War on whitespace
Junio C Hamano
1
-1
/
+1
2007-06-02
Unify write_index_file functions
Geert Bosch
1
-170
/
+52
2007-05-30
fix repack with --max-pack-size
Nicolas Pitre
1
-18
/
+11
2007-05-29
builtin-pack-object: cache small deltas
Martin Koegler
1
-0
/
+8
2007-05-29
git-pack-objects: cache small deltas between big objects
Martin Koegler
1
-15
/
+54
2007-05-29
builtin-pack-objects: don't fail, if delta is not possible
Martin Koegler
1
-2
/
+6
2007-05-29
Merge branch 'dh/repack' (early part)
Junio C Hamano
1
-105
/
+224
2007-05-23
pack-objects: clarification & option checks for --max-pack-size
Dana How
1
-0
/
+9
2007-05-22
builtin-pack-objects: remove unnecessary code for no-delta
Junio C Hamano
1
-2
/
+0
2007-05-21
Teach "delta" attribute to pack-objects.
Junio C Hamano
1
-1
/
+34
2007-05-21
pack-objects: pass fullname down to add_object_entry()
Junio C Hamano
1
-13
/
+14
2007-05-20
git-repack --max-pack-size: add option parsing to enable feature
Dana L. How
1
-1
/
+8
2007-05-20
git-repack --max-pack-size: split packs as asked by write_{object,one}()
Dana L. How
1
-49
/
+71
2007-05-20
git-repack --max-pack-size: write_{object,one}() respect pack limit
Dana L. How
1
-27
/
+104
2007-05-20
git-repack --max-pack-size: new file statics and code restructuring
Dana L. How
1
-32
/
+36
2007-05-20
Merge branch 'dh/pack'
Junio C Hamano
1
-1
/
+27
2007-05-10
Custom compression levels for objects and packs
Dana How
1
-2
/
+31
2007-05-10
deprecate the new loose object header format
Nicolas Pitre
1
-69
/
+0
2007-05-10
allow for undeltified objects not to be reused
Nicolas Pitre
1
-8
/
+14
2007-05-08
Increase pack.depth default to 50
Theodore Ts'o
1
-1
/
+1
2007-05-08
Add pack.depth option to git-pack-objects.
Theodore Ts'o
1
-1
/
+5
2007-05-07
Use GIT_OBJECT_DIR for temporary files of pack-objects
Alex Riesen
1
-6
/
+8
2007-04-22
make progress "title" part of the common progress interface
Nicolas Pitre
1
-12
/
+7
2007-04-22
common progress display support
Nicolas Pitre
1
-62
/
+21
2007-04-22
pack-objects: make generated packfile read-only
Junio C Hamano
1
-1
/
+1
2007-04-22
Fix 'quickfix' on pack-objects.
Junio C Hamano
1
-2
/
+14
2007-04-22
pack-objects: quickfix for permission modes.
Junio C Hamano
1
-0
/
+6
2007-04-19
pack-objects: remove obsolete comments
Nicolas Pitre
1
-11
/
+3
2007-04-16
pack-objects: better check_object() performances
Nicolas Pitre
1
-80
/
+126
2007-04-16
pack-objects: make in_pack_header_size a variable of its own
Nicolas Pitre
1
-14
/
+12
2007-04-16
pack-objects: get rid of create_final_object_list()
Nicolas Pitre
1
-55
/
+72
2007-04-16
pack-objects: get rid of reuse_cached_pack
Nicolas Pitre
1
-72
/
+14
2007-04-16
pack-objects: clean up list sorting
Nicolas Pitre
1
-31
/
+22
2007-04-16
pack-objects: rework check_delta_limit usage
Nicolas Pitre
1
-44
/
+32
2007-04-16
pack-objects: equal objects in size should delta against newer objects
Nicolas Pitre
1
-1
/
+1
2007-04-16
pack-objects: optimize preferred base handling a bit
Nicolas Pitre
1
-15
/
+12
2007-04-11
clean up add_object_entry()
Nicolas Pitre
1
-27
/
+25
[prev]
[next]