summaryrefslogtreecommitdiff
path: root/builtin/fast-export.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+1
|\
| * object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-5/+7
| |\
* | \ Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+1
|\ \ \ | |/ /
| * | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-5/+7
|\ \ \ | | |/ | |/|
| * | cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
| * | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
* | | fast-export: drop unused parameter from anonymize_commit_message()Jeff King2023-03-221-2/+2
* | | fast-export: drop data parameter from anonymous generatorsJeff King2023-03-221-14/+13
* | | fast-export: de-obfuscate --anonymize-map handlingJeff King2023-03-221-6/+2
* | | fast-export: factor out anonymized_entry creationJeff King2023-03-221-9/+26
* | | fast-export: simplify initialization of anonymized hashmapsJeff King2023-03-221-7/+4
* | | fast-export: drop const when storing anonymized valuesJeff King2023-03-221-1/+1
| |/ |/|
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* 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