334 Commits (099a912a279415dd27716ee5de07ff347bfc49da)

Author SHA1 Message Date
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 8 years ago
Jeff King ef2ed5013c find_unique_abbrev: use 4-buffer ring 8 years ago
Jeff King 38dbe5f078 alternates: store scratch buffer as strbuf 8 years ago
Jeff King 597f9134de alternates: use a separate scratch space 8 years ago
Jeff King 7f0fa2c02a alternates: provide helper for allocating alternate 8 years ago
Jeff King 8e3f52d778 find_unique_abbrev: move logic out of get_short_sha1() 8 years ago
Linus Torvalds e6c587c733 abbrev: auto size the default abbreviation 8 years ago
Jeff King 5b33cb1fd7 get_short_sha1: make default disambiguation configurable 8 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
Jeff King aac4fac168 get_sha1: don't die() on bogus search strings 9 years ago
Will Palmer 0769854f3d object name: introduce '^{/!-<negative pattern>}' notation 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
Jeff King 43bb66ae0b diagnose_invalid_index_path: use strbuf to avoid strcpy/strcat 9 years ago
Jeff King c3bb0ac796 find_short_object_filename: convert sprintf to xsnprintf 10 years ago
Jeff King af49c6d091 add reentrant variants of sha1_to_hex and find_unique_abbrev 10 years ago