302 Commits (76e9bdc437ca3111883eb57a479e5d8f582dd670)

Author SHA1 Message Date
Stefan Beller a74093da5e tag: add repository argument to deref_tag 7 years ago
Stefan Beller f86bcc7b2c tree: add repository argument to lookup_tree 7 years ago
Stefan Beller da14a7ff99 blob: add repository argument to lookup_blob 7 years ago
Stefan Beller 5abddd1eb7 object: add repository argument to lookup_object 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Brandon Williams 5c7ec8462d remote: convert match_push_refs to take a struct refspec 7 years ago
Brandon Williams 38490dd416 http-push: store refspecs in a struct refspec 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Derrick Stolee 2e27bd7731 treewide: replace maybe_tree with accessor methods 7 years ago
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Patryk Obara a2b9820cec http-push: improve error log 7 years ago
René Scharfe c3bdc4e779 http-push: use hex_to_bytes() 7 years ago
Thomas Gummerer 51bfb734df http-push: fix construction of hex value from path 7 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 7 years ago
Jonathan Tan d6fe0036fd pack: move find_sha1_pack() 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson 1aa40df6b1 http-push: convert process_ls_object and descendants to object_id 8 years ago
brian m. carlson 740ee055c6 Convert lookup_tree to struct object_id 8 years ago
brian m. carlson 3aca1fc6c9 Convert lookup_blob to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 8eb9460045 http-push: convert some static functions to struct object_id 8 years ago
René Scharfe e94eac49e6 http-push: don't check return value of lookup_unknown_object() 8 years ago
René Scharfe 02962d3684 use strbuf_addstr() for adding constant strings to a strbuf 9 years ago
Jeff King 5ce5f5fa5a common-main: call git_setup_gettext() 9 years ago
Jeff King 650c449250 common-main: call git_extract_argv0_path() 9 years ago
Jeff King 3f2e2297b9 add an extra level of indirection to main() 9 years ago
Johannes Schindelin 8cb01e2fd3 http: support sending custom HTTP headers 9 years ago
brian m. carlson 7d924c9139 struct name_entry: use struct object_id instead of unsigned char sha1[20] 9 years ago
Jeff King c6bd2a1dec http-push: stop using name_path 9 years ago
Jeff King 415959387e http-push: stop using name_path 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 6f3d57b6e4 ref_newer: convert to use struct object_id 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Jeff King 2b87d3a896 drop strcpy in favor of raw sha1_to_hex 9 years ago
Jeff King a0355f6bcd http-push: use an argv_array for setup_revisions 9 years ago
Jeff King 0cc4142859 http-push: replace strcat with xsnprintf 10 years ago
Jeff King 7d0581a9ab http-push: use strbuf instead of fwrite_buffer 10 years ago
Jeff King ef1286d3c0 use xsnprintf for generating git object headers 10 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Stefan Beller e280888cfb http-push: remove unneeded cleanup 10 years ago
René Scharfe 9a6f1287fb zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} 10 years ago
Jeff King f6786c8dcb http-push: trim trailing newline from remote symref 10 years ago
Abbaad Haider 479eaa8ef8 http-push.c: make CURLOPT_IOCTLDATA a usable pointer 11 years ago
Jeff King 67a31f6128 http-push: refactor parsing of remote object names 11 years ago