summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach fast-import to recursively copy files/directoriesShawn O. Pearce2007-07-151-0/+83
* Support wholesale directory renames in fast-importShawn O. Pearce2007-07-091-0/+68
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-50/+50
* Fix possible coredump with fast-import --import-marksShawn O. Pearce2007-05-241-0/+29
* New fast-import test case for valid tree sortingJeff King2007-03-121-0/+50
* Merge branch 'js/diff-ni'Junio C Hamano2007-03-101-14/+14
|\
| * Get rid of the dependency to GNU diff in the testsJohannes Schindelin2007-03-041-13/+13
* | Allow fast-import frontends to reload the marks tableShawn O. Pearce2007-03-071-0/+8
|/
* fast-import: Support reusing 'from' and brown paper bag fix reset.Shawn O. Pearce2007-02-121-0/+60
* fast-import: Hide the pack boundary commits by default.Shawn O. Pearce2007-02-111-0/+26
* Teach fast-import how to clear the internal branch content.Shawn O. Pearce2007-02-071-0/+51
* Don't do non-fastforward updates in fast-import.Shawn O. Pearce2007-02-061-0/+80
* Support RFC 2822 date parsing in fast-import.Shawn O. Pearce2007-02-061-0/+36
* Accept 'inline' file data in fast-import commit structure.Shawn O. Pearce2007-01-181-0/+59
* Reduce value duplication in t9300-fast-import.Shawn O. Pearce2007-01-181-17/+17
* Create test case for fast-import.Shawn O. Pearce2007-01-181-0/+184