aboutsummaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAge
* make sure packs to be replaced are closed beforehandNicolas Pitre2008-12-10
* Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano2008-12-02
|\
| * pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey2008-11-12
| * pack-objects: new option --honor-pack-keepBrandon Casey2008-11-12
* | Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre2008-11-12
|/
* pack-objects: avoid reading uninitalized dataJeff King2008-11-01
* Do not perform cross-directory renames when creating packsPetr Baudis2008-09-22
* Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-15
* Merge branch 'np/maint-safer-pack' into maintJunio C Hamano2008-09-10
|\
| * pack-objects: use fixup_pack_header_footer()'s validation modeNicolas Pitre2008-08-29
| * improve reliability of fixup_pack_header_footer()Nicolas Pitre2008-08-29
| * pack-objects: improve returned information from write_one()Nicolas Pitre2008-08-29
* | Merge branch 'sp/missing-thin-base' into maintJunio C Hamano2008-08-30
|\ \ | |/ |/|
| * pack-objects: Allow missing base objects when creating thin packsShawn O. Pearce2008-08-12
* | index-pack: be careful after fixing up the header/footerLinus Torvalds2008-08-27
|/
* Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-05
* verify-pack: check packed object CRC when using index version 2Nicolas Pitre2008-06-24
* call init_pack_revindex() lazilyNicolas Pitre2008-06-23
* Remove now unnecessary 'sync()' callsLinus Torvalds2008-05-31
* Make pack creation always fsync() the resultLinus Torvalds2008-05-31
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | Merge branch 'bc/repack'Junio C Hamano2008-05-23
|\ \
| * | let pack-objects do the writing of unreachable objects as loose objectsNicolas Pitre2008-05-13
| |/
* | pack-objects: fix early eviction for max depth delta objectsNicolas Pitre2008-05-03
* | pack-objects: allow for early delta deflatingNicolas Pitre2008-05-03
* | pack-objects: move compression code in a separate functionNicolas Pitre2008-05-03
* | pack-objects: clean up write_object() a bitNicolas Pitre2008-05-03
* | pack-objects: simplify the condition associated with --all-progressNicolas Pitre2008-05-03
* | pack-objects: remove some double negative logicNicolas Pitre2008-05-03
* | pack-objects: small cleanupNicolas Pitre2008-05-03
|/
* pack-objects: proper pack time stamping with --max-pack-sizeNicolas Pitre2008-03-13
* git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce2008-03-04
* Merge branch 'np/verify-pack'Junio C Hamano2008-03-02
|\
| * factorize revindex code out of builtin-pack-objects.cNicolas Pitre2008-03-01
* | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-02
|\ \ | |/ |/|
| * Remove unused object-ref codeMartin Koegler2008-02-25
* | Merge branch 'jm/free'Junio C Hamano2008-02-27
|\ \
| * | Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-22
* | | Revert "pack-objects: Print a message describing the number of threads for pa...Junio C Hamano2008-02-26
* | | pack-objects: Print a message describing the number of threads for packingBrandon Casey2008-02-23
* | | pack-objects: Add runtime detection of online CPU'sAndreas Ericsson2008-02-23
|/ /
* | check return code of prepare_revision_walkMartin Koegler2008-02-17
* | Merge branch 'maint'Junio C Hamano2008-02-13
|\ \ | |/
| * Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano2008-02-12
* | Merge branch 'maint'Junio C Hamano2008-02-11
|\ \ | |/
| * pack-objects: only throw away data during memory pressureMartin Koegler2008-02-11
* | Introduce the config variable pack.packSizeLimitJohannes Schindelin2008-02-09
|/
* pack-objects: Fix segfault when object count is less than thread countNicolas Pitre2008-01-21
* pack-objects: remove redundant and wrong call to deflateEnd()Junio C Hamano2008-01-10