summaryrefslogtreecommitdiff
path: root/builtin/replace.c
Commit message (Expand)AuthorAgeFilesLines
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+1
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-10/+10
|\
| * libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-8/+8
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren2023-02-231-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* refs: use ref_namespaces for replace refs baseDerrick Stolee2022-08-051-0/+3
* Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\
| * Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
| |\
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-2/+2
|\ \ \
| * | | object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| * | | object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| |/ /
* | | i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila2022-02-041-1/+1
|/ /
* | run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason2021-11-251-2/+1
|/
* advice: move advice.graftFileDeprecated squashing to commit.[ch]Ævar Arnfjörð Bjarmason2021-08-251-1/+1
* 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
|\ \ \ | |/ / |/| / | |/