summaryrefslogtreecommitdiff
path: root/builtin/replace.c
AgeCommit message (Expand)Author
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano
2019-09-05use get_tagged_oid()René Scharfe
2019-08-19builtin/replace: make hash size independentbrian m. carlson
2019-05-08Merge branch 'cc/replace-graft-peel-tags'Junio C Hamano
2019-04-15replace: peel tag when passing a tag first to --graftChristian Couder
2019-04-15replace: peel tag when passing a tag as parent to --graftChristian Couder
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-12-01Merge branch 'ab/replace-graft-with-replace-advice'Junio C Hamano
2018-11-29advice: don't pointlessly suggest --convert-graft-fileÆvar Arnfjörð Bjarmason
2018-11-21Merge branch 'ds/commit-graph-with-grafts' into maintJunio C Hamano
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano
2018-09-21sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-21refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callbackStefan Beller
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-07-23builtin/replace.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-07-18check_replace_refs: rename to read_replace_refsJeff King
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-06-29tag: add repository argument to parse_tag_bufferStefan Beller
2018-06-29tag: add repository argument to lookup_tagStefan Beller
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-05-23Merge branch 'js/deprecate-grafts'Junio C Hamano
2018-04-30replace: introduce --convert-graft-fileJohannes Schindelin
2018-04-30replace: prepare create_graft() for converting graft files wholesaleJohannes Schindelin
2018-04-30replace: "libify" create_graft() and calleesJohannes Schindelin
2018-04-26replace: avoid using die() to indicate a bugJohannes Schindelin
2018-04-26commit: Let the callback of for_each_mergetag return on errorJohannes Schindelin
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-04-12refs: add repository argument to for_each_replace_refStefan Beller
2018-04-09Merge branch 'bc/object-id'Junio C Hamano
2018-03-14Merge branch 'nd/parseopt-completion'Junio C Hamano
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-22replace: rename 'new' variablesBrandon Williams
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-09completion: use __gitcomp_builtin in _git_replaceNguyễn Thái Ngọc Duy
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara
2018-01-30sha1_file: convert hash_sha1_file to object_idPatryk Obara
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson
2017-10-16refs: update ref transactions to use struct object_idbrian m. carlson
2017-10-16refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson
2017-08-21sha1_file: convert index_fd to struct object_idPatryk Obara