summaryrefslogtreecommitdiff
path: root/builtin/fast-export.c
AgeCommit message (Expand)Author
2021-01-06builtin/*: update usage formatZheNing Hu
2020-12-16style: 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-24fast-export: add a "data" callback parameter to anonymize_str()Jeff King
2020-06-24fast-export: move global "idents" anonymize hashmap into functionJeff King
2020-06-24fast-export: use a flex array to store anonymized entriesJeff King
2020-06-24fast-export: stop storing lengths in anonymized hashmapsJeff King
2020-06-24fast-export: tighten anonymize_mem() interface to handle only stringsJeff King
2020-06-24fast-export: store anonymized oids as hex stringsJeff King
2020-06-24fast-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
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-10-03fast-export: handle nested tagsElijah Newren
2019-10-03fast-export: allow user to request tags be marked with --mark-tagsElijah Newren
2019-10-03fast-export: add support for --import-marks-if-existsElijah Newren
2019-09-28fast-export: fix exporting a tag and nothing elseElijah Newren
2019-06-20object: convert lookup_object() to use object_idJeff King
2019-05-14fast-export: do automatic reencoding of commit messages only if requestedElijah Newren
2019-05-14fast-export: differentiate between explicitly UTF-8 and implicitly UTF-8Elijah Newren
2019-05-14fast-export: avoid stripping encoding header if we cannot reencodeElijah Newren
2019-01-04Merge branch 'en/fast-export-import'Junio C Hamano
2018-11-17fast-export: add a --show-original-ids option to show original namesElijah Newren
2018-11-17fast-export: add --reference-excluded-parents optionElijah Newren
2018-11-17fast-export: ensure we export requested refsElijah Newren
2018-11-17fast-export: when using paths, avoid corrupt stream with non-existent markElijah Newren
2018-11-17fast-export: move commit rewriting logic into a function for reuseElijah Newren
2018-11-17fast-export: avoid dying when filtering by paths and old tags existElijah Newren
2018-11-17fast-export: use value from correct enumElijah Newren
2018-11-17fast-export: convert sha1 to oidElijah Newren
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy