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
*
Do not perform cross-directory renames when creating packs
Petr Baudis
2008-09-22
1
-1
/
+1
*
Start conforming code to "git subcmd" style part 3
Heikki Orsila
2008-09-16
1
-2
/
+2
*
Merge branch 'np/maint-safer-pack' into maint
Junio C Hamano
2008-09-10
1
-19
/
+15
|
\
|
*
pack-objects: use fixup_pack_header_footer()'s validation mode
Nicolas Pitre
2008-08-30
1
-2
/
+2
|
*
improve reliability of fixup_pack_header_footer()
Nicolas Pitre
2008-08-30
1
-1
/
+2
|
*
pack-objects: improve returned information from write_one()
Nicolas Pitre
2008-08-30
1
-17
/
+12
*
|
Merge branch 'sp/missing-thin-base' into maint
Junio C Hamano
2008-08-30
1
-4
/
+11
|
\
\
|
|
/
|
/
|
|
*
pack-objects: Allow missing base objects when creating thin packs
Shawn O. Pearce
2008-08-13
1
-4
/
+11
*
|
index-pack: be careful after fixing up the header/footer
Linus Torvalds
2008-08-27
1
-1
/
+0
|
/
*
Fix some warnings (on cygwin) to allow -Werror
Ramsay Jones
2008-07-06
1
-5
/
+10
*
verify-pack: check packed object CRC when using index version 2
Nicolas Pitre
2008-06-25
1
-22
/
+0
*
call init_pack_revindex() lazily
Nicolas Pitre
2008-06-24
1
-2
/
+0
*
Remove now unnecessary 'sync()' calls
Linus Torvalds
2008-05-31
1
-3
/
+4
*
Make pack creation always fsync() the result
Linus Torvalds
2008-05-31
1
-1
/
+3
*
Merge branch 'js/config-cb'
v1.5.6-rc0
Junio C Hamano
2008-05-25
1
-3
/
+3
|
\
|
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-3
/
+3
*
|
Merge branch 'bc/repack'
Junio C Hamano
2008-05-24
1
-2
/
+38
|
\
\
|
*
|
let pack-objects do the writing of unreachable objects as loose objects
Nicolas Pitre
2008-05-14
1
-2
/
+38
|
|
/
*
|
pack-objects: fix early eviction for max depth delta objects
Nicolas Pitre
2008-05-04
1
-1
/
+1
*
|
pack-objects: allow for early delta deflating
Nicolas Pitre
2008-05-04
1
-1
/
+36
*
|
pack-objects: move compression code in a separate function
Nicolas Pitre
2008-05-04
1
-24
/
+29
*
|
pack-objects: clean up write_object() a bit
Nicolas Pitre
2008-05-04
1
-31
/
+33
*
|
pack-objects: simplify the condition associated with --all-progress
Nicolas Pitre
2008-05-04
1
-2
/
+1
*
|
pack-objects: remove some double negative logic
Nicolas Pitre
2008-05-04
1
-8
/
+9
*
|
pack-objects: small cleanup
Nicolas Pitre
2008-05-04
1
-14
/
+13
|
/
*
pack-objects: proper pack time stamping with --max-pack-size
Nicolas Pitre
2008-03-14
1
-0
/
+26
*
git-pack-objects: Automatically pack annotated tags if object was packed
Shawn O. Pearce
2008-03-05
1
-2
/
+22
*
Merge branch 'np/verify-pack'
Junio C Hamano
2008-03-03
1
-150
/
+10
|
\
|
*
factorize revindex code out of builtin-pack-objects.c
Nicolas Pitre
2008-03-01
1
-150
/
+10
*
|
Merge branch 'mk/maint-parse-careful'
Junio C Hamano
2008-03-03
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove unused object-ref code
Martin Koegler
2008-02-26
1
-1
/
+0
*
|
Merge branch 'jm/free'
Junio C Hamano
2008-02-27
1
-2
/
+1
|
\
\
|
*
|
Avoid unnecessary "if-before-free" tests.
Jim Meyering
2008-02-22
1
-2
/
+1
*
|
|
Revert "pack-objects: Print a message describing the number of threads for pa...
Junio C Hamano
2008-02-27
1
-3
/
+0
*
|
|
pack-objects: Print a message describing the number of threads for packing
Brandon Casey
2008-02-23
1
-0
/
+3
*
|
|
pack-objects: Add runtime detection of online CPU's
Andreas Ericsson
2008-02-23
1
-4
/
+10
|
/
/
*
|
check return code of prepare_revision_walk
Martin Koegler
2008-02-18
1
-1
/
+2
*
|
Merge branch 'maint'
Junio C Hamano
2008-02-13
1
-11
/
+2
|
\
|
|
*
Revert "pack-objects: only throw away data during memory pressure"
Junio C Hamano
2008-02-13
1
-11
/
+2
*
|
Merge branch 'maint'
Junio C Hamano
2008-02-11
1
-2
/
+11
|
\
|
|
*
pack-objects: only throw away data during memory pressure
Martin Koegler
2008-02-11
1
-2
/
+11
*
|
Introduce the config variable pack.packSizeLimit
Johannes Schindelin
2008-02-10
1
-1
/
+9
|
/
*
pack-objects: Fix segfault when object count is less than thread count
Nicolas Pitre
2008-01-22
1
-1
/
+2
*
pack-objects: remove redundant and wrong call to deflateEnd()
Junio C Hamano
2008-01-11
1
-1
/
+1
*
Don't access line[-1] for a zero-length "line" from fgets.
Jim Meyering
2008-01-04
1
-1
/
+1
*
Plug a resource leak in threaded pack-objects code.
Johannes Sixt
2007-12-18
1
-2
/
+2
*
threaded pack-objects: Use condition variables for thread communication.
Johannes Sixt
2007-12-17
1
-50
/
+79
*
pack-objects: more threaded load balancing fix with often changed paths
Nicolas Pitre
2007-12-11
1
-0
/
+10
*
pack-objects: fix threaded load balancing
Nicolas Pitre
2007-12-08
1
-32
/
+85
*
pack-objects: reverse the delta search sort list
Nicolas Pitre
2007-12-08
1
-20
/
+21
[next]