summaryrefslogtreecommitdiff
path: root/builtin/fast-export.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tk/fast-export-anonymized-tag-fix'Junio C Hamano2021-09-101-0/+1
|\
| * fast-export: fix anonymized tag using original lengthTal Kelrich2021-08-311-0/+1
* | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-5/+5
|/
* builtin/*: update usage formatZheNing Hu2021-01-061-11/+11
* style: do not "break" in switch() after "return"Ævar Arnfjörð Bjarmason2020-12-151-1/+0
* Merge branch 'js/default-branch-name-part-2'Junio C Hamano2020-10-051-1/+1
|\
| * fast-export: avoid using unnecessary language in a code commentJohannes Schindelin2020-09-211-1/+1
* | Merge branch 'jk/drop-unaligned-loads'Junio C Hamano2020-10-041-4/+4
|\ \ | |/ |/|
| * Revert "fast-export: use local array to store anonymized oid"Jeff King2020-09-241-4/+4
* | wt-status: tolerate dangling marksJonathan Tan2020-09-021-1/+1
|/
* fast-export: use local array to store anonymized oidJeff King2020-06-251-4/+4
* fast-export: anonymize "master" refnameJeff King2020-06-251-7/+0
* fast-export: allow seeding the anonymized mappingJeff King2020-06-251-1/+49
* fast-export: add a "data" callback parameter to anonymize_str()Jeff King2020-06-231-13/+14
* fast-export: move global "idents" anonymize hashmap into functionJeff King2020-06-231-1/+1
* fast-export: use a flex array to store anonymized entriesJeff King2020-06-231-3/+2
* fast-export: stop storing lengths in anonymized hashmapsJeff King2020-06-231-10/+18
* fast-export: tighten anonymize_mem() interface to handle only stringsJeff King2020-06-231-27/+26
* fast-export: store anonymized oids as hex stringsJeff King2020-06-231-12/+16
* fast-export: use xmemdupz() for anonymizing oidsJeff King2020-06-231-1/+1
* Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano2020-02-141-1/+2
|\
| * sha1-file: allow check_object_signature() to handle any repoMatheus Tavares2020-01-311-1/+2
* | C: use skip_prefix() to avoid hardcoded string lengthJunio C Hamano2020-01-311-2/+1
|/
* Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-5/+10
|\
| * hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-071-1/+1
| * hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-2/+7
| * hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_put takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_get takes "const struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* | fast-export: handle nested tagsElijah Newren2019-10-041-12/+18
* | fast-export: allow user to request tags be marked with --mark-tagsElijah Newren2019-10-041-0/+7
* | fast-export: add support for --import-marks-if-existsElijah Newren2019-10-041-4/+19
* | fast-export: fix exporting a tag and nothing elseElijah Newren2019-09-281-1/+6
|/
* object: convert lookup_object() to use object_idJeff King2019-06-201-2/+2
* fast-export: do automatic reencoding of commit messages only if requestedElijah Newren2019-05-141-3/+43
* fast-export: differentiate between explicitly UTF-8 and implicitly UTF-8Elijah Newren2019-05-141-1/+1
* fast-export: avoid stripping encoding header if we cannot reencodeElijah Newren2019-05-141-2/+5
* Merge branch 'en/fast-export-import'Junio C Hamano2019-01-041-53/+137
|\
| * fast-export: add a --show-original-ids option to show original namesElijah Newren2018-11-171-5/+15
| * fast-export: add --reference-excluded-parents optionElijah Newren2018-11-171-10/+32
| * fast-export: ensure we export requested refsElijah Newren2018-11-171-12/+42
| * fast-export: when using paths, avoid corrupt stream with non-existent markElijah Newren2018-11-171-1/+12
| * fast-export: move commit rewriting logic into a function for reuseElijah Newren2018-11-171-15/+22
| * fast-export: avoid dying when filtering by paths and old tags existElijah Newren2018-11-171-3/+6
| * fast-export: use value from correct enumElijah Newren2018-11-171-6/+6
| * fast-export: convert sha1 to oidElijah Newren2018-11-171-12/+13
* | Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-1/+1
|/
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\
| * revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1