465 Commits (4d34122eef19c39415d38b4963572770f96a9317)

Author SHA1 Message Date
Mike Hommey 9d14ecf39d fast-import: do not call diff_delta() with empty buffer 7 years ago
Stefan Beller 21e1ee8f4f commit: add repository argument to lookup_commit_reference_gently 7 years ago
Martin Ågren b227586831 lock_file: make function-local locks non-static 7 years ago
Stefan Beller 57a6a500be packfile: add repository argument to unpack_entry 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Jameson Miller 065feab4eb mem-pool: move reusable parts of memory pool into its own file 7 years ago
Jameson Miller 96c47d1466 fast-import: introduce mem_pool type 7 years ago
Jameson Miller 7dc0656e2f fast-import: rename mem_pool type to mp_block 7 years ago
Derrick Stolee f2af9f5e02 csum-file: rename hashclose() to finalize_hashfile() 7 years ago
Nguyễn Thái Ngọc Duy 464416a2ea packfile: keep prepare_packed_git() private 7 years ago
Stefan Beller 6fdb4e9f5a packfile: add repository argument to prepare_packed_git 7 years ago
Stefan Beller 5babff16d9 packfile: allow install_packed_git to handle arbitrary repositories 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
Ramsay Jones 156e1782a8 -Wuninitialized: remove some 'init-self' workarounds 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson 02f0547eaa sha1_file: convert read_object_with_reference to object_id 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
brian m. carlson 98a3beab6a csum-file: rename sha1file to hashfile 7 years ago
brian m. carlson 7f89428d37 fast-import: switch various uses of SHA-1 to the_hash_algo 7 years ago
brian m. carlson 34c290a6fc refs: convert read_ref and read_ref_full to object_id 7 years ago
brian m. carlson 89f3bbdd3b refs: update ref transactions to use struct object_id 7 years ago
Eric Rannaud 30e215a65c fast-import: checkpoint: dump branches/tags/marks even if object_count==0 7 years ago
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 7 years ago
Jonathan Tan 4f39cd821d pack: move pack name-related functions 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Mike Hommey 4f2220e606 fast-import: increase the default pack depth to 50 8 years ago
Nguyễn Thái Ngọc Duy 23a9e0712d use xfopen() in more places 8 years ago
brian m. carlson e6a492b7be pack: convert struct pack_idx_entry to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 912c13d58f fast-import: convert to struct object_id 8 years ago
brian m. carlson d7e6b6a8dc fast-import: convert internal structs to struct object_id 8 years ago
Jeff King d9c69644b2 replace xstrdup(git_path(...)) with git_pathdup(...) 8 years ago
Jeff King 594fa9998c odb_mkstemp: write filename into strbuf 8 years ago
Jeff King 7202a6fa87 encode_in_pack_object_header: respect output buffer length 8 years ago
Jeff King 98718242cf fast-import: use xsnprintf for formatting headers 8 years ago
Jeff King 614b19542f fast-import: use xsnprintf for writing sha1s 8 years ago
Jeff King ba47a3088f replace snprintf with odb_pack_name() 8 years ago
Jeff King eaeefc3276 odb_pack_keep(): stop generating keepfile name 8 years ago
Kyle Meyer 755b49ae96 delete_ref: accept a reflog message argument 8 years ago
Mike Hommey 405d7f4af6 fast-import: properly fanout notes when tree is imported 8 years ago
Junio C Hamano 8de7eeb54b compression: unify pack.compression configuration parsing 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 8 years ago
Jeff King 5ce5f5fa5a common-main: call git_setup_gettext() 9 years ago
Jeff King 650c449250 common-main: call git_extract_argv0_path() 9 years ago
Jeff King 3f2e2297b9 add an extra level of indirection to main() 9 years ago
Eric Wong d2986d0f29 fast-import: invalidate pack_id references after loosening 9 years ago
Felipe Contreras f4beed60d5 fast-import: do not truncate exported marks file 9 years ago
Eric Wong d9545c7f46 fast-import: implement unpack limit 9 years ago