summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
AgeCommit message (Expand)Author
2009-04-12process_{tree,blob}: Remove useless xstrdup callsLinus Torvalds
2009-03-24avoid possible overflow in delta size filtering computationNicolas Pitre
2008-12-11make sure packs to be replaced are closed beforehandNicolas Pitre
2008-12-03Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano
2008-11-12Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre
2008-11-12pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey
2008-11-12pack-objects: new option --honor-pack-keepBrandon Casey
2008-11-02pack-objects: avoid reading uninitalized dataJeff King
2008-09-22Do not perform cross-directory renames when creating packsPetr Baudis
2008-09-16Start conforming code to "git subcmd" style part 3Heikki Orsila
2008-09-10Merge branch 'np/maint-safer-pack' into maintJunio C Hamano
2008-08-30Merge branch 'sp/missing-thin-base' into maintJunio C Hamano
2008-08-30pack-objects: use fixup_pack_header_footer()'s validation modeNicolas Pitre
2008-08-30improve reliability of fixup_pack_header_footer()Nicolas Pitre
2008-08-30pack-objects: improve returned information from write_one()Nicolas Pitre
2008-08-27index-pack: be careful after fixing up the header/footerLinus Torvalds
2008-08-12pack-objects: Allow missing base objects when creating thin packsShawn O. Pearce
2008-07-06Fix some warnings (on cygwin) to allow -WerrorRamsay Jones
2008-06-25verify-pack: check packed object CRC when using index version 2Nicolas Pitre
2008-06-24call init_pack_revindex() lazilyNicolas Pitre
2008-05-31Remove now unnecessary 'sync()' callsLinus Torvalds
2008-05-31Make pack creation always fsync() the resultLinus Torvalds
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-23Merge branch 'bc/repack'Junio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-14let pack-objects do the writing of unreachable objects as loose objectsNicolas Pitre
2008-05-04pack-objects: fix early eviction for max depth delta objectsNicolas Pitre
2008-05-04pack-objects: allow for early delta deflatingNicolas Pitre
2008-05-04pack-objects: move compression code in a separate functionNicolas Pitre
2008-05-04pack-objects: clean up write_object() a bitNicolas Pitre
2008-05-04pack-objects: simplify the condition associated with --all-progressNicolas Pitre
2008-05-04pack-objects: remove some double negative logicNicolas Pitre
2008-05-04pack-objects: small cleanupNicolas Pitre
2008-03-14pack-objects: proper pack time stamping with --max-pack-sizeNicolas Pitre
2008-03-05git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce
2008-03-03Merge branch 'np/verify-pack'Junio C Hamano
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-03-01factorize revindex code out of builtin-pack-objects.cNicolas Pitre
2008-02-27Merge branch 'jm/free'Junio C Hamano
2008-02-27Revert "pack-objects: Print a message describing the number of threads for pa...Junio C Hamano
2008-02-26Remove unused object-ref codeMartin Koegler
2008-02-23pack-objects: Print a message describing the number of threads for packingBrandon Casey
2008-02-23pack-objects: Add runtime detection of online CPU'sAndreas Ericsson
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering
2008-02-18check return code of prepare_revision_walkMartin Koegler
2008-02-13Merge branch 'maint'Junio C Hamano
2008-02-13Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano
2008-02-11Merge branch 'maint'Junio C Hamano
2008-02-11pack-objects: only throw away data during memory pressureMartin Koegler
2008-02-10Introduce the config variable pack.packSizeLimitJohannes Schindelin