summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
AgeCommit message (Expand)Author
2019-12-16Merge branch 'sg/t9300-robustify'Junio C Hamano
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06t9300-fast-import: don't hang if background fast-import exits too earlySZEDER Gábor
2019-12-06t9300-fast-import: store the PID in a variable instead of pidfileSZEDER Gábor
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-04fast-import: disallow "feature import-marks" by defaultJeff King
2019-12-04fast-import: disallow "feature export-marks" by defaultJeff King
2019-12-04fast-import: delay creating leading directories for export-marksJeff King
2019-12-04t9300: create marks files for double-import-marks testJeff King
2019-12-04t9300: drop some useless uses of catJeff King
2019-11-30t9300: don't create unused fileRené Scharfe
2019-10-15Merge branch 'en/fast-imexport-nested-tags'Junio C Hamano
2019-10-07tests: remove "cat foo" before "test_i18ngrep bar foo"René Scharfe
2019-10-03fast-import: add support for new 'alias' commandElijah Newren
2019-10-03fast-import: allow tags to be identified by mark labelsElijah Newren
2019-10-03fast-import: fix handling of deleted tagsElijah Newren
2019-05-14fast-import: support 'encoding' commit headerElijah Newren
2019-04-01fast-import: fix erroneous handling of get-mark with empty orphan commitsElijah Newren
2019-04-01t9300: demonstrate bug with get-mark and empty orphan commitsElijah Newren
2018-10-22multi-pack-index: define GIT_TEST_MULTI_PACK_INDEXDerrick Stolee
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano
2018-08-15Merge branch 'sg/fast-import-dump-refs-on-checkpoint-fix'Junio C Hamano
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2018-07-20t9300: wait for background fast-import process to die after killing itSZEDER Gábor
2018-05-14t: switch $_x40 to $OID_REGEXbrian m. carlson
2018-03-27t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy
2017-12-04print_sha1_ellipsis: introduce helperAnn T Ropea
2017-09-29fast-import: checkpoint: dump branches/tags/marks even if object_count==0Eric Rannaud
2017-06-27Spelling fixesVille Skyttä
2016-07-13Merge branch 'jk/big-and-future-archive-tar'Junio C Hamano
2016-07-01t9300: factor out portable "head -c" replacementJeff King
2016-06-20Merge branch 'ew/fast-import-unpack-limit'Junio C Hamano
2016-05-17fast-import: do not truncate exported marks fileFelipe Contreras
2016-05-11fast-import: implement unpack limitEric Wong
2016-04-15Merge branch 'jk/getwholeline-getdelim-empty' into maintJunio C Hamano
2016-03-05strbuf_getwholeline: NUL-terminate getdelim buffer on errorJeff King
2016-01-12t9300-fast-import.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-11-20modernize t9300: move test preparations into test_expect_successJohannes Sixt
2015-11-20modernize t9300: mark here-doc words to ignore tab indentationJohannes Sixt
2015-11-20modernize t9300: use test_when_finished for clean-upJohannes Sixt
2015-11-20modernize t9300: wrap lines after &&Johannes Sixt
2015-11-20modernize t9300: use test_must_be_emptyJohannes Sixt
2015-11-20modernize t9300: use test_must_failJohannes Sixt
2015-11-20modernize t9300: single-quote placement and indentationJohannes Sixt