summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fast-import: add feature commandSverre Rabbelier2009-12-041-0/+70
|/
* fast-import: Add support for importing commit notesJohan Herland2009-10-191-0/+166
* Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano2008-12-191-0/+18
|\
| * fast-import: make tagger information optionalJunio C Hamano2008-12-191-0/+18
* | Merge branch 'js/maint-fetch-update-head'Junio C Hamano2008-10-211-1/+1
|\ \ | |/
| * Fix fetch/pull when run without --update-head-okJohannes Schindelin2008-10-131-1/+1
* | t9300, t9301: use "git fast-import/fast-export" without dashNanako Shiraishi2008-09-091-40/+40
* | tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-171-1/+1
|/
* t9300: replace '!' with test_must_failMiklos Vajna2008-08-161-2/+2
* Support gitlinks in fast-import.Alexander Gavrilov2008-07-191-0/+152
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-4/+4
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-17/+17
* Merge branch 'maint' to sync with 1.5.4.4Junio C Hamano2008-03-081-0/+2
|\
| * Really make the LF after reset in fast-import optionalAdeodato Simó2008-03-081-0/+2
* | Sane use of test_expect_failureJunio C Hamano2008-02-011-12/+12
|/
* Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce2007-08-191-0/+31
* Make trailing LF optional for all fast-import commandsShawn O. Pearce2007-08-191-0/+46
* Make trailing LF following fast-import `data` commands optionalShawn O. Pearce2007-08-191-0/+21
* Teach fast-import to ignore lines starting with '#'Shawn O. Pearce2007-08-191-0/+40
* Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce2007-08-191-0/+47
* git-diff: turn on recursion by defaultJeff King2007-07-291-1/+1