367 Commits (1439a72e17ec76df6bffffe71a641689e8a5b01b)

Author SHA1 Message Date
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 8 years ago
brian m. carlson 8eb36d9422 refs: convert read_ref_at to struct object_id 8 years ago
brian m. carlson 334dc52f49 refs: convert dwim_log to struct object_id 8 years ago
brian m. carlson cca5fa6406 refs: convert dwim_ref and expand_ref to struct object_id 8 years ago
Derrick Stolee 0e87b85683 sha1_name: minimize OID comparisons during disambiguation 8 years ago
Derrick Stolee a42d6fd274 sha1_name: parse less while finding common prefix 8 years ago
Derrick Stolee 5b20ace6a8 sha1_name: unroll len loop in find_unique_abbrev_r() 8 years ago
Derrick Stolee 19716b21a4 cleanup: fix possible overflow errors in binary search 8 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
brian m. carlson de37d50d76 sha1_name: convert internals of peel_onion to object_id 8 years ago
brian m. carlson d3101b533d Convert lookup_tag to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 1e43ed9867 Convert remaining callers of lookup_commit_reference* to object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 1b7ba794d2 Convert sha1_array_for_each_unique and for_each_abbrev to object_id 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
brian m. carlson d2b7d9c7ed sha1_name: convert disambiguate_hint_fn to take object_id 8 years ago
brian m. carlson d2ee11859c sha1_name: convert struct disambiguate_state to object_id 8 years ago
Ævar Arnfjörð Bjarmason 244ea1b5e4 rev-parse: match @{upstream}, @{u} and @{push} case-insensitively 8 years ago
brian m. carlson cd02599c48 Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ 8 years ago
brian m. carlson dc01505f7f Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ 8 years ago
Jeff King 7d5c960bf6 strbuf_check_ref_format(): expand only local branches 8 years ago
Jeff King 0e9f62dab9 interpret_branch_name: allow callers to restrict expansions 8 years ago
Jeff King 311fc74826 strbuf_branchname: drop return value 8 years ago
Jeff King e322b60d65 interpret_branch_name: move docstring to header file 8 years ago
Jeff King 13228c30a6 interpret_branch_name(): handle auto-namelen for @{-1} 8 years ago
brian m. carlson 9461d27240 refs: convert each_reflog_ent_fn to struct object_id 8 years ago
René Scharfe 3e98919a18 sha1_name: make wraparound of the index into ring-buffer explicit 9 years ago
Jeff King ef2ed5013c find_unique_abbrev: use 4-buffer ring 9 years ago
Jeff King 38dbe5f078 alternates: store scratch buffer as strbuf 9 years ago
Jeff King 597f9134de alternates: use a separate scratch space 9 years ago
Jeff King 7f0fa2c02a alternates: provide helper for allocating alternate 9 years ago
Jeff King 8e3f52d778 find_unique_abbrev: move logic out of get_short_sha1() 9 years ago
Linus Torvalds e6c587c733 abbrev: auto size the default abbreviation 9 years ago