summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Merge branch 'np/pack-safer'Libravatar Junio C Hamano1-19/+58
2008-11-12Merge branch 'bc/maint-keep-pack'Libravatar Junio C Hamano1-0/+10
2008-11-12Merge branch 'maint'Libravatar Junio C Hamano1-2/+10
2008-11-12Fix pack.packSizeLimit and --max-pack-size handlingLibravatar Nicolas Pitre1-2/+10
2008-11-12pack-objects: extend --local to mean ignore non-local loose objects tooLibravatar Brandon Casey1-0/+3
2008-11-12pack-objects: new option --honor-pack-keepLibravatar Brandon Casey1-0/+7
2008-11-02pack-objects: don't leak pack window reference when splitting packsLibravatar Nicolas Pitre1-3/+9
2008-11-02pack-objects: allow "fixing" a corrupted pack without a full repackLibravatar Nicolas Pitre1-9/+19
2008-11-02make find_pack_revindex() aware of the nasty worldLibravatar Nicolas Pitre1-0/+2
2008-11-02make check_object() resilient to pack corruptionsLibravatar Nicolas Pitre1-6/+17
2008-11-02make unpack_object_header() non fatalLibravatar Nicolas Pitre1-1/+1
2008-11-02better validation on delta base object offsetsLibravatar Nicolas Pitre1-2/+2
2008-11-02close another possibility for propagating pack corruptionLibravatar Nicolas Pitre1-0/+10
2008-11-02Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2008-11-01pack-objects: avoid reading uninitalized dataLibravatar Jeff King1-1/+2
2008-10-08Replace xmalloc/memset(0) pairs with xcallocLibravatar Brandon Casey1-3/+1
2008-09-23Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-09-22Do not perform cross-directory renames when creating packsLibravatar Petr Baudis1-1/+1
2008-09-18Merge branch 'np/pack'Libravatar Junio C Hamano1-0/+8
2008-09-15Start conforming code to "git subcmd" style part 3Libravatar Heikki Orsila1-2/+2
2008-09-10Merge branch 'np/maint-safer-pack' into maintLibravatar Junio C Hamano1-19/+15
2008-09-02pack-objects: don't include missing preferred base objectsLibravatar Nicolas Pitre1-0/+8
2008-09-02Merge branch 'np/maint-safer-pack' into np/packLibravatar Junio C Hamano1-19/+15
2008-08-30Merge branch 'sp/missing-thin-base' into maintLibravatar Junio C Hamano1-4/+11
2008-08-29pack-objects: use fixup_pack_header_footer()'s validation modeLibravatar Nicolas Pitre1-2/+2
2008-08-29improve reliability of fixup_pack_header_footer()Libravatar Nicolas Pitre1-1/+2
2008-08-29pack-objects: improve returned information from write_one()Libravatar Nicolas Pitre1-17/+12
2008-08-27index-pack: be careful after fixing up the header/footerLibravatar Linus Torvalds1-1/+0
2008-08-12pack-objects: Allow missing base objects when creating thin packsLibravatar Shawn O. Pearce1-4/+11
2008-07-05Fix some warnings (on cygwin) to allow -WerrorLibravatar Ramsay Jones1-5/+10
2008-06-24verify-pack: check packed object CRC when using index version 2Libravatar Nicolas Pitre1-22/+0
2008-06-23call init_pack_revindex() lazilyLibravatar Nicolas Pitre1-2/+0
2008-05-31Remove now unnecessary 'sync()' callsLibravatar Linus Torvalds1-3/+4
2008-05-31Make pack creation always fsync() the resultLibravatar Linus Torvalds1-1/+3
2008-05-25Merge branch 'js/config-cb'Libravatar Junio C Hamano1-3/+3
2008-05-23Merge branch 'bc/repack'Libravatar Junio C Hamano1-2/+38
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-3/+3
2008-05-13let pack-objects do the writing of unreachable objects as loose objectsLibravatar Nicolas Pitre1-2/+38
2008-05-03pack-objects: fix early eviction for max depth delta objectsLibravatar Nicolas Pitre1-1/+1
2008-05-03pack-objects: allow for early delta deflatingLibravatar Nicolas Pitre1-1/+36
2008-05-03pack-objects: move compression code in a separate functionLibravatar Nicolas Pitre1-24/+29
2008-05-03pack-objects: clean up write_object() a bitLibravatar Nicolas Pitre1-31/+33
2008-05-03pack-objects: simplify the condition associated with --all-progressLibravatar Nicolas Pitre1-2/+1
2008-05-03pack-objects: remove some double negative logicLibravatar Nicolas Pitre1-8/+9
2008-05-03pack-objects: small cleanupLibravatar Nicolas Pitre1-14/+13
2008-03-13pack-objects: proper pack time stamping with --max-pack-sizeLibravatar Nicolas Pitre1-0/+26
2008-03-04git-pack-objects: Automatically pack annotated tags if object was packedLibravatar Shawn O. Pearce1-2/+22
2008-03-02Merge branch 'np/verify-pack'Libravatar Junio C Hamano1-150/+10
2008-03-02Merge branch 'mk/maint-parse-careful'Libravatar Junio C Hamano1-1/+0
2008-03-01factorize revindex code out of builtin-pack-objects.cLibravatar Nicolas Pitre1-150/+10