summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
AgeCommit message (Expand)Author
2010-12-19t9300: use perl "head -c" clone in place of "dd bs=1 count=16000" klugeJonathan Nieder
2010-12-16Merge branch 'jn/fast-import-blob-access'Junio C Hamano
2010-12-13t9300: avoid short reads from ddJonathan Nieder
2010-12-03t9300: remove unnecessary use of /dev/stdinJunio C Hamano
2010-12-01fast-import: Allow cat-blob requests at arbitrary points in streamJonathan Nieder
2010-12-01fast-import: let importers retrieve blobsDavid Barr
2010-12-01fast-import: stricter parsing of integer optionsJonathan Nieder
2010-11-30Merge branch 'jn/fast-import-fix'Junio C Hamano
2010-11-24Merge branch 'en/and-cascade-tests'Junio C Hamano
2010-11-09tests: add missing &&Jonathan Nieder
2010-10-20t9300 (fast-import): another test for the "replace root" featureJonathan Nieder
2010-10-18fast-import: tighten M 040000 syntaxJonathan Nieder
2010-10-18fast-import: filemodify after M 040000 <tree> "" crashesJonathan Nieder
2010-10-13fast-import: Allow filemodify to set the rootDavid Barr
2010-09-06Merge branch 'jl/maint-fix-test'Junio C Hamano
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann
2010-08-18Merge branch 'jn/fast-import-subtree'Junio C Hamano
2010-08-11fast-import: export correctly marks larger than 2^20-1Raja R Harinath
2010-07-05Teach fast-import to import subtrees named by tree idJonathan Nieder
2010-02-01Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blobJunio C Hamano
2010-02-01fast-import: Stream very large blobs directly to packShawn O. Pearce
2010-01-21Merge branch 'jh/notes' (early part)Junio C Hamano
2009-12-07fast-import: Proper notes tree manipulationJohan Herland
2009-12-05fast-import: add (non-)relative-marks featureSverre Rabbelier
2009-12-05fast-import: allow for multiple --import-marks= argumentsSverre Rabbelier
2009-12-05fast-import: test the new option commandSverre Rabbelier
2009-12-05fast-import: add feature commandSverre Rabbelier
2009-10-20fast-import: Add support for importing commit notesJohan Herland
2008-12-20Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano
2008-12-20fast-import: make tagger information optionalJunio C Hamano
2008-10-22Merge branch 'js/maint-fetch-update-head'Junio C Hamano
2008-10-13Fix fetch/pull when run without --update-head-okJohannes Schindelin
2008-09-10t9300, t9301: use "git fast-import/fast-export" without dashNanako Shiraishi
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano
2008-08-17t9300: replace '!' with test_must_failMiklos Vajna
2008-07-19Support gitlinks in fast-import.Alexander Gavrilov
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-03-09Merge branch 'maint' to sync with 1.5.4.4Junio C Hamano
2008-03-08Really make the LF after reset in fast-import optionalAdeodato Simó
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-08-19Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce
2007-08-19Make trailing LF optional for all fast-import commandsShawn O. Pearce
2007-08-19Make trailing LF following fast-import `data` commands optionalShawn O. Pearce
2007-08-19Teach fast-import to ignore lines starting with '#'Shawn O. Pearce
2007-08-19Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce
2007-07-29git-diff: turn on recursion by defaultJeff King
2007-07-15Teach fast-import to recursively copy files/directoriesShawn O. Pearce
2007-07-10Support wholesale directory renames in fast-importShawn O. Pearce
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano