summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | finish_tmp_packfile():use strbuf for pathname constructionsh/finish-tmp-packfileSun He2014-03-031-9/+6
| * | | | | Merge branch 'sh/write-pack-file-warning-message-fix' into sh/finish-tmp-pack...Junio C Hamano2014-03-031-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-181-6/+3
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path()Dmitry S. Dolzhenko2014-03-031-6/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'sh/write-pack-file-warning-message-fix'Junio C Hamano2014-03-141-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | write_pack_file: use correct variable in diagnosticsh/write-pack-file-warning-message-fixSun He2014-03-031-1/+1
* | | | | | Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano2014-03-141-1/+1
|\ \ \ \ \ \
| * | | | | | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-201-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'nd/i18n-progress'Junio C Hamano2014-03-141-3/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | i18n: mark all progress lines for translationnd/i18n-progressNguyễn Thái Ngọc Duy2014-02-241-3/+3
| |/ / / /
* | | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-271-170/+281
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | pack-bitmap: implement optional name_hash cacheVicent Marti2013-12-301-1/+9
| * | | pack-objects: implement bitmap writingVicent Marti2013-12-301-0/+53
| * | | pack-objects: use bitmaps when packing objectsVicent Marti2013-12-301-0/+107
| * | | pack-objects: split add_object_entryJeff King2013-12-301-20/+78
| * | | pack-objects: factor out name_hashVicent Marti2013-10-241-22/+2
| * | | pack-objects: refactor the packing listVicent Marti2013-10-241-135/+40
* | | | do not pretend sha1write returns errorsjk/sha1write-voidJeff King2013-12-261-2/+0
* | | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-1/+1
|/ / /
* | | Merge branch 'jc/pack-objects'Junio C Hamano2013-10-231-11/+12
|\ \ \
| * | | pack-objects: shrink struct object_entryjc/pack-objectsJunio C Hamano2013-02-041-11/+12
* | | | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-201-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-281-1/+1
| |/ /
* | | Don't close pack fd when free'ing pack windowsbc/unuse-packfileBrandon Casey2013-08-021-1/+1
|/ /
* | Merge branch 'jk/peel-ref'Jeff King2012-10-251-1/+0
|\ \ | |/ |/|
| * peel_ref: do not return a null sha1Jeff King2012-10-041-1/+0
* | i18n: pack-objects: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-32/+32
|/
* Merge branch 'jc/sha1-name-more'Junio C Hamano2012-07-221-1/+1
|\
| * revision.c: allow handle_revision_arg() to take other flagsJunio C Hamano2012-07-091-1/+1
* | pack-objects: use streaming interface for reading large loose blobsNguyễn Thái Ngọc Duy2012-05-291-6/+67
* | pack-objects: refactor write_object() into helper functionsNguyễn Thái Ngọc Duy2012-05-181-150/+172
* | pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."Nguyễn Thái Ngọc Duy2012-05-181-1/+1
* | gc: do not explode objects which will be immediately prunedJeff King2012-04-111-2/+23
* | pack-objects: Fix compilation with NO_PTHREDSMichał Kiedrowicz2012-02-261-1/+1
* | pack-objects: convert to use parse_options()nd/pack-objects-parseoptNguyễn Thái Ngọc Duy2012-02-011-176/+139
* | pack-objects: remove bogus commentNguyễn Thái Ngọc Duy2012-02-011-14/+1
* | pack-objects: do not accept "--index-version=version,"Nguyễn Thái Ngọc Duy2012-02-011-1/+1
|/
* 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
| | |_|_|_|/ | |/| | | |