aboutsummaryrefslogtreecommitdiff
path: root/builtin/fast-export.c
AgeCommit message (Expand)Author
2026-03-26fast-import: add 'abort-if-invalid' mode to '--signed-commits=<mode>'Justin Tobler
2026-03-26fast-export: check for unsupported signing modes earlierJustin Tobler
2026-03-12fast-import: add mode to sign commits with invalid signaturesJustin Tobler
2026-01-29string-list: add string_list_sort_u() that mimics "sort -u"Amisha Chhajed
2025-12-05Merge branch 'cc/fast-import-strip-if-invalid'Junio C Hamano
2025-11-26fast-import: add 'strip-if-invalid' mode to --signed-commits=<mode>Christian Couder
2025-11-06Merge branch 'cc/fast-import-export-i18n-cleanup'Junio C Hamano
2025-10-30fast-export: mark strings for translationChristian Couder
2025-10-13fast-export: handle all kinds of tag signaturesChristian Couder
2025-09-17gpg-interface: refactor 'enum sign_mode' parsingChristian Couder
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2025-07-23Merge branch 'cc/fast-import-export-signature-names'Junio C Hamano
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-09fast-(import|export): improve on commit signature output formatChristian Couder
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-05-28fast-export: --signed-commits is experimentalJunio C Hamano
2025-04-29Merge branch 'az/tighten-string-array-constness'Junio C Hamano
2025-04-21global: mark usage strings and string tables constAhelenia Ziemiańska
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano
2025-03-10fast-export, fast-import: add support for signed-commitsLuke Shumaker
2025-03-10fast-export: do not modify memory from get_commit_bufferLuke Shumaker
2025-03-10fast-export: rename --signed-tags='warn' to 'warn-verbatim'Luke Shumaker
2025-03-10fast-export: fix missing whitespace after switchChristian Couder
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-14builtin/fast-export: plug leaking tag namesPatrick Steinhardt
2024-08-14builtin/fast-export: fix leaking diff optionsPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-02-12use xstrncmpz()René Scharfe
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-09-05parse-options: prefer opt->value to globals in callbacksJeff King
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-22fast-export: drop unused parameter from anonymize_commit_message()Jeff King
2023-03-22fast-export: drop data parameter from anonymous generatorsJeff King