summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
Commit message (Expand)AuthorAgeFilesLines
* t/t9300-fast-import.sh: prepare for `gc --cruft` by defaultTaylor Blau2023-04-181-9/+4
* Merge branch 'ds/gender-neutral-doc'Junio C Hamano2021-07-161-1/+0
|\
| * *: fix typosDerrick Stolee2021-06-161-1/+0
* | t9300: check ref existence using test-helper rather than a file system checkHan-Wen Nienhuys2021-06-021-1/+1
|/
* Merge branch 'ab/test-lib'Junio C Hamano2021-02-221-1/+1
|\
| * test libs: rename "diff-lib" to "lib-diff"Ævar Arnfjörð Bjarmason2021-02-121-1/+1
* | t: prepare for GIT_TEST_WRITE_REV_INDEXTaylor Blau2021-01-251-1/+4
|/
* t9[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-42/+42
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* t9300: use $ZERO_OID instead of hard-coded object IDbrian m. carlson2020-07-301-8/+8
* t9300: abstract away SHA-1-specific constantsbrian m. carlson2020-07-301-49/+59
* Merge branch 'en/fast-import-looser-date'Junio C Hamano2020-06-021-0/+28
|\
| * fast-import: add new --date-format=raw-permissive formatElijah Newren2020-05-311-0/+28
* | Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano2020-03-261-0/+109
|\ \ | |/ |/|
| * fast-import: add options for rewriting submodulesbrian m. carlson2020-02-281-0/+109
* | t: drop debug `cat` callsMartin Ågren2020-02-241-1/+0
|/
* Merge branch 'sg/t9300-robustify'Junio C Hamano2019-12-161-4/+16
|\
| * t9300-fast-import: don't hang if background fast-import exits too earlySZEDER Gábor2019-12-061-2/+14
| * t9300-fast-import: store the PID in a variable instead of pidfileSZEDER Gábor2019-12-061-3/+3
* | Sync with Git 2.24.1Junio C Hamano2019-12-091-14/+44
|\ \
| * \ Sync with 2.23.1Johannes Schindelin2019-12-061-14/+44
| |\ \ | | |/ | |/|
| | * Sync with 2.22.2Johannes Schindelin2019-12-061-14/+44
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-061-14/+44
| | | |\
| | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-14/+44
| | | | |\
| | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-14/+44
| | | | | |\
| | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-14/+44
| | | | | | |\
| | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-14/+44
| | | | | | | |\
| | | | | | | | * fast-import: disallow "feature import-marks" by defaultJeff King2019-12-041-5/+17
| | | | | | | | * fast-import: disallow "feature export-marks" by defaultJeff King2019-12-041-8/+15
| | | | | | | | * fast-import: delay creating leading directories for export-marksJeff King2019-12-041-2/+11
| | | | | | | | * t9300: create marks files for double-import-marks testJeff King2019-12-041-0/+2
| | | | | | | | * t9300: drop some useless uses of catJeff King2019-12-041-5/+5
* | | | | | | | | t9300: don't create unused fileRené Scharfe2019-11-301-3/+0
|/ / / / / / / /
* | | | | | | | Merge branch 'en/fast-imexport-nested-tags'Junio C Hamano2019-10-151-0/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | fast-import: add support for new 'alias' commandElijah Newren2019-10-041-0/+5
| * | | | | | | | fast-import: allow tags to be identified by mark labelsElijah Newren2019-10-041-0/+19
| * | | | | | | | fast-import: fix handling of deleted tagsElijah Newren2019-10-041-0/+13
| |/ / / / / / /
* | | | | | | | tests: remove "cat foo" before "test_i18ngrep bar foo"René Scharfe2019-10-071-13/+0
|/ / / / / / /
* | | | | | | fast-import: support 'encoding' commit headerElijah Newren2019-05-141-0/+20
|/ / / / / /
* | | | | | fast-import: fix erroneous handling of get-mark with empty orphan commitsElijah Newren2019-04-011-2/+2
* | | | | | t9300: demonstrate bug with get-mark and empty orphan commitsElijah Newren2019-04-011-0/+37
|/ / / / /
* | | | | multi-pack-index: define GIT_TEST_MULTI_PACK_INDEXDerrick Stolee2018-10-221-1/+1
|/ / / /
* | | | Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano2018-08-201-5/+2
|\ \ \ \
| * | | | tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-5/+2
| |/ / /
* | | | Merge branch 'sg/fast-import-dump-refs-on-checkpoint-fix'Junio C Hamano2018-08-151-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | t9300: wait for background fast-import process to die after killing itSZEDER Gábor2018-07-201-1/+4
| | |/ | |/|
* | | t: switch $_x40 to $OID_REGEXbrian m. carlson2018-05-141-3/+3
* | | t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1
| |/ |/|
* | print_sha1_ellipsis: introduce helperAnn T Ropea2017-12-041-1/+1
|/
* fast-import: checkpoint: dump branches/tags/marks even if object_count==0er/fast-import-dump-refs-on-checkpointEric Rannaud2017-09-291-0/+142