108 Commits (e37eae0c1e13cb418947383f7c803d9463bfa3d7)

Author SHA1 Message Date
Jeff King d70a9eb611 strvec: rename struct fields 4 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 4 years ago
Matheus Tavares 2dcde20e1c sha1-file: pass git_hash_algo to hash_object_file() 5 years ago
René Scharfe c77722b3ea use get_tagged_oid() 5 years ago
brian m. carlson 28ba1830d0 builtin/replace: make hash size independent 5 years ago
Christian Couder ee521ec4cb replace: peel tag when passing a tag first to --graft 6 years ago
Christian Couder f8e44a81bf replace: peel tag when passing a tag as parent to --graft 6 years ago
Nguyễn Thái Ngọc Duy 5a59a2301f completion: add more parameter value completion 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Ævar Arnfjörð Bjarmason 8821e90a09 advice: don't pointlessly suggest --convert-graft-file 6 years ago
Nguyễn Thái Ngọc Duy 58bf2a4cc7 sha1-file.c: remove implicit dependency on the_index 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 years ago
Stefan Beller 212e0f7efe refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback 6 years ago
Nguyễn Thái Ngọc Duy 225c62e067 builtin/replace.c: mark more strings for translation 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Jeff King 6ebd1cafe2 check_replace_refs: rename to read_replace_refs 7 years ago
Stefan Beller 0e740fed5d tag: add repository argument to parse_tag_buffer 7 years ago
Stefan Beller ce71efb713 tag: add repository argument to lookup_tag 7 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Johannes Schindelin fb40429109 replace: introduce --convert-graft-file 7 years ago
Johannes Schindelin 041c98e22d replace: prepare create_graft() for converting graft files wholesale 7 years ago
Johannes Schindelin e24e871920 replace: "libify" create_graft() and callees 7 years ago
Johannes Schindelin d398f2ea00 replace: avoid using die() to indicate a bug 7 years ago
Johannes Schindelin fef461ea5d commit: Let the callback of for_each_mergetag return on error 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Stefan Beller 60ce76d358 refs: add repository argument to for_each_replace_ref 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
Brandon Williams efdfe11f4f replace: rename 'new' variables 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Nguyễn Thái Ngọc Duy 1b35475546 completion: use __gitcomp_builtin in _git_replace 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Patryk Obara f070faccc1 sha1_file: convert hash_sha1_file to object_id 7 years ago
brian m. carlson 34c290a6fc refs: convert read_ref and read_ref_full to object_id 7 years ago
brian m. carlson 89f3bbdd3b refs: update ref transactions to use struct object_id 7 years ago
brian m. carlson 2616a5e508 refs: convert delete_ref and refs_delete_ref to struct object_id 7 years ago
Patryk Obara e3506559d4 sha1_file: convert index_fd to struct object_id 7 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
Ævar Arnfjörð Bjarmason 55d3426929 wildmatch: remove unused wildopts parameter 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 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
Junio C Hamano 372b050b6b replace: plug a memory leak 8 years ago
Jeff King 7f897b6f17 avoid using fixed PATH_MAX buffers for refs 8 years ago
brian m. carlson cea4332e54 builtin/replace: convert to struct object_id 8 years ago
Kyle Meyer 755b49ae96 delete_ref: accept a reflog message argument 8 years ago
Johannes Schindelin 36b14370db replace --edit: respect core.editor 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
Mike Hommey 58d121b22b Allow to control where the replace refs are looked for 10 years ago
Michael Haggerty d70d7a8a4d show_reference(): rewrite to take an object_id argument 10 years ago