summaryrefslogtreecommitdiff
path: root/t/t9350-fast-export.sh
Commit message (Expand)AuthorAgeFilesLines
* t: use hash-object --literally when created malformed objectsJeff King2023-01-181-1/+1
* Sync with 2.35.5Taylor Blau2022-10-061-0/+2
|\
| * Sync with 2.34.5Taylor Blau2022-10-061-0/+2
| |\
| | * Sync with 2.30.6Taylor Blau2022-10-061-0/+2
| | |\
| | | * t/t9NNN: allow local submodulesTaylor Blau2022-10-011-0/+2
* | | | 2.36 fast-export regression fixRené Scharfe2022-04-301-0/+7
|/ / /
* | | fast-export: fix surprising behavior with --first-parentWilliam Sprent2021-12-211-0/+32
|/ /
* | t9[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-44/+44
* | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
|/
* t9350: make hash size independentbrian m. carlson2020-07-301-7/+7
* Sync with Git 2.24.1Junio C Hamano2019-12-091-1/+2
|\
| * Sync with 2.23.1Johannes Schindelin2019-12-061-1/+2
| |\
| | * Sync with 2.22.2Johannes Schindelin2019-12-061-1/+2
| | |\
| | | * Sync with 2.20.2Johannes Schindelin2019-12-061-1/+2
| | | |\
| | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-1/+2
| | | | |\
| | | | | * t6130/t9350: prepare for stringent Win32 path validationJohannes Schindelin2019-12-051-1/+1
| | | | | * mingw: disallow backslash characters in tree objects' file namesJohannes Schindelin2019-12-041-0/+1
| | | | | * Merge branch 'jt/fast-export-copy-modify-fix' into maintJunio C Hamano2017-10-231-1/+19
| | | | | |\
* | | | | | | Fix spelling errors in comments of testcasesElijah Newren2019-11-101-1/+1
|/ / / / / /
* | | | | | fast-export: handle nested tagsElijah Newren2019-10-041-1/+1
* | | | | | t9350: add tests for tags of things other than a commitElijah Newren2019-10-041-0/+31
* | | | | | fast-export: allow user to request tags be marked with --mark-tagsElijah Newren2019-10-041-0/+14
* | | | | | fast-export: add support for --import-marks-if-existsElijah Newren2019-10-041-6/+4
* | | | | | fast-export: fix exporting a tag and nothing elseElijah Newren2019-09-281-0/+13
|/ / / / /
* | | | | fast-export: do automatic reencoding of commit messages only if requestedElijah Newren2019-05-141-3/+35
* | | | | fast-export: avoid stripping encoding header if we cannot reencodeElijah Newren2019-05-141-0/+21
* | | | | t9350: fix encoding test to actually test reencodingElijah Newren2019-05-141-10/+17
|/ / / /
* | | | fast-export: add a --show-original-ids option to show original namesElijah Newren2018-11-171-0/+17
* | | | fast-export: add --reference-excluded-parents optionElijah Newren2018-11-171-0/+11
* | | | fast-export: ensure we export requested refsElijah Newren2018-11-171-3/+13
* | | | fast-export: when using paths, avoid corrupt stream with non-existent markElijah Newren2018-11-171-0/+20
* | | | fast-export: avoid dying when filtering by paths and old tags existElijah Newren2018-11-171-0/+16
|/ / /
* | | Merge branch 'ma/fast-export-skip-merge-fix'Junio C Hamano2018-05-081-0/+18
|\ \ \
| * | | fast-export: fix regression skipping some merge-commitsMartin Ågren2018-04-211-0/+18
* | | | test: avoid pipes in git related commands for testpk/test-avoid-pipe-hiding-exit-statusPratik Karki2018-03-281-26/+24
|/ / /
* | | Merge branch 'jt/fast-export-copy-modify-fix'Junio C Hamano2017-09-291-1/+19
|\ \ \ | |/ / |/| / | |/
| * fast-export: do not copy from modified filejt/fast-export-copy-modify-fixJonathan Tan2017-09-211-1/+19
* | t3901: move supporting files into t/t3901/Johannes Schindelin2017-05-101-1/+1
|/
* t9350-fast-export.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-121-3/+3
* fast-export: add support to delete refsFelipe Contreras2014-04-211-0/+11
* fast-export: add new --refspec optionFelipe Contreras2014-04-211-0/+7
* t: use perl instead of "$PERL_PATH" where applicablejk/wrap-perl-used-in-testsJeff King2013-10-291-1/+1
* tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Johannes Sixt2013-06-071-3/+2
* fast-export: add --signed-tags=warn-strip modeJohn Keeping2013-04-151-0/+6
* fast-export: make sure updated refs get updatedFelipe Contreras2012-12-031-0/+15
* fast-export: don't handle uninteresting refsFelipe Contreras2012-12-031-0/+30
* fast-export: fix comparison in testsFelipe Contreras2012-11-291-3/+3
* fast-export: avoid importing blob marksFelipe Contreras2012-11-261-0/+14
* Merge branch 'js/fast-export-paths-with-spaces'Junio C Hamano2012-07-091-1/+1
|\
| * fast-export: quote paths with spacesJay Soffian2012-06-271-1/+1