summaryrefslogtreecommitdiff
path: root/builtin/replace.c
AgeCommit message (Expand)Author
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
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson
2017-07-10Merge branch 'ab/wildmatch'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-08Convert lookup_tag to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-04-18replace: plug a memory leakJunio C Hamano
2017-03-30avoid using fixed PATH_MAX buffers for refsJeff King
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-02-22builtin/replace: convert to struct object_idbrian m. carlson
2017-02-21delete_ref: accept a reflog message argumentKyle Meyer
2016-04-29Merge branch 'js/replace-edit-use-editor-configuration'Junio C Hamano
2016-04-20replace --edit: respect core.editorJohannes Schindelin
2015-11-20Convert struct object to object_idbrian m. carlson
2015-08-03Merge branch 'mh/replace-refs'Junio C Hamano
2015-06-12Allow to control where the replace refs are looked forMike Hommey
2015-05-25show_reference(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg
2014-09-11Merge branch 'rs/ref-transaction-1'Junio C Hamano
2014-09-03replace.c: use the ref transaction functions for updatesRonnie Sahlberg
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-07-27Merge branch 'cc/replace-graft'Junio C Hamano
2014-07-21replace: check mergetags when using --graftChristian Couder
2014-07-21replace: remove signature when using --graftChristian Couder
2014-07-21replace: add --graft optionChristian Couder