summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)Author
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-09-17Merge branch 'ds/reachable'Junio C Hamano
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-20treewide: use get_all_packsDerrick Stolee
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-07-20commit.h: remove method declarationsDerrick Stolee
2018-07-06fast-import: do not call diff_delta() with empty bufferMike Hommey
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-10lock_file: make function-local locks non-staticMartin Ågren
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-04-26packfile: add repository argument to unpack_entryStefan Beller
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-25Merge branch 'jm/mem-pool'Junio C Hamano
2018-04-12mem-pool: move reusable parts of memory pool into its own fileJameson Miller
2018-04-12fast-import: introduce mem_pool typeJameson Miller
2018-04-12fast-import: rename mem_pool type to mp_blockJameson Miller
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-04-09Merge branch 'bc/object-id'Junio C Hamano
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller
2018-03-26packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2018-03-21Merge branch 'rj/warning-uninitialized-fix'Junio C Hamano
2018-03-20-Wuninitialized: remove some 'init-self' workaroundsRamsay Jones
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-14sha1_file: convert read_object_with_reference to object_idbrian m. carlson
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson
2018-02-02fast-import: switch various uses of SHA-1 to the_hash_algobrian m. carlson
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson
2017-10-16refs: update ref transactions to use struct object_idbrian m. carlson
2017-10-05Merge branch 'er/fast-import-dump-refs-on-checkpoint'Junio C Hamano
2017-09-29fast-import: checkpoint: dump branches/tags/marks even if object_count==0Eric Rannaud
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King
2017-08-23pack: move pack name-related functionsJonathan Tan
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-22Merge branch 'mh/fast-import-raise-default-depth'Junio C Hamano
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-12fast-import: increase the default pack depth to 50Mike Hommey