347 Commits (87b5e236a14d4783b063041588c2f77f3cc6ee89)

Author SHA1 Message Date
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
Jeff King 5b33cb1fd7 get_short_sha1: make default disambiguation configurable 9 years ago
Jeff King 1ffa26c461 get_short_sha1: list ambiguous objects on error 9 years ago
Jeff King fad6b9e590 for_each_abbrev: drop duplicate objects 9 years ago
Jeff King 0c99171ad2 get_short_sha1: mark ambiguity error for translation 9 years ago
Jeff King 59e4e34f69 get_short_sha1: NUL-terminate hex prefix 9 years ago
Jeff King 0016043bf4 get_short_sha1: refactor init of disambiguation code 9 years ago
Jeff King 5d5def2aa5 get_short_sha1: parse tags when looking for treeish 9 years ago
Jeff King 8a10fea49b get_sha1: propagate flags to child functions 9 years ago
Jeff King 7243ffdd78 get_sha1: avoid repeating ourselves via ONLY_TO_DIE 9 years ago
Jeff King 259942f549 get_sha1: detect buggy calls with multiple disambiguators 9 years ago
brian m. carlson 151b2911c1 sha1_name: convert get_sha1_mb to struct object_id 9 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 9 years ago
brian m. carlson 2764fd93ad sha1-name: introduce a get_oid() function 9 years ago
Jeff King 46c3cd44d7 setup: make startup_info available everywhere 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago