summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
Commit message (Expand)AuthorAgeFilesLines
* t9300: do not run --cat-blob-fd related tests on MinGWJohannes Schindelin2011-10-141-4/+4
* fast-import: don't allow to note on empty branchdi/fast-import-empty-tag-note-fixDmitry Ivankov2011-09-221-0/+17
* fast-import: don't allow to tag empty branchDmitry Ivankov2011-09-221-0/+12
* Merge branch 'di/fast-import-tagging'Junio C Hamano2011-08-281-0/+67
|\
| * fast-import: allow to tag newly created objectsDmitry Ivankov2011-08-231-0/+26
| * fast-import: add tests for tagging blobsDmitry Ivankov2011-08-231-0/+41
* | Merge branch 'di/fast-import-deltified-tree'Junio C Hamano2011-08-281-0/+41
|\ \
| * | fast-import: prevent producing bad deltaDmitry Ivankov2011-08-141-1/+1
| * | fast-import: add a test for tree delta base corruptionDmitry Ivankov2011-08-141-0/+41
| |/
* | Merge branch 'di/fast-import-ident'Junio C Hamano2011-08-281-0/+99
|\ \
| * | fast-import: check committer name more strictlyDmitry Ivankov2011-08-111-5/+5
| * | fast-import: don't fail on omitted committer nameDmitry Ivankov2011-08-111-1/+1
| * | fast-import: add input format testsDmitry Ivankov2011-08-111-0/+99
| |/
* | Merge branch 'di/fast-import-doc'Junio C Hamano2011-08-251-0/+47
|\ \
| * | doc/fast-import: document feature import-marks-if-existsDmitry Ivankov2011-08-171-0/+47
| |/
* | Merge branch 'sr/transport-helper-fix'Junio C Hamano2011-08-011-0/+42
|\ \ | |/ |/|
| * fast-import: introduce 'done' commandSverre Rabbelier2011-07-191-0/+42
* | Fix typo: existant->existentDmitry Ivankov2011-06-161-2/+2
|/
* fast-import: add 'ls' commandDavid Barr2011-02-261-8/+84
* Merge branch 'rr/fi-import-marks-if-exists'Junio C Hamano2011-02-091-0/+55
|\
| * fast-import: Introduce --import-marks-if-existsRamkumar Ramachandra2011-01-181-0/+55
* | Merge branch 'maint'Junio C Hamano2011-01-271-0/+42
|\ \ | |/ |/|
| * Merge branch 'jn/fast-import-empty-tree-removal' into maintJunio C Hamano2011-01-271-0/+42
| |\
| | * fast-import: treat filemodify with empty tree as deleteJonathan Nieder2011-01-271-0/+42
* | | t9300: use perl "head -c" clone in place of "dd bs=1 count=16000" klugeJonathan Nieder2010-12-191-35/+49
* | | Merge branch 'jn/fast-import-blob-access'Junio C Hamano2010-12-161-2/+265
|\ \ \
| * | | t9300: avoid short reads from ddJonathan Nieder2010-12-121-3/+3
| * | | t9300: remove unnecessary use of /dev/stdinJunio C Hamano2010-12-031-3/+3
| * | | fast-import: Allow cat-blob requests at arbitrary points in streamJonathan Nieder2010-12-011-0/+66
| * | | fast-import: let importers retrieve blobsDavid Barr2010-12-011-2/+191
| * | | fast-import: stricter parsing of integer optionsJonathan Nieder2010-12-011-0/+8
* | | | Merge branch 'jn/fast-import-fix'Junio C Hamano2010-11-291-0/+108
|\ \ \ \ | |/ / / |/| | |
| * | | t9300 (fast-import): another test for the "replace root" featureJonathan Nieder2010-10-191-1/+42
| * | | fast-import: tighten M 040000 syntaxJonathan Nieder2010-10-181-0/+30
| * | | fast-import: filemodify after M 040000 <tree> "" crashesJonathan Nieder2010-10-181-0/+37
* | | | Merge branch 'en/and-cascade-tests'Junio C Hamano2010-11-241-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | tests: add missing &&Jonathan Nieder2010-11-091-1/+1
| |/ /
* | | fast-import: Allow filemodify to set the rootDavid Barr2010-10-131-0/+21
|/ /
* | Merge branch 'jl/maint-fix-test'Junio C Hamano2010-09-061-3/+2
|\ \
| * | Several tests: cd inside subshell instead of aroundJens Lehmann2010-09-061-3/+2
* | | Merge branch 'jn/fast-import-subtree'Junio C Hamano2010-08-181-0/+54
|\ \ \ | |/ / |/| / | |/
| * Teach fast-import to import subtrees named by tree idJonathan Nieder2010-07-051-0/+54
* | fast-import: export correctly marks larger than 2^20-1Raja R Harinath2010-08-111-0/+57
|/
* Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blobJunio C Hamano2010-02-011-0/+46
|\
| * fast-import: Stream very large blobs directly to packShawn O. Pearce2010-02-011-0/+46
* | Merge branch 'jh/notes' (early part)Junio C Hamano2010-01-201-13/+143
|\ \
| * | fast-import: Proper notes tree manipulationJohan Herland2009-12-071-13/+143
| |/
* | fast-import: add (non-)relative-marks featureSverre Rabbelier2009-12-051-0/+25
* | fast-import: allow for multiple --import-marks= argumentsSverre Rabbelier2009-12-041-0/+22
* | fast-import: test the new option commandSverre Rabbelier2009-12-041-1/+36