1974 Commits (2638e33c825eb56260ad53be6b45bf31c1897ce9)

Author SHA1 Message Date
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
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Nguyễn Thái Ngọc Duy 357a03ebe9 repository.c: move env-related setup code back to environment.c 7 years ago
Martin Ågren 610008146e write_locked_index(): add flag to avoid writing unchanged index 7 years ago
Brandon Williams a63b5fca9b environment: rename 'template' variables 7 years ago
Brandon Williams 6ca32f4714 object_info: change member name from 'typename' to 'type_name' 7 years ago
brian m. carlson 164e716330 hash: move SHA-1 macros to hash.h 7 years ago
Patryk Obara 1752cbbc44 sha1_file: rename hash_sha1_file_literally 7 years ago
Patryk Obara 4bdb70a4f7 sha1_file: convert force_object_loose to object_id 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Patryk Obara 97a41a0c01 cache: clear whole hash buffer with oidclr 7 years ago
Patryk Obara f070faccc1 sha1_file: convert hash_sha1_file to object_id 7 years ago
Patryk Obara 4b33e60201 dir: convert struct sha1_stat to use object_id 7 years ago
Patryk Obara 829e5c3b92 sha1_file: convert pretend_sha1_file to object_id 7 years ago
Gargi Sharma ec2dd32c70 mru: Replace mru.[ch] with list.h implementation 7 years ago
Thomas Gummerer 4bddd98311 split-index: don't write cache tree with null oid entries 7 years ago
Thomas Gummerer a125a22334 read-cache: fix reading the shared index for other repos 7 years ago
Christian Couder ea6577303f sha1_file: remove static strbuf from sha1_file_name() 7 years ago
Elijah Newren b101793c43 move index_has_changes() from builtin/am.c to merge.c for reuse 7 years ago
Jeff Hostetler 1e1e39b308 partial-clone: define partial clone settings in config 7 years ago
Jonathan Tan 8b4c0103a9 sha1_file: support lazily fetching missing objects 7 years ago
Jonathan Tan 498f1f61f1 fsck: introduce partialclone extension 7 years ago
Jonathan Tan 75b97fec17 extension.partialclone: introduce partial clone extension 7 years ago
Lars Schneider a64f213d3f refactor "dumb" terminal determination 7 years ago
Ann T Ropea a2cd709de3 print_sha1_ellipsis: introduce helper 7 years ago
Torsten Bögershausen 9472935d81 add: introduce "--renormalize" 7 years ago
brian m. carlson eb0ccfd7f5 Switch empty tree and blob lookups to use hash abstraction 7 years ago
brian m. carlson 78a6766802 Integrate hash algorithm support with repo setup 7 years ago
Ben Peart 00ec50e56d read_index_from(): speed index loading by skipping verification of the entry order 7 years ago
Alex Vandiver ba1b9caca6 fsmonitor: delay updating state until after split index is merged 7 years ago
René Scharfe 0ec218656a notes: move hex_to_bytes() to hex.c and export it 7 years ago
Brandon Williams 19113a26b6 http: tell server that the client understands v1 7 years ago
Brandon Williams 373d70efb2 protocol: introduce protocol extension mechanisms 7 years ago
Martin Ågren b74c90fb41 read_cache: roll back lock in `update_index_if_able()` 7 years ago
Martin Ågren df60cf5789 read-cache: leave lock in right state in `write_locked_index()` 7 years ago
Martin Ågren 812d6b0075 read-cache: drop explicit `CLOSE_LOCK`-flag 7 years ago
Martin Ågren 8dc3834610 cache.h: document `write_locked_index()` 7 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 7 years ago
Jeff King 27344d6a6c git: add --no-optional-locks option 7 years ago