97 Commits (49d166081bb5ddefa57fd97fd517449264ee5246)

Author SHA1 Message Date
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 6 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Stefan Beller 21e1ee8f4f commit: add repository argument to lookup_commit_reference_gently 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 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
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
René Scharfe 63647391e6 bundle: avoid using the rev_info flag leak_pending 7 years ago
brian m. carlson cca5fa6406 refs: convert dwim_ref and expand_ref to struct object_id 7 years ago
brian m. carlson 34c290a6fc refs: convert read_ref and read_ref_full to object_id 7 years ago
Martin Ågren b2ccdf7fc1 leak_pending: use `object_array_clear()`, not `free()` 7 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson b8607f35b1 bundle: convert to struct object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin 1aeb7e756c parse_timestamp(): specify explicitly where we parse timestamps 8 years ago
Stefan Beller f5ff5fb564 bundle: don't leak an fd in case of early return 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Michael Haggerty e54c347c1c create_bundle(): duplicate file descriptor to avoid closing it twice 10 years ago
Stefan Beller c8a571d8bc bundle.c: fix memory leak 10 years ago
Jeff King d9362ef9b9 bundle: split out ref writing from bundle_create 10 years ago
Junio C Hamano e8eb25122e bundle: split out a helper function to compute and write prerequisites 10 years ago
Junio C Hamano 5e626b91d4 bundle: split out a helper function to create pack data 10 years ago
René Scharfe 8828f2985f use child_process_init() to initialize struct child_process variables 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
René Scharfe 64045940af bundle: plug minor memory leak in is_tag_in_date_range() 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Lukas Fleischer 2c8544ab91 bundle: fix exclusion of annotated tags 11 years ago
René Scharfe 92859f3a79 bundle: use internal argv_array of struct child_process in create_bundle() 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Sun He 50546b15ed Use hashcpy() when copying object names 11 years ago
Dmitry S. Dolzhenko 5cbbe13a9f bundle.c: use ALLOC_GROW() in add_to_ref_list() 11 years ago
Junio C Hamano 1e2371ea66 bundle: use argv-array 11 years ago
Michael Haggerty 31faeb2088 object_array_entry: fix memory handling of the name field 12 years ago
Lukas Fleischer 5446e33f35 bundle: Accept prerequisites without commit messages 12 years ago
Jeff King 75a9549047 avoid segfaults on parse_object failure 12 years ago
Lukas Fleischer a02ffe0e1a bundle: Add colons to list headings in "verify" 12 years ago
Lukas Fleischer 71ba6b10f8 bundle: Fix "verify" output if history is complete 12 years ago
Junio C Hamano 8c3710fd30 tweak "bundle verify" of a complete history 13 years ago
Jonathan Nieder 97afde15f5 bundle: remove stray single-quote from error message 13 years ago
Nguyễn Thái Ngọc Duy 8a1e7eac68 i18n: bundle: mark strings for translation 13 years ago
Thomas Rast efe4be1249 bundle: keep around names passed to add_pending_object() 13 years ago
Thomas Rast bc2fed496b bundle: use a strbuf to scan the log for boundary commits 13 years ago
Thomas Rast 5e8617f560 bundle: put strbuf_readline_fd in strbuf.c with adjustments 13 years ago
Brian Harring 54440e154f fix hang in git fetch if pointed at a 0 length bundle 13 years ago
Nguyễn Thái Ngọc Duy c689332391 Convert many resolve_ref() calls to read_ref*() and ref_exists() 13 years ago
Junio C Hamano 2727b71f05 bundle: add parse_bundle_header() helper function 13 years ago