summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2012-01-121-2/+7
|\
| * Merge branch 'maint-1.7.7' into maintJunio C Hamano2012-01-121-2/+7
| |\
| | * Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano2012-01-121-2/+7
| | |\
| | | * thin-pack: try harder to use preferred base objects as baseJeff King2012-01-121-2/+7
| * | | Merge branch 'jc/maint-pack-object-cycle' into maintJunio C Hamano2011-12-131-12/+43
| |\ \ \
| * \ \ \ Merge branch 'nd/misc-cleanups' into maintJunio C Hamano2011-12-131-1/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-161-44/+18
|\ \ \ \ \ \
| * | | | | | bulk-checkin: replace fast-import based implementationjc/stream-to-packJunio C Hamano2011-12-011-5/+1
| * | | | | | finish_tmp_packfile(): a helper functionJunio C Hamano2011-10-281-23/+10
| * | | | | | create_tmp_packfile(): a helper functionJunio C Hamano2011-10-281-9/+3
| * | | | | | write_pack_header(): a helper functionJunio C Hamano2011-10-281-6/+3
* | | | | | | Merge branch 'jc/maint-pack-object-cycle'Junio C Hamano2011-12-051-12/+43
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | pack-object: tolerate broken packs that have duplicated objectsjc/maint-pack-object-cycleJunio C Hamano2011-11-161-12/+43
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'nd/misc-cleanups'Junio C Hamano2011-12-051-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy2011-10-271-1/+1
| | |/ / | |/| |
* | | | Merge branch 'dm/pack-objects-update'Junio C Hamano2011-11-011-19/+55
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | pack-objects: don't traverse objects unnecessarilyDan McGee2011-10-201-6/+12
| * | pack-objects: rewrite add_descendants_to_write_order() iterativelyDan McGee2011-10-181-7/+37
| * | pack-objects: use unsigned int for counter and offset valuesDan McGee2011-10-181-6/+6
| * | pack-objects: mark add_to_write_order() as inlineDan McGee2011-10-181-1/+1
* | | Merge branch 'jk/maint-pack-objects-compete-with-delete'Junio C Hamano2011-10-211-0/+4
|\ \ \
| * | | downgrade "packfile cannot be accessed" errors to warningsjk/maint-pack-objects-compete-with-deleteJeff King2011-10-141-1/+1
| * | | pack-objects: protect against disappearing packsJeff King2011-10-141-0/+4
| |/ /
* | | Merge branch 'jc/fetch-verify'Junio C Hamano2011-10-051-1/+3
|\ \ \ | |/ / |/| |
| * | list-objects: pass callback data to show_objects()Junio C Hamano2011-09-011-1/+3
* | | Merge branch 'mh/check-attr-relative'Junio C Hamano2011-08-171-1/+1
|\ \ \
| * | | Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-041-1/+1
* | | | Merge branch 'jc/pack-order-tweak'Junio C Hamano2011-08-051-1/+137
|\ \ \ \ | |/ / / |/| | |
| * | | pack-objects: optimize "recency order"Junio C Hamano2011-07-081-1/+137
| |/ /
* | | Merge branch 'jc/index-pack'Junio C Hamano2011-07-191-9/+11
|\ \ \ | |_|/ |/| |
| * | write_idx_file: introduce a struct to hold idx customization optionsJunio C Hamano2011-02-271-9/+11
* | | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-101-5/+5
* | | zlib: wrap deflateBound() tooJunio C Hamano2011-06-101-1/+1
* | | zlib: wrap deflate side of the APIJunio C Hamano2011-06-101-3/+3
| |/ |/|
* | Teach core.bigfilethreashold to pack-objectsJunio C Hamano2011-04-051-2/+6
|/
* thread-utils.h: simplify the inclusionJunio C Hamano2010-12-101-4/+0
* Merge branch 'jn/thinner-wrapper'Junio C Hamano2010-12-031-1/+1
|\
| * pack-objects: mark file-local variable staticJonathan Nieder2010-11-101-1/+1
* | make pack-objects a bit more resilient to repo corruptionNicolas Pitre2010-10-221-1/+15
|/
* Put a space between `<' and argument in pack-objects usage stringŠtěpán Němec2010-10-081-1/+1
* Use parentheses and `...' where appropriateŠtěpán Němec2010-10-081-1/+1
* Use angles for placeholders consistentlyŠtěpán Němec2010-10-081-3/+3
* do not depend on signed integer overflowErik Faye-Lund2010-10-061-1/+1
* Fix typo in pack-objects' usageJohannes Schindelin2010-09-301-1/+1
* Merge branch 'js/try-to-free-stackable'Junio C Hamano2010-06-131-2/+4
* Merge branch 'np/malloc-threading'Junio C Hamano2010-05-211-2/+11
* Merge branch 'lt/deepen-builtin-source'Junio C Hamano2010-03-101-45/+4
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+2375