334 Commits (0d83d8240ddb3f54da44563b73527dbc50c4ed22)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 8dda4cbdf2 http: rename CURLOPT_FILE to CURLOPT_WRITEDATA 4 years ago
Jeff King 013c7e2b07 http: drop support for curl < 7.16.0 4 years ago
brian m. carlson c3b4e4ee36 http-push: set algorithm when reading object ID 4 years ago
Jeff King 45a187cc34 lookup_unknown_object(): take a repository argument 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King ef8d7ac42a strvec: convert more callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
brian m. carlson 64472d15e9 http-push: ensure unforced pushes fail when data would be lost 5 years ago
Jonathan Tan eb05349247 http: refactor finish_http_pack_request() 5 years ago
René Scharfe 5cc6a4be11 http-push: simplify deleting a list item 5 years ago
Jeff King d0229abd93 object: convert lookup_object() to use object_id 6 years ago
Jeff King 0ebbcf70e6 object: convert lookup_unknown_object() to use object_id 6 years ago
Carlo Marcelo Arenas Belón 9dde06de13 http-push: prevent format overflow warning with gcc >= 9 6 years ago
brian m. carlson 1cb158b6e6 http-push: remove remaining uses of sha1_to_hex 6 years ago
brian m. carlson f024b87a08 http-push: convert to use the_hash_algo 6 years ago
brian m. carlson 538b152324 object-store: rename and expand packed_git's sha1 member 6 years ago
Derrick Stolee 4f6d26b167 list-objects: consume sparse tree walk 6 years ago
brian m. carlson ea82b2a085 tree-walk: store object_id in a separate member 6 years ago
Jeff King f0be0db13d http: use struct object_id instead of bare sha1 6 years ago
Torsten Bögershausen ca473cef91 Upcast size_t variables to uintmax_t when printing 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 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 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 8 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