20 Commits (8708ca09a67aeccab1d6852382cfd9267a8a395e)

Author SHA1 Message Date
brian m. carlson 7b38efad5e sha1-name: use the_hash_algo when parsing object names 7 years ago
Stefan Beller a74093da5e tag: add repository argument to deref_tag 7 years ago
Stefan Beller ce71efb713 tag: add repository argument to lookup_tag 7 years ago
Stefan Beller c1f5eb4962 commit: add repository argument to lookup_commit 7 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
Ævar Arnfjörð Bjarmason 5cc044e025 get_short_oid: sort ambiguous objects by type, then SHA-1 7 years ago
Ævar Arnfjörð Bjarmason a885c93b5c sha1-name.c: move around the collect_ambiguous() function 7 years ago
Ævar Arnfjörð Bjarmason a264f229cb sha1-name.c: remove stray newline 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller e5e5e08832 sha1_name.c: 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
Nguyễn Thái Ngọc Duy 464416a2ea packfile: keep prepare_packed_git() private 7 years ago
Stefan Beller 6fdb4e9f5a packfile: add repository argument to prepare_packed_git 7 years ago
Stefan Beller 0b20903405 sha1_file: add repository argument to prepare_alt_odb 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
René Scharfe 902f5a2119 sha1_name: use bsearch_pack() in unique_in_pack() 7 years ago
Stefan Beller 031dc927f4 object-store: move alt_odb_list and alt_odb_tail to object store 7 years ago
Stefan Beller 0d4a132144 object-store: migrate alternates struct and functions from cache.h 7 years ago
Derrick Stolee 0aaf05b3bd sha1_name: use bsearch_pack() for abbreviations 7 years ago
brian m. carlson 626fd982a3 sha1_name: convert struct min_abbrev_data to object_id 7 years ago
brian m. carlson 916bc35b29 tree-walk: convert tree entry functions to object_id 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Derrick Stolee 21abed500c sha1_name: fix uninitialized memory errors 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Junio C Hamano a625b092cc branch: correctly reject refs/heads/{-dash,HEAD} 7 years ago
Junio C Hamano 7c3f847aad check-ref-format --branch: do not expand @{...} outside repository 7 years ago
brian m. carlson 8eb36d9422 refs: convert read_ref_at to struct object_id 7 years ago
brian m. carlson 334dc52f49 refs: convert dwim_log to struct object_id 7 years ago
brian m. carlson cca5fa6406 refs: convert dwim_ref and expand_ref to struct object_id 7 years ago
Derrick Stolee 0e87b85683 sha1_name: minimize OID comparisons during disambiguation 7 years ago
Derrick Stolee a42d6fd274 sha1_name: parse less while finding common prefix 7 years ago
Derrick Stolee 5b20ace6a8 sha1_name: unroll len loop in find_unique_abbrev_r() 7 years ago
Derrick Stolee 19716b21a4 cleanup: fix possible overflow errors in binary search 7 years ago
Jonathan Tan 0317f45576 pack: move open_pack_index(), parse_pack_index() 8 years ago
brian m. carlson ac53fe8601 sha1_name: convert uses of 40 to GIT_SHA1_HEXSZ 8 years ago
brian m. carlson 321c89bf5f sha1_name: convert GET_SHA1* flags to GET_OID* 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
René Scharfe 42c78a216e use DIV_ROUND_UP 8 years ago
René Scharfe 0375f472d4 sha1_file: let for_each_file_in_obj_subdir() handle subdir names 8 years ago
René Scharfe cc817ca3ef sha1_name: cache readdir(3) results in find_short_object_filename() 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Junio C Hamano c7054209d6 treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked 8 years ago
Jeff King dc944b65f1 get_sha1_with_context: dynamically allocate oc->path 8 years ago
Jeff King d72cae12b9 get_sha1_with_context: always initialize oc->symlink_path 8 years ago
Jeff King c0a487eafb sha1_name: consistently refer to object_context as "oc" 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago