summaryrefslogtreecommitdiff
path: root/builtin/replace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\
| * sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano2018-10-161-4/+4
|\ \
| * | refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callbackStefan Beller2018-08-211-4/+4
* | | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-3/+3
| |/ |/|
* | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-42/+42
|\ \ | |/ |/|
| * builtin/replace.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-37/+37
| * Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-13/+13
* | Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-151-1/+1
|\ \
| * | check_replace_refs: rename to read_replace_refsJeff King2018-07-181-1/+1
| * | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-1/+1
| |\ \ | | |/ | |/|
* | | tag: add repository argument to parse_tag_bufferStefan Beller2018-06-291-1/+1
* | | tag: add repository argument to lookup_tagStefan Beller2018-06-291-1/+1
* | | commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-2/+2
* | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-1/+1
|\ \ \ | |/ / |/| / | |/
* | 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