summaryrefslogtreecommitdiff
path: root/builtin/replace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/deprecate-grafts'Junio C Hamano2018-05-231-66/+168
|\
| * replace: introduce --convert-graft-fileJohannes Schindelin2018-04-301-1/+43
| * replace: prepare create_graft() for converting graft files wholesaleJohannes Schindelin2018-04-301-3/+8
| * replace: "libify" create_graft() and calleesJohannes Schindelin2018-04-301-57/+112
| * replace: avoid using die() to indicate a bugJohannes Schindelin2018-04-261-1/+1
| * commit: Let the callback of for_each_mergetag return on errorJohannes Schindelin2018-04-261-4/+4
* | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-5/+6
* | refs: add repository argument to for_each_replace_refStefan Beller2018-04-121-1/+3
|/
* Merge branch 'bc/object-id'Junio C Hamano2018-04-101-5/+5
|\
| * sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-5/+5
* | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-141-1/+2
|\ \ | |/ |/|
| * completion: use __gitcomp_builtin in _git_replaceNguyễn Thái Ngọc Duy2018-02-091-1/+2
* | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-23/+23
|\ \
| * | replace: rename 'new' variablesbw/c-plus-plusBrandon Williams2018-02-221-17/+17
| * | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-6/+6
| |/
* | sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-1/+1
* | sha1_file: convert hash_sha1_file to object_idPatryk Obara2018-01-301-1/+1
|/
* refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-2/+2
* refs: update ref transactions to use struct object_idbrian m. carlson2017-10-161-1/+1
* refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson2017-10-161-1/+1
* sha1_file: convert index_fd to struct object_idPatryk Obara2017-08-201-1/+1
* sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-171-2/+2
* Merge branch 'ab/wildmatch'Junio C Hamano2017-07-101-1/+1
|\
| * wildmatch: remove unused wildopts parameterab/wildmatchÆvar Arnfjörð Bjarmason2017-06-231-1/+1
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ | |/ |/|
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Convert lookup_tag to struct object_idbrian m. carlson2017-05-081-1/+1
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-2/+2
|/
* replace: plug a memory leakjk/snprintf-cleanupsJunio C Hamano2017-04-171-0/+1
* avoid using fixed PATH_MAX buffers for refsJeff King2017-03-301-23/+27
* Merge branch 'bc/object-id'Junio C Hamano2017-03-171-56/+56
|\
| * builtin/replace: convert to struct object_idbrian m. carlson2017-02-221-56/+56
* | delete_ref: accept a reflog message argumentKyle Meyer2017-02-201-1/+1
|/
* Merge branch 'js/replace-edit-use-editor-configuration'Junio C Hamano2016-04-291-0/+1
|\
| * replace --edit: respect core.editorjs/replace-edit-use-editor-configurationJohannes Schindelin2016-04-201-0/+1
* | Convert struct object to object_idbrian m. carlson2015-11-201-3/+3
|/
* Merge branch 'mh/replace-refs'Junio C Hamano2015-08-031-3/+3
|\
| * Allow to control where the replace refs are looked formh/replace-refsMike Hommey2015-06-121-3/+3
* | show_reference(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-10/+8
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+3
|/
* ref_transaction_update(): remove "have_old" parameterMichael Haggerty2015-02-171-1/+1
* refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-151-2/+3
* Merge branch 'rs/ref-transaction-1'Junio C Hamano2014-09-111-6/+8
|\
| * replace.c: use the ref transaction functions for updatesRonnie Sahlberg2014-09-031-6/+8
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+2
* | Merge branch 'cc/replace-graft'Junio C Hamano2014-07-271-1/+125
|\ \
| * | replace: check mergetags when using --graftChristian Couder2014-07-211-0/+47
| * | replace: remove signature when using --graftChristian Couder2014-07-211-0/+5
| * | replace: add --graft optionChristian Couder2014-07-211-1/+73
| |/
* | replace: add a --raw mode for --editjk/replace-edit-rawJeff King2014-06-251-10/+21