190 Commits (5a74ce22e61ce0c8d7325b891ef1a926cf4f6154)

Author SHA1 Message Date
Jonathan Tan 9e6fabde82 oidmap: map with OID as key 7 years ago
Jonathan Tan 0abe14f6a5 pack: move {,re}prepare_packed_git and approximate_object_count 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jonathan Tan fdb69d33c4 fetch-pack: always allow fetching of literal SHA1s 8 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 e92b848cb6 shallow: convert shallow registration functions to object_id 8 years ago
brian m. carlson 1b283377b1 fetch-pack: convert to struct object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin cb71f8bdb5 PRItime: introduce a new "printf format" for timestamps 8 years ago
David Turner 5781a9a270 xgethostname: handle long hostnames 8 years ago
René Scharfe da25bdb776 use HOST_NAME_MAX to size buffers for gethostname(2) 8 years ago
Jonathan Tan 8e2c7bef03 fetch-pack: show clearer error message upon ERR 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 8 years ago
Matt McCutchen d56583ded6 fetch-pack: add specific error for fetching an unadvertised object 8 years ago
Matt McCutchen e860d96bf8 fetch-pack: move code to report unmatched refs to a function 8 years ago
Jeff King 41a078c60b fetch-pack: cache results of for_each_alternate_ref 8 years ago
Jeff King 2429d63a46 for_each_alternate_ref: pass name/oid instead of ref struct 8 years ago
Ralf Thielow dfbfb9f377 fetch-pack.c: correct command at the beginning of an error message 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 8 years ago
Jonathan Tan 06b3d386e0 fetch-pack: do not reset in_vain on non-novel acks 8 years ago
Jonathan Tan da470981de fetch-pack: grow stateless RPC windows exponentially 9 years ago
Nguyễn Thái Ngọc Duy cccf74e2da fetch, upload-pack: --deepen=N extends shallow boundary by N commits 9 years ago
Nguyễn Thái Ngọc Duy a45a260086 fetch: define shallow boundary with --shallow-exclude 9 years ago
Nguyễn Thái Ngọc Duy 508ea88226 fetch: define shallow boundary with --shallow-since 9 years ago
Nguyễn Thái Ngọc Duy 79891cb90a fetch-pack: use a separate flag for fetch in deepening mode 9 years ago
Nguyễn Thái Ngọc Duy 1dd73e20d7 fetch-pack.c: mark strings for translating 9 years ago
Nguyễn Thái Ngọc Duy 0d789a5bc1 fetch-pack: use a common function for verbose printing 9 years ago
Jeff King df85757244 fetch-pack: isolate sigpipe in demuxer thread 9 years ago
Jeff King 9ff18faf2f fetch-pack: ignore SIGPIPE in sideband demuxer 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
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Jeff King 984a43b902 fetch-pack: use argv_array for index-pack / unpack-objects 9 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Mike Edgar eb86a507a1 fetch-pack: check for shallow if depth given 10 years ago
Michael Haggerty c38cd1c89d rev_list_insert_ref(): remove unneeded arguments 10 years ago
Michael Haggerty b1b49c6eb6 rev_list_insert_ref_oid(): new function, taking an object_oid 10 years ago
Michael Haggerty 6e20a51a80 mark_complete(): remove unneeded arguments 10 years ago
Michael Haggerty f8ee4d8522 mark_complete_oid(): new function, taking an object_oid 10 years ago
Michael Haggerty c50fb6cee6 clear_marks(): rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Fredrik Medley 68ee628932 upload-pack: optionally allow fetching reachable sha1 10 years ago
Fredrik Medley 7199c093ad upload-pack: prepare to extend allow-tip-sha1-in-want 10 years ago
Jeff King 32d0462f8d fetch-pack: remove dead assignment to ref->new_sha1 10 years ago
Jeff King c3c17bf107 filter_ref: make a copy of extra "sought" entries 10 years ago
Jeff King b7916422c7 filter_ref: avoid overwriting ref->old_sha1 with garbage 10 years ago