aboutsummaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
Commit message (Expand)AuthorAge
...
* | | | | | Merge branch 'sh/write-pack-file-warning-message-fix'Junio C Hamano2014-03-14
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | write_pack_file: use correct variable in diagnosticSun He2014-03-03
* | | | | | Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano2014-03-14
|\ \ \ \ \ \
| * | | | | | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-20
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'nd/i18n-progress'Junio C Hamano2014-03-14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy2014-02-24
| |/ / / /
* | | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-27
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | pack-bitmap: implement optional name_hash cacheVicent Marti2013-12-30
| * | | pack-objects: implement bitmap writingVicent Marti2013-12-30
| * | | pack-objects: use bitmaps when packing objectsVicent Marti2013-12-30
| * | | pack-objects: split add_object_entryJeff King2013-12-30
| * | | pack-objects: factor out name_hashVicent Marti2013-10-24
| * | | pack-objects: refactor the packing listVicent Marti2013-10-24
* | | | do not pretend sha1write returns errorsJeff King2013-12-26
* | | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/ / /
* | | Merge branch 'jc/pack-objects'Junio C Hamano2013-10-23
|\ \ \
| * | | pack-objects: shrink struct object_entryJunio C Hamano2013-02-04
* | | | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-20
|\ \ \ \ | | |/ / | |/| |
| * | | list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-28
| |/ /
* | | Don't close pack fd when free'ing pack windowsBrandon Casey2013-08-02
|/ /
* | Merge branch 'jk/peel-ref'Jeff King2012-10-25
|\ \ | |/ |/|
| * peel_ref: do not return a null sha1Jeff King2012-10-04
* | i18n: pack-objects: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
|/
* Merge branch 'jc/sha1-name-more'Junio C Hamano2012-07-22
|\
| * revision.c: allow handle_revision_arg() to take other flagsJunio C Hamano2012-07-09
* | pack-objects: use streaming interface for reading large loose blobsNguyễn Thái Ngọc Duy2012-05-29
* | pack-objects: refactor write_object() into helper functionsNguyễn Thái Ngọc Duy2012-05-18
* | pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."Nguyễn Thái Ngọc Duy2012-05-18
* | gc: do not explode objects which will be immediately prunedJeff King2012-04-11
* | pack-objects: Fix compilation with NO_PTHREDSMichał Kiedrowicz2012-02-26
* | pack-objects: convert to use parse_options()Nguyễn Thái Ngọc Duy2012-02-01
* | pack-objects: remove bogus commentNguyễn Thái Ngọc Duy2012-02-01
* | pack-objects: do not accept "--index-version=version,"Nguyễn Thái Ngọc Duy2012-02-01
|/
* Merge branch 'maint'Junio C Hamano2012-01-12
|\
| * Merge branch 'maint-1.7.7' into maintJunio C Hamano2012-01-12
| |\
| | * Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano2012-01-12
| | |\
| | | * thin-pack: try harder to use preferred base objects as baseJeff King2012-01-12
| * | | Merge branch 'jc/maint-pack-object-cycle' into maintJunio C Hamano2011-12-13
| |\ \ \
| * \ \ \ Merge branch 'nd/misc-cleanups' into maintJunio C Hamano2011-12-13
| |\ \ \ \
* | \ \ \ \ Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-16
|\ \ \ \ \ \
| * | | | | | bulk-checkin: replace fast-import based implementationJunio C Hamano2011-12-01
| * | | | | | finish_tmp_packfile(): a helper functionJunio C Hamano2011-10-28
| * | | | | | create_tmp_packfile(): a helper functionJunio C Hamano2011-10-28
| * | | | | | write_pack_header(): a helper functionJunio C Hamano2011-10-28
* | | | | | | Merge branch 'jc/maint-pack-object-cycle'Junio C Hamano2011-12-05
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | pack-object: tolerate broken packs that have duplicated objectsJunio C Hamano2011-11-16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'nd/misc-cleanups'Junio C Hamano2011-12-05
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy2011-10-27
| | |/ / | |/| |
* | | | Merge branch 'dm/pack-objects-update'Junio C Hamano2011-11-01
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | pack-objects: don't traverse objects unnecessarilyDan McGee2011-10-20