1948 Commits (3d11275505694ce4e5256516de1c5dd90e749303)

Author SHA1 Message Date
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 8 years ago
Brandon Williams 373d70efb2 protocol: introduce protocol extension mechanisms 8 years ago
Martin Ågren b74c90fb41 read_cache: roll back lock in `update_index_if_able()` 8 years ago
Martin Ågren df60cf5789 read-cache: leave lock in right state in `write_locked_index()` 8 years ago
Martin Ågren 812d6b0075 read-cache: drop explicit `CLOSE_LOCK`-flag 8 years ago
Martin Ågren 8dc3834610 cache.h: document `write_locked_index()` 8 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 8 years ago
Jeff King 27344d6a6c git: add --no-optional-locks option 8 years ago
Ramsay Jones 356a293f39 cache.h: hex2chr() - avoid -Wsign-compare warnings 8 years ago
Jonathan Nieder 607bd8315c pack: make packed_git_mru global a value instead of a pointer 8 years ago
Jonathan Tan 7709f468fd pack: move for_each_packed_object() 8 years ago
Jonathan Tan f9a8672a81 pack: move has_pack_index() 8 years ago
Jonathan Tan 150e3001d0 pack: move has_sha1_pack() 8 years ago
Jonathan Tan d6fe0036fd pack: move find_sha1_pack() 8 years ago
Jonathan Tan a2551953b9 pack: move find_pack_entry_one(), is_pack_valid() 8 years ago
Jonathan Tan 9e0f45f5a6 pack: move check_pack_index_ptr(), nth_packed_object_offset() 8 years ago
Jonathan Tan d5a1676182 pack: move nth_packed_object_{sha1,oid} 8 years ago
Jonathan Tan f1d8130be0 pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry() 8 years ago
Jonathan Tan 3588dd6e99 pack: move unpack_object_header() 8 years ago
Jonathan Tan 7b3aa75df7 pack: move get_size_from_delta() 8 years ago
Jonathan Tan 32b42e152f pack: move unpack_object_header_buffer() 8 years ago
Jonathan Tan 0abe14f6a5 pack: move {,re}prepare_packed_git and approximate_object_count 8 years ago
Jonathan Tan e65f186242 pack: move install_packed_git() 8 years ago