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
*
fix pack-object buffer size
Nicolas Pitre
2006-04-21
1
-1
/
+1
*
pack-objects: do not stop at object that is "too small"
Junio C Hamano
2006-04-21
1
-1
/
+1
*
Thin pack generation: optimization.
Junio C Hamano
2006-04-07
1
-48
/
+236
*
Merge branch 'pe/cleanup'
Junio C Hamano
2006-04-04
1
-6
/
+10
|
\
|
*
Use blob_, commit_, tag_, and tree_type throughout.
Peter Eriksen
2006-04-04
1
-6
/
+10
*
|
Merge branch 'lt/fix-sol-pack'
Junio C Hamano
2006-04-04
1
-9
/
+31
|
\
\
|
|
/
|
/
|
|
*
safe_fgets() - even more anal fgets()
Junio C Hamano
2006-04-04
1
-3
/
+4
|
*
pack-objects: be incredibly anal about stdio semantics
Linus Torvalds
2006-04-02
1
-1
/
+11
|
*
Fix Solaris stdio signal handling stupidities
Linus Torvalds
2006-04-02
1
-8
/
+19
*
|
tree/diff header cleanup.
Junio C Hamano
2006-03-30
1
-1
/
+1
*
|
pack-objects: simplify "thin" pack.
Junio C Hamano
2006-03-06
1
-27
/
+11
*
|
Re-fix compilation warnings.
Luck, Tony
2006-03-02
1
-1
/
+1
*
|
Use setenv(), fix warnings
Timo Hirvonen
2006-02-27
1
-1
/
+1
*
|
fix warning from pack-objects.c
Luck, Tony
2006-02-25
1
-1
/
+1
|
|
|
\
*
-
.
\
Merge branches 'jc/rev-list' and 'jc/pack-thin'
Junio C Hamano
2006-02-25
1
-100
/
+317
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
pack-objects: hash basename and direname a bit differently.
Junio C Hamano
2006-02-24
1
-1
/
+32
|
|
*
pack-objects: allow "thin" packs to exceed depth limits
Junio C Hamano
2006-02-24
1
-4
/
+17
|
|
*
pack-objects: use full pathname to help hashing with "thin" pack.
Junio C Hamano
2006-02-23
1
-16
/
+44
|
|
*
pack-objects: thin pack micro-optimization.
Junio C Hamano
2006-02-23
1
-6
/
+10
|
|
*
Thin pack - create packfile with missing delta base.
Junio C Hamano
2006-02-20
1
-81
/
+219
|
|
*
pack-objects: avoid delta chains that are too long.
Junio C Hamano
2006-02-18
1
-8
/
+35
|
|
*
pack-objects: finishing touches.
Junio C Hamano
2006-02-17
1
-31
/
+71
|
|
*
pack-objects: reuse data from existing packs.
Junio C Hamano
2006-02-17
1
-57
/
+310
|
|
/
*
|
pack-objects eye-candy: finishing touches.
Junio C Hamano
2006-02-23
1
-10
/
+33
*
|
also adds progress when actually writing a pack
Nicolas Pitre
2006-02-22
1
-3
/
+16
*
|
nicer eye candies for pack-objects
Nicolas Pitre
2006-02-22
1
-31
/
+25
*
|
pack-objects: avoid delta chains that are too long.
Junio C Hamano
2006-02-22
1
-8
/
+35
*
|
pack-objects: finishing touches.
Junio C Hamano
2006-02-22
1
-31
/
+71
*
|
pack-objects: reuse data from existing packs.
Junio C Hamano
2006-02-22
1
-57
/
+310
|
/
*
Make pack-objects chattier.
Junio C Hamano
2006-02-12
1
-4
/
+6
*
fetch-clone progress: finishing touches.
Junio C Hamano
2006-02-12
1
-2
/
+41
*
code comments: spell
Junio C Hamano
2005-12-29
1
-1
/
+1
*
Document the --non-empty command-line option to git-pack-objects.
Nikolai Weibull
2005-12-09
1
-1
/
+1
*
Make the rest of commands work from a subdirectory.
Junio C Hamano
2005-11-29
1
-0
/
+2
*
git-repack: Properly abort in corrupt repository
Linus Torvalds
2005-11-21
1
-1
/
+1
*
pack-objects: Allow use of pre-generated pack.
Junio C Hamano
2005-10-26
1
-11
/
+73
*
Unlocalized isspace and friends
Linus Torvalds
2005-10-15
1
-1
/
+0
*
Add support for "local" packing
Linus Torvalds
2005-10-14
1
-3
/
+21
*
Fix packname hash generation.
Junio C Hamano
2005-10-13
1
-4
/
+10
*
[PATCH] Plug memory leak in git-pack-objects
Sergey Vlasov
2005-08-09
1
-0
/
+4
*
Make the name of a pack-file depend on the objects packed there-in.
Linus Torvalds
2005-07-04
1
-6
/
+14
*
Add "--non-empty" flag to git-pack-objects
Linus Torvalds
2005-07-03
1
-0
/
+7
*
Add "--incremental" flag to git-pack-objects
Linus Torvalds
2005-07-03
1
-1
/
+9
*
[PATCH] assorted delta code cleanup
Nicolas Pitre
2005-06-29
1
-1
/
+1
*
Make git pack files use little-endian size encoding
Linus Torvalds
2005-06-29
1
-21
/
+8
*
[PATCH] Emit base objects of a delta chain when the delta is output.
Junio C Hamano
2005-06-29
1
-5
/
+20
*
[PATCH] Fix unpack-objects for header length information.
Junio C Hamano
2005-06-29
1
-3
/
+3
*
Change pack file format. Hopefully for the last time.
Linus Torvalds
2005-06-28
1
-22
/
+62
*
git-pack-objects: add "--stdout" flag to write the pack file to stdout
Linus Torvalds
2005-06-28
1
-6
/
+15
*
Teach packing about "tag" objects
Linus Torvalds
2005-06-28
1
-13
/
+15
[next]