summary refs log tree commit diff
path: root/builtin/fast-export.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-16Merge branch 'ab/object-file-api-updates'Junio C Hamano1-1/+1
2022-02-25object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-1/+1
2022-02-25object-file API: split up and simplify check_object_signature()Ævar Arnfjörð Bjarmason1-1/+1
2022-02-04i18n: fix some misformated placeholders in command synopsisJean-Noël Avila1-1/+1
2022-01-10Merge branch 'ja/i18n-similar-messages'Junio C Hamano1-2/+2
2022-01-05i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila1-1/+1
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila1-1/+1
2021-12-21fast-export: fix surprising behavior with --first-parentWilliam Sprent1-36/+4
2021-10-25Merge branch 'ab/fsck-unexpected-type'Junio C Hamano1-1/+1
2021-10-01fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason1-1/+1
2021-09-10Merge branch 'tk/fast-export-anonymized-tag-fix'Junio C Hamano1-0/+1
2021-08-31fast-export: fix anonymized tag using original lengthTal Kelrich1-0/+1
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-5/+5
2021-01-06builtin/*: update usage formatZheNing Hu1-11/+11
2020-12-15style: do not "break" in switch() after "return"Ævar Arnfjörð Bjarmason1-1/+0
2020-10-05Merge branch 'js/default-branch-name-part-2'Junio C Hamano1-1/+1
2020-10-04Merge branch 'jk/drop-unaligned-loads'Junio C Hamano1-4/+4
2020-09-24Revert "fast-export: use local array to store anonymized oid"Jeff King1-4/+4
2020-09-21fast-export: avoid using unnecessary language in a code commentJohannes Schindelin1-1/+1
2020-09-02wt-status: tolerate dangling marksJonathan Tan1-1/+1
2020-06-25fast-export: use local array to store anonymized oidJeff King1-4/+4
2020-06-25fast-export: anonymize "master" refnameJeff King1-7/+0
2020-06-25fast-export: allow seeding the anonymized mappingJeff King1-1/+49
2020-06-23fast-export: add a "data" callback parameter to anonymize_str()Jeff King1-13/+14
2020-06-23fast-export: move global "idents" anonymize hashmap into functionJeff King1-1/+1
2020-06-23fast-export: use a flex array to store anonymized entriesJeff King1-3/+2
2020-06-23fast-export: stop storing lengths in anonymized hashmapsJeff King1-10/+18
2020-06-23fast-export: tighten anonymize_mem() interface to handle only stringsJeff King1-27/+26
2020-06-23fast-export: store anonymized oids as hex stringsJeff King1-12/+16
2020-06-23fast-export: use xmemdupz() for anonymizing oidsJeff King1-1/+1
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano1-1/+2
2020-01-31C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano1-2/+1
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares1-1/+2
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano1-5/+10
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong1-1/+1
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong1-2/+7
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-04fast-export: handle nested tagsElijah Newren1-12/+18
2019-10-04fast-export: allow user to request tags be marked with --mark-tagsElijah Newren1-0/+7
2019-10-04fast-export: add support for --import-marks-if-existsElijah Newren1-4/+19
2019-09-28fast-export: fix exporting a tag and nothing elseElijah Newren1-1/+6
2019-06-20object: convert lookup_object() to use object_idJeff King1-2/+2
2019-05-14fast-export: do automatic reencoding of commit messages only if requestedElijah Newren1-3/+43
2019-05-14fast-export: differentiate between explicitly UTF-8 and implicitly UTF-8Elijah Newren1-1/+1
2019-05-14fast-export: avoid stripping encoding header if we cannot reencodeElijah Newren1-2/+5
2019-01-04Merge branch 'en/fast-export-import'Junio C Hamano1-53/+137
2018-11-17fast-export: add a --show-original-ids option to show original namesElijah Newren1-5/+15