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-11-04
Merge branch 'np/pack'
Junio C Hamano
1
-7
/
+12
2007-11-02
pack-objects: get rid of an ugly cast
Nicolas Pitre
1
-6
/
+6
2007-11-02
make the pack index version configurable
Nicolas Pitre
1
-0
/
+6
2007-10-30
add throughput display to git-push
Nicolas Pitre
1
-1
/
+1
2007-10-30
relax usage of the progress API
Nicolas Pitre
1
-12
/
+6
2007-10-30
make struct progress an opaque type
Nicolas Pitre
1
-8
/
+8
2007-10-18
Change 'Deltifying objects' to 'Compressing objects'
Shawn O. Pearce
1
-1
/
+1
2007-10-17
fix const issues with some functions
Nicolas Pitre
1
-1
/
+1
2007-10-17
pack-objects.c: fix some global variable abuse and memory leaks
Nicolas Pitre
1
-14
/
+15
2007-10-17
pack-objects: no delta possible with only one object in the list
Nicolas Pitre
1
-1
/
+1
2007-10-17
more compact progress display
Nicolas Pitre
1
-11
/
+5
2007-10-03
Merge branch 'jc/autogc'
Junio C Hamano
1
-2
/
+93
2007-09-17
pack-objects --keep-unreachable
Junio C Hamano
1
-2
/
+93
2007-09-14
builtin-pack-objects.c: avoid bogus gcc warnings
Junio C Hamano
1
-6
/
+6
2007-09-12
threaded delta search: proper locking for cache accounting
Nicolas Pitre
1
-4
/
+20
2007-09-10
threaded delta search: add pack.threads config variable
Nicolas Pitre
1
-0
/
+11
2007-09-10
fix threaded delta search locking
Nicolas Pitre
1
-5
/
+6
2007-09-09
threaded delta search: specify number of threads at run time
Nicolas Pitre
1
-5
/
+21
2007-09-09
threaded delta search: better chunck split point
Nicolas Pitre
1
-0
/
+5
2007-09-09
threaded delta search: refine work allocation
Nicolas Pitre
1
-14
/
+45
2007-09-06
basic threaded delta search
Nicolas Pitre
1
-1
/
+82
2007-09-06
rearrange delta search progress reporting
Nicolas Pitre
1
-9
/
+14
2007-09-05
localize window memory usage accounting
Nicolas Pitre
1
-14
/
+14
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
[next]