1805 Commits (1d89318c48d233d52f1db230cf622935ac3c69fa)

Author SHA1 Message Date
Jonathan Tan dade47c06c commit-graph: add repo arg to graph readers 7 years ago
brian m. carlson 509f6f62a4 cache: update object ID functions for the_hash_algo 7 years ago
Elijah Newren e1f8694f33 merge-recursive: fix assumption that head tree being merged is HEAD 7 years ago
Elijah Newren 1b9fbefbe0 index_has_changes(): avoid assuming operating on the_index 7 years ago
Jameson Miller 8616a2d0cb block alloc: add validations around cache_entry lifecyle 7 years ago
Jameson Miller 8e72d67529 block alloc: allocate cache entries from mem_pool 7 years ago
Jameson Miller a849735bfb block alloc: add lifecycle APIs for cache_entry structs 7 years ago
Jameson Miller 825ed4d9a0 read-cache: teach make_cache_entry to take object_id 7 years ago
Jameson Miller 768d796506 read-cache: teach refresh_cache_entry to take istate 7 years ago
Jeff King 10ecfa7649 verify_path: disallow symlinks in .gitmodules 7 years ago
Johannes Schindelin e7cb0b4455 is_ntfs_dotgit: match other .git files 7 years ago
Nguyễn Thái Ngọc Duy 65b5f9483e Move declaration for alias.c to alias.h 7 years ago
Stefan Beller 0437a2e365 cache: convert get_graft_file to handle arbitrary repositories 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Stefan Beller 14ba97f81c alloc: allow arbitrary repositories for alloc functions 7 years ago
Nguyễn Thái Ngọc Duy 011b648646 pack-format.txt: more details on pack file format 7 years ago
Stefan Beller dd5d9deb01 alloc: add repository argument to alloc_commit_index 7 years ago
Stefan Beller 17bfe87369 alloc: add repository argument to alloc_report 7 years ago
Stefan Beller 13e3fdcb76 alloc: add repository argument to alloc_object_node 7 years ago
Stefan Beller a0bd9086bb alloc: add repository argument to alloc_tag_node 7 years ago
Stefan Beller 8ba0e5ec57 alloc: add repository argument to alloc_commit_node 7 years ago
Stefan Beller cf7203bdc6 alloc: add repository argument to alloc_tree_node 7 years ago
Stefan Beller f0de1d62ae alloc: add repository argument to alloc_blob_node 7 years ago
brian m. carlson e1ccd7e2b1 sha1_file: only expose empty object constants through git_hash_algo 7 years ago
brian m. carlson d8a92ced62 sha1-file: add functions for hex empty tree and blob OIDs 7 years ago
brian m. carlson 75691ea345 Update struct index_state to use struct object_id 7 years ago
brian m. carlson 6862ebbfcb sha1-file: convert freshen functions to object_id 7 years ago
brian m. carlson c51c39418b packfile: remove unused member from struct pack_entry 7 years ago
brian m. carlson 6f13fd0ec6 Remove unused member in struct object_context 7 years ago
brian m. carlson 69d124255e cache: add a function to read an object ID from a buffer 7 years ago
Stefan Beller 9d98354f48 cache.h: allow oid_object_info to handle arbitrary repositories 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Stefan Beller 7ecd869060 cache.h: add repository argument to oid_object_info_extended 7 years ago
Nguyễn Thái Ngọc Duy fd9b1baef8 pack-objects: turn type and in_pack_type to bitfields 7 years ago
Stefan Beller 47f351e9b3 object-store: move lookup_replace_object to replace-object.h 7 years ago
Dan Jacques 226c0ddd0d exec_cmd: RUNTIME_PREFIX on some POSIX systems 7 years ago
Derrick Stolee 1b70dfd594 commit-graph: add core.commitGraph setting 7 years ago
Jeff King 48988c4d0c set_git_dir: die when setenv() fails 7 years ago
Stefan Beller e35454fa62 sha1_file: add repository argument to map_sha1_file 7 years ago
Stefan Beller cf78ae4f3d sha1_file: add repository argument to sha1_file_name 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
Stefan Beller 0d4a132144 object-store: migrate alternates struct and functions from cache.h 7 years ago
Takuto Ikuta 024aa4696c fetch-pack.c: use oidset to check existence of loose object 7 years ago
brian m. carlson b383a13cc0 Convert lookup_replace_object to struct object_id 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
brian m. carlson e816caa07b sha1_file: convert assert_sha1_type to object_id 7 years ago
brian m. carlson 17e65451e3 sha1_file: convert check_sha1_signature to struct object_id 7 years ago
brian m. carlson d61d87bd15 sha1_file: convert read_loose_object to use struct object_id 7 years ago