55 Commits (544d93bc3b459f6e40526acdcf36a14c3d5dfec6)

Author SHA1 Message Date
Neeraj Singh ecd81dfc79 tmp-objdir: disable ref updates when replacing the primary odb 3 years ago
Neeraj Singh b3cecf49ea tmp-objdir: new API for creating temporary writable databases 3 years ago
Philip Oakley 26de1fc0c9 object-file.c: LLP64 compatibility, upcast unity for left shift 3 years ago
Ævar Arnfjörð Bjarmason c7c4bdeccf run-command API: remove "env" member, always use "env_array" 3 years ago
Ævar Arnfjörð Bjarmason 16235e3b14 object-file: free(*contents) only in read_loose_object() caller 3 years ago
Ævar Arnfjörð Bjarmason 168a937bbc object-file: fix SEGV on free() regression in v2.34.0-rc2 3 years ago
Matt Cooper d6a09e795d odb: guard against data loss checking out a huge file 3 years ago
Ævar Arnfjörð Bjarmason 4ef91a2d79 commit: fix duplication regression in permission error output 3 years ago
Jonathan Tan eef71904ff object-file: only register submodule ODB if needed 3 years ago
Ævar Arnfjörð Bjarmason 96e41f58fe fsck: report invalid object type-path combinations 3 years ago
Ævar Arnfjörð Bjarmason 31deb28f5e fsck: don't hard die on invalid object types 3 years ago
Ævar Arnfjörð Bjarmason dccb32bf01 object-file.c: stop dying in parse_loose_header() 3 years ago
Ævar Arnfjörð Bjarmason 5848fb11ac object-file.c: return ULHR_TOO_LONG on "header too long" 3 years ago
Ævar Arnfjörð Bjarmason 3b6a8db3b0 object-file.c: use "enum" return type for unpack_loose_header() 3 years ago
Ævar Arnfjörð Bjarmason 01cab97679 object-file.c: simplify unpack_loose_short_header() 3 years ago
Ævar Arnfjörð Bjarmason ddb3474b66 object-file.c: make parse_loose_header_extended() public 3 years ago
Ævar Arnfjörð Bjarmason bfff2c4833 object-file.c: return -1, not "status" from unpack_loose_header() 3 years ago
Ævar Arnfjörð Bjarmason 74ad250a1c object-file.c: don't set "typep" when returning non-zero 3 years ago
René Scharfe 7407d733a4 packfile: convert has_packed_and_bad() to object_id 4 years ago
René Scharfe 751530de5d packfile: convert mark_bad_packed_object() to object_id 4 years ago
Jonathan Tan a35e03dee0 submodule: lazily add submodule ODBs as alternates 4 years ago
Han-Wen Nienhuys 27f3796ac1 hash.h: provide constants for the hash IDs 4 years ago
Taylor Blau f57a739691 midx: avoid opening multiple MIDXs when writing 4 years ago
Ævar Arnfjörð Bjarmason 3fa2e91d17 refs file backend: move raceproof_create_file() here 4 years ago
René Scharfe 581a3bb155 object-file: use unsigned arithmetic with bit mask 4 years ago
Eric Wong 92d8ed8ac1 oidtree: a crit-bit tree for odb_loose_cache 4 years ago
Eric Wong 33f379eee6 make object_directory.loose_objects_subdir_seen a bitmap 4 years ago
Eric Wong 407532f82d avoid strlen via strbuf_addstr in link_alt_odb_entry 4 years ago
Eric Wong cf2dc1c238 speed up alt_odb_usable() with many alternates 4 years ago
Eric Wong dc05929411 xmmap: inform Linux users of tuning knobs on ENOMEM 4 years ago
Jonathan Tan ef830cc434 promisor-remote: teach lazy-fetch in any repo 4 years ago
Elijah Newren 906fc557b7 dir: introduce readdir_skip_dot_and_dotdot() helper 4 years ago
Junio C Hamano 1df046bcff Revert "dir: introduce readdir_skip_dot_and_dotdot() helper" 4 years ago
Elijah Newren b548f0f156 dir: introduce readdir_skip_dot_and_dotdot() helper 4 years ago
brian m. carlson 14228447c9 hash: provide per-algorithm null OIDs 4 years ago
brian m. carlson 5a6dce70d7 hash: set, copy, and use algo field in struct object_id 4 years ago
brian m. carlson 5951bf467e Use the final_oid_fn to finalize hashing of object IDs 4 years ago
brian m. carlson ab795f0d77 hash: add a function to finalize object IDs 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Martin Ågren bc62692757 hash-lookup: rename from sha1-lookup 4 years ago
Martin Ågren e5afd4449d object-file.c: rename from sha1-file.c 4 years ago
Matheus Tavares eb3c027e17 apply: don't use core.sharedRepository to create working tree files 4 years ago
Jonathan Tan 1d8d9cb620 sha1-file: introduce no-lazy-fetch has_object() 5 years ago
Jeff King c972bf4cf5 strvec: convert remaining callers away from argv_array name 5 years ago
Jonathan Tan a64d2aae5a sha1-file: make pretend_object_file() not prefetch 5 years ago
luciano.rocha@booking.com 312cd76130 freshen_file(): use NULL `times' for implicit current-time 5 years ago
Alexandr Miloslavskiy 4530a85b4c real_path_if_valid(): remove unsafe API 5 years ago
Jeff King b99b6bcc57 packed_object_info(): use object_id for returning delta base 5 years ago
brian m. carlson 768e30ea27 hash: implement and use a context cloning function 5 years ago
Matheus Tavares b98d188581 sha1-file: allow check_object_signature() to handle any repo 5 years ago