summaryrefslogtreecommitdiff
path: root/builtin/replace.c
Commit message (Expand)AuthorAgeFilesLines
* strvec: rename struct fieldsJeff King2020-07-301-1/+1
* strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-281-8/+8
* sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares2020-01-311-1/+2
* Merge branch 'bc/object-id-part17'Junio C Hamano2019-10-111-3/+4
|\
| * builtin/replace: make hash size independentbrian m. carlson2019-08-191-3/+4
* | use get_tagged_oid()René Scharfe2019-09-051-1/+1
|/
* Merge branch 'cc/replace-graft-peel-tags'Junio C Hamano2019-05-091-7/+13
|\
| * replace: peel tag when passing a tag first to --graftChristian Couder2019-04-151-4/+7
| * replace: peel tag when passing a tag as parent to --graftChristian Couder2019-04-151-3/+6
* | completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-201-0/+4
|/
* cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-1/+1
* Merge branch 'ab/replace-graft-with-replace-advice'Junio C Hamano2018-12-011-0/+1
|\
| * advice: don't pointlessly suggest --convert-graft-fileÆvar Arnfjörð Bjarmason2018-11-291-0/+1
| * Merge branch 'ds/commit-graph-with-grafts' into maintJunio C Hamano2018-11-211-4/+4
| |\
* | \ 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