summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
AgeCommit message (Expand)Author
2011-10-15t9300: do not run --cat-blob-fd related tests on MinGWJohannes Schindelin
2011-09-22fast-import: don't allow to note on empty branchDmitry Ivankov
2011-09-22fast-import: don't allow to tag empty branchDmitry Ivankov
2011-08-29Merge branch 'di/fast-import-tagging'Junio C Hamano
2011-08-29Merge branch 'di/fast-import-deltified-tree'Junio C Hamano
2011-08-29Merge branch 'di/fast-import-ident'Junio C Hamano
2011-08-25Merge branch 'di/fast-import-doc'Junio C Hamano
2011-08-23fast-import: allow to tag newly created objectsDmitry Ivankov
2011-08-23fast-import: add tests for tagging blobsDmitry Ivankov
2011-08-17doc/fast-import: document feature import-marks-if-existsDmitry Ivankov
2011-08-14fast-import: prevent producing bad deltaDmitry Ivankov
2011-08-14fast-import: add a test for tree delta base corruptionDmitry Ivankov
2011-08-11fast-import: check committer name more strictlyDmitry Ivankov
2011-08-11fast-import: don't fail on omitted committer nameDmitry Ivankov
2011-08-11fast-import: add input format testsDmitry Ivankov
2011-08-01Merge branch 'sr/transport-helper-fix'Junio C Hamano
2011-07-19fast-import: introduce 'done' commandSverre Rabbelier
2011-06-16Fix typo: existant->existentDmitry Ivankov
2011-02-26fast-import: add 'ls' commandDavid Barr
2011-02-10Merge branch 'rr/fi-import-marks-if-exists'Junio C Hamano
2011-01-27Merge branch 'maint'Junio C Hamano
2011-01-27Merge branch 'jn/fast-import-empty-tree-removal' into maintJunio C Hamano
2011-01-27fast-import: treat filemodify with empty tree as deleteJonathan Nieder
2011-01-18fast-import: Introduce --import-marks-if-existsRamkumar Ramachandra
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