130 Commits (2f4ba2a867f0390f139b622dbafcab766cb88e80)

Author SHA1 Message Date
SZEDER Gábor 1df15f8dee commit-slab: add a function to deep free entries on the slab 5 years ago
Taylor Blau cac4b8e22e shallow: use struct 'shallow_lock' for additional safety 5 years ago
Taylor Blau 120ad2b0f1 shallow: extract a header file for shallow-related functions 5 years ago
Taylor Blau 37b9dcabfc shallow.c: use '{commit,rollback}_shallow_file' 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
René Scharfe 2fe44394c8 treewide: remove duplicate #include directives 5 years ago
Ali Utku Selen ddb3c856f3 shallow.c: don't free unallocated slabs 5 years ago
Nguyễn Thái Ngọc Duy 34e7771bc6 Use the right 'struct repository' instead of the_repository 6 years ago
Jonathan Tan bd0b42aed3 fetch-pack: do not take shallow lock unnecessarily 6 years ago
Johannes Schindelin 2588f6ed8b shallow: offer to prune only non-existing entries 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
Stefan Beller a74093da5e tag: add repository argument to deref_tag 7 years ago
Stefan Beller c1f5eb4962 commit: add repository argument to lookup_commit 7 years ago
Stefan Beller 21e1ee8f4f commit: add repository argument to lookup_commit_reference_gently 7 years ago
Nguyễn Thái Ngọc Duy e34de73c56 upload-pack: reject shallow requests that would return nothing 7 years ago
Nguyễn Thái Ngọc Duy 58dbe58faa shallow.c: use commit-slab for commit depth instead of commit->util 7 years ago
Stefan Beller eee4502baa shallow: migrate shallow information into the object parser 7 years ago
Stefan Beller 102de880d2 path.c: migrate global git_path_* to take a repository argument 7 years ago
Stefan Beller c88134870e shallow: add repository argument to is_repository_shallow 7 years ago
Stefan Beller 22bdc7c4ff shallow: add repository argument to check_shallow_file_for_update 7 years ago
Stefan Beller 19143f139d shallow: add repository argument to register_shallow 7 years ago
Stefan Beller 6a2df51c84 shallow: add repository argument to set_alternate_shallow_file 7 years ago
Jonathan Nieder 1f93ecd1ab commit: add repository argument to lookup_commit_graft 7 years ago
Jonathan Nieder 3f5787f806 commit: add repository argument to register_commit_graft 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Martin Ågren b227586831 lock_file: make function-local locks non-static 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Martin Ågren 7199203937 object_array: add and use `object_array_pop()` 7 years ago
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 7 years ago
Jeff King 076aa2cbda tempfile: auto-allocate tempfiles on heap 7 years ago
Jeff King 49bd0fc222 tempfile: do not delete tempfile on failed close 7 years ago
Jeff King 45c6b1ed24 always check return value of close_tempfile 7 years ago
Jeff King c0e963b77c setup_temporary_shallow: move tempfile struct into function 7 years ago
Jeff King 0899013993 setup_temporary_shallow: avoid using inactive tempfile 7 years ago
Stefan Beller 8b65a34c4a commit: convert lookup_commit_graft to struct object_id 8 years ago
René Scharfe 42c78a216e use DIV_ROUND_UP 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 1e43ed9867 Convert remaining callers of lookup_commit_reference* to object_id 8 years ago
brian m. carlson e92b848cb6 shallow: convert shallow registration functions to object_id 8 years ago
Johannes Schindelin 7c565a6b2d shallow: avoid memory leak 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 8 years ago
Nguyễn Thái Ngọc Duy 649b0c316a shallow.c: remove useless code 8 years ago
Rasmus Villemoes 1127b3ced5 shallow.c: bit manipulation tweaks 8 years ago
Rasmus Villemoes 381aa8e730 shallow.c: avoid theoretical pointer wrap-around 8 years ago
Nguyễn Thái Ngọc Duy f2386c6b77 shallow.c: make paint_alloc slightly more robust 8 years ago
Nguyễn Thái Ngọc Duy 6bc3d8c5ec shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory pools 8 years ago
Nguyễn Thái Ngọc Duy 0afd307ab4 shallow.c: rename fields in paint_info to better express their purposes 8 years ago
Lars Schneider 81c634e94f pkt-line: rename packet_write() to packet_write_fmt() 8 years ago