320 Commits (51bd6be32dfcb638727d89816a69ef13717ab17c)

Author SHA1 Message Date
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 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