aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9300-fast-import.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge branch 'ab/test-lib'Junio C Hamano1-1/+1
2021-02-12test libs: rename "diff-lib" to "lib-diff"Ævar Arnfjörð Bjarmason1-1/+1
2021-01-25t: prepare for GIT_TEST_WRITE_REV_INDEXTaylor Blau1-1/+4
2020-11-19t9[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin1-42/+42
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-07-30t9300: use $ZERO_OID instead of hard-coded object IDbrian m. carlson1-8/+8
2020-07-30t9300: abstract away SHA-1-specific constantsbrian m. carlson1-49/+59
2020-06-02Merge branch 'en/fast-import-looser-date'Junio C Hamano1-0/+28
2020-05-31fast-import: add new --date-format=raw-permissive formatElijah Newren1-0/+28
2020-03-26Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano1-0/+109
2020-02-28fast-import: add options for rewriting submodulesbrian m. carlson1-0/+109
2020-02-24t: drop debug `cat` callsMartin Ågren1-1/+0
2019-12-16Merge branch 'sg/t9300-robustify'Junio C Hamano1-4/+16
2019-12-09Sync with Git 2.24.1Junio C Hamano1-14/+44
2019-12-06t9300-fast-import: don't hang if background fast-import exits too earlySZEDER Gábor1-2/+14
2019-12-06t9300-fast-import: store the PID in a variable instead of pidfileSZEDER Gábor1-3/+3
2019-12-06Sync with 2.23.1Johannes Schindelin1-14/+44
2019-12-06Sync with 2.22.2Johannes Schindelin1-14/+44
2019-12-06Sync with 2.21.1Johannes Schindelin1-14/+44
2019-12-06Sync with 2.19.3Johannes Schindelin1-14/+44
2019-12-06Sync with 2.18.2Johannes Schindelin1-14/+44
2019-12-06Sync with 2.17.3Johannes Schindelin1-14/+44
2019-12-06Sync with 2.15.4Johannes Schindelin1-14/+44
2019-12-04fast-import: disallow "feature import-marks" by defaultJeff King1-5/+17
2019-12-04fast-import: disallow "feature export-marks" by defaultJeff King1-8/+15
2019-12-04fast-import: delay creating leading directories for export-marksJeff King1-2/+11
2019-12-04t9300: create marks files for double-import-marks testJeff King1-0/+2
2019-12-04t9300: drop some useless uses of catJeff King1-5/+5
2019-11-30t9300: don't create unused fileRené Scharfe1-3/+0
2019-10-15Merge branch 'en/fast-imexport-nested-tags'Junio C Hamano1-0/+37
2019-10-07tests: remove "cat foo" before "test_i18ngrep bar foo"René Scharfe1-13/+0
2019-10-04fast-import: add support for new 'alias' commandElijah Newren1-0/+5
2019-10-04fast-import: allow tags to be identified by mark labelsElijah Newren1-0/+19
2019-10-04fast-import: fix handling of deleted tagsElijah Newren1-0/+13
2019-05-14fast-import: support 'encoding' commit headerElijah Newren1-0/+20
2019-04-01fast-import: fix erroneous handling of get-mark with empty orphan commitsElijah Newren1-2/+2
2019-04-01t9300: demonstrate bug with get-mark and empty orphan commitsElijah Newren1-0/+37
2018-10-22multi-pack-index: define GIT_TEST_MULTI_PACK_INDEXDerrick Stolee1-1/+1
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano1-5/+2
2018-08-15Merge branch 'sg/fast-import-dump-refs-on-checkpoint-fix'Junio C Hamano1-1/+4
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-5/+2
2018-07-20t9300: wait for background fast-import process to die after killing itSZEDER Gábor1-1/+4
2018-05-14t: switch $_x40 to $OID_REGEXbrian m. carlson1-3/+3
2018-03-27t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy1-1/+1
2017-12-04print_sha1_ellipsis: introduce helperAnn T Ropea1-1/+1
2017-09-29fast-import: checkpoint: dump branches/tags/marks even if object_count==0Eric Rannaud1-0/+142
2017-06-27Spelling fixesVille Skyttä1-1/+1
2016-07-13Merge branch 'jk/big-and-future-archive-tar'Junio C Hamano1-20/+3
2016-07-01t9300: factor out portable "head -c" replacementJeff King1-20/+3
2016-06-20Merge branch 'ew/fast-import-unpack-limit'Junio C Hamano1-0/+2