aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fast-export.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-06Merge branch 'cc/fast-import-export-i18n-cleanup'Junio C Hamano1-39/+40
2025-10-30fast-export: mark strings for translationChristian Couder1-39/+40
2025-10-13fast-export: handle all kinds of tag signaturesChristian Couder1-4/+3
2025-09-17gpg-interface: refactor 'enum sign_mode' parsingChristian Couder1-14/+5
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+2
2025-07-23Merge branch 'cc/fast-import-export-signature-names'Junio C Hamano1-14/+48
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-5/+5
2025-07-09fast-(import|export): improve on commit signature output formatChristian Couder1-14/+48
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-3/+3
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-05-28fast-export: --signed-commits is experimentalJunio C Hamano1-6/+1
2025-04-29Merge branch 'az/tighten-string-array-constness'Junio C Hamano1-1/+1
2025-04-21global: mark usage strings and string tables constAhelenia Ziemiańska1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano1-5/+5
2025-03-10fast-export, fast-import: add support for signed-commitsLuke Shumaker1-20/+103
2025-03-10fast-export: do not modify memory from get_commit_bufferLuke Shumaker1-28/+33
2025-03-10fast-export: rename --signed-tags='warn' to 'warn-verbatim'Luke Shumaker1-4/+4
2025-03-10fast-export: fix missing whitespace after switchChristian Couder1-4/+4
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-5/+5
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-14builtin/fast-export: plug leaking tag namesPatrick Steinhardt1-5/+12
2024-08-14builtin/fast-export: fix leaking diff optionsPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-1/+1
2024-02-12use xstrncmpz()René Scharfe1-2/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-09-05parse-options: prefer opt->value to globals in callbacksJeff King1-15/+21
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+1
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-5/+7
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-5/+7
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+3
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-22fast-export: drop unused parameter from anonymize_commit_message()Jeff King1-2/+2
2023-03-22fast-export: drop data parameter from anonymous generatorsJeff King1-14/+13
2023-03-22fast-export: de-obfuscate --anonymize-map handlingJeff King1-6/+2
2023-03-22fast-export: factor out anonymized_entry creationJeff King1-9/+26
2023-03-22fast-export: simplify initialization of anonymized hashmapsJeff King1-7/+4
2023-03-22fast-export: drop const when storing anonymized valuesJeff King1-1/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1