aboutsummaryrefslogtreecommitdiff
path: root/builtin/fast-export.c
AgeCommit message (Expand)Author
2023-03-22fast-export: de-obfuscate --anonymize-map handlingJeff King
2023-03-22fast-export: factor out anonymized_entry creationJeff King
2023-03-22fast-export: simplify initialization of anonymized hashmapsJeff King
2023-03-22fast-export: drop const when storing anonymized valuesJeff King
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-12-13diff: mark unused parameters in callbacksJeff King
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-05-04Merge branch 'rs/fast-export-pathspec-fix'Junio C Hamano
2022-04-302.36 fast-export regression fixRené Scharfe
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-03-16Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-02-25object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-25object-file API: split up and simplify check_object_signature()Ævar Arnfjörð Bjarmason
2022-02-04i18n: fix some misformated placeholders in command synopsisJean-Noël Avila
2022-01-10Merge branch 'ja/i18n-similar-messages'Junio C Hamano
2022-01-05i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-12-21fast-export: fix surprising behavior with --first-parentWilliam Sprent
2021-10-25Merge branch 'ab/fsck-unexpected-type'Junio C Hamano
2021-10-01fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason
2021-09-10Merge branch 'tk/fast-export-anonymized-tag-fix'Junio C Hamano
2021-08-31fast-export: fix anonymized tag using original lengthTal Kelrich
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-01-06builtin/*: update usage formatZheNing Hu
2020-12-15style: do not "break" in switch() after "return"Ævar Arnfjörð Bjarmason
2020-10-05Merge branch 'js/default-branch-name-part-2'Junio C Hamano
2020-10-04Merge branch 'jk/drop-unaligned-loads'Junio C Hamano
2020-09-24Revert "fast-export: use local array to store anonymized oid"Jeff King
2020-09-21fast-export: avoid using unnecessary language in a code commentJohannes Schindelin
2020-09-02wt-status: tolerate dangling marksJonathan Tan
2020-06-25fast-export: use local array to store anonymized oidJeff King
2020-06-25fast-export: anonymize "master" refnameJeff King
2020-06-25fast-export: allow seeding the anonymized mappingJeff King
2020-06-23fast-export: add a "data" callback parameter to anonymize_str()Jeff King
2020-06-23fast-export: move global "idents" anonymize hashmap into functionJeff King
2020-06-23fast-export: use a flex array to store anonymized entriesJeff King
2020-06-23fast-export: stop storing lengths in anonymized hashmapsJeff King
2020-06-23fast-export: tighten anonymize_mem() interface to handle only stringsJeff King
2020-06-23fast-export: store anonymized oids as hex stringsJeff King
2020-06-23fast-export: use xmemdupz() for anonymizing oidsJeff King
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano