summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Merge branch 'en/fast-import-looser-date'Libravatar Junio C Hamano1-0/+28
2020-05-31fast-import: add new --date-format=raw-permissive formatLibravatar Elijah Newren1-0/+28
2020-03-26Merge branch 'bc/sha-256-part-1-of-4'Libravatar Junio C Hamano1-0/+109
2020-02-28fast-import: add options for rewriting submodulesLibravatar brian m. carlson1-0/+109
2020-02-24t: drop debug `cat` callsLibravatar Martin Ågren1-1/+0
2019-12-16Merge branch 'sg/t9300-robustify'Libravatar Junio C Hamano1-4/+16
2019-12-09Sync with Git 2.24.1Libravatar Junio C Hamano1-14/+44
2019-12-06t9300-fast-import: don't hang if background fast-import exits too earlyLibravatar SZEDER Gábor1-2/+14
2019-12-06t9300-fast-import: store the PID in a variable instead of pidfileLibravatar SZEDER Gábor1-3/+3
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin1-14/+44
2019-12-06Sync with 2.22.2Libravatar Johannes Schindelin1-14/+44
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin1-14/+44
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin1-14/+44
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin1-14/+44
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin1-14/+44
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin1-14/+44
2019-12-04fast-import: disallow "feature import-marks" by defaultLibravatar Jeff King1-5/+17
2019-12-04fast-import: disallow "feature export-marks" by defaultLibravatar Jeff King1-8/+15
2019-12-04fast-import: delay creating leading directories for export-marksLibravatar Jeff King1-2/+11
2019-12-04t9300: create marks files for double-import-marks testLibravatar Jeff King1-0/+2
2019-12-04t9300: drop some useless uses of catLibravatar Jeff King1-5/+5
2019-11-30t9300: don't create unused fileLibravatar René Scharfe1-3/+0
2019-10-15Merge branch 'en/fast-imexport-nested-tags'Libravatar Junio C Hamano1-0/+37
2019-10-07tests: remove "cat foo" before "test_i18ngrep bar foo"Libravatar René Scharfe1-13/+0
2019-10-04fast-import: add support for new 'alias' commandLibravatar Elijah Newren1-0/+5
2019-10-04fast-import: allow tags to be identified by mark labelsLibravatar Elijah Newren1-0/+19
2019-10-04fast-import: fix handling of deleted tagsLibravatar Elijah Newren1-0/+13
2019-05-14fast-import: support 'encoding' commit headerLibravatar Elijah Newren1-0/+20
2019-04-01fast-import: fix erroneous handling of get-mark with empty orphan commitsLibravatar Elijah Newren1-2/+2
2019-04-01t9300: demonstrate bug with get-mark and empty orphan commitsLibravatar Elijah Newren1-0/+37
2018-10-22multi-pack-index: define GIT_TEST_MULTI_PACK_INDEXLibravatar Derrick Stolee1-1/+1
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Libravatar Junio C Hamano1-5/+2
2018-08-15Merge branch 'sg/fast-import-dump-refs-on-checkpoint-fix'Libravatar Junio C Hamano1-1/+4
2018-07-30tests: make use of the test_must_be_empty functionLibravatar Ævar Arnfjörð Bjarmason1-5/+2
2018-07-20t9300: wait for background fast-import process to die after killing itLibravatar SZEDER Gábor1-1/+4
2018-05-14t: switch $_x40 to $OID_REGEXLibravatar brian m. carlson1-3/+3
2018-03-27t/helper: merge test-genrandom into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-12-04print_sha1_ellipsis: introduce helperLibravatar Ann T Ropea1-1/+1
2017-09-29fast-import: checkpoint: dump branches/tags/marks even if object_count==0Libravatar Eric Rannaud1-0/+142
2017-06-27Spelling fixesLibravatar Ville Skyttä1-1/+1
2016-07-13Merge branch 'jk/big-and-future-archive-tar'Libravatar Junio C Hamano1-20/+3
2016-07-01t9300: factor out portable "head -c" replacementLibravatar Jeff King1-20/+3
2016-06-20Merge branch 'ew/fast-import-unpack-limit'Libravatar Junio C Hamano1-0/+2
2016-05-17fast-import: do not truncate exported marks fileLibravatar Felipe Contreras1-0/+15
2016-05-11fast-import: implement unpack limitLibravatar Eric Wong1-0/+2
2016-04-14Merge branch 'jk/getwholeline-getdelim-empty' into maintLibravatar Junio C Hamano1-0/+4
2016-03-05strbuf_getwholeline: NUL-terminate getdelim buffer on errorLibravatar Jeff King1-0/+4
2016-01-12t9300-fast-import.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-34/+34
2015-11-20modernize t9300: move test preparations into test_expect_successLibravatar Johannes Sixt1-1250/+1264
2015-11-20modernize t9300: mark here-doc words to ignore tab indentationLibravatar Johannes Sixt1-100/+100