summaryrefslogtreecommitdiff
path: root/builtin/fast-export.c
Commit message (Expand)AuthorAgeFilesLines
* diff: mark unused parameters in callbacksJeff King2022-12-131-1/+1
* Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-1/+1
|\
| * git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-1/+1
|\ \ | |/
| * hashmap: mark unused callback parametersJeff King2022-08-191-1/+1
* | parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor2022-08-191-1/+1
|/
* Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-0/+1
|\
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
* | Merge branch 'rs/fast-export-pathspec-fix'Junio C Hamano2022-05-041-0/+1
|\ \ | |/ |/|
| * 2.36 fast-export regression fixRené Scharfe2022-04-301-0/+1
* | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-1/+1
|\ \ | |/ |/|
| * object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| * object-file API: split up and simplify check_object_signature()Ævar Arnfjörð Bjarmason2022-02-251-1/+1
* | i18n: fix some misformated placeholders in command synopsisJean-Noël Avila2022-02-041-1/+1
|/
* Merge branch 'ja/i18n-similar-messages'Junio C Hamano2022-01-101-2/+2
|\
| * i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila2022-01-051-1/+1
| * i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-1/+1
* | fast-export: fix surprising behavior with --first-parentWilliam Sprent2021-12-211-36/+4
|/
* Merge branch 'ab/fsck-unexpected-type'Junio C Hamano2021-10-251-1/+1
|\
| * fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason2021-10-011-1/+1
* | 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